mirror of
https://github.com/trevorsandy/ai-suite.git
synced 2026-08-25 14:02:22 +02:00
Update OpenCode launch script
This commit is contained in:
@@ -94,6 +94,7 @@ def main():
|
||||
'/usr/local/bin/opencode', '.']
|
||||
|
||||
print(f"Running launch command: {" ".join(cmd)}...")
|
||||
cwd=None
|
||||
try:
|
||||
subprocess.run(cmd, cwd=cwd, check=True)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user