feat(shell): add parallel bash shell subsystem auto-started per workspace
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+7
-1
@@ -8,10 +8,16 @@ workspace:
|
||||
root: "./workspaces"
|
||||
process:
|
||||
opencodeCommand: "opencode"
|
||||
|
||||
shell:
|
||||
command: "bash"
|
||||
args:
|
||||
- "-i"
|
||||
|
||||
file:
|
||||
maxWriteBytes: 1048576
|
||||
gin:
|
||||
mode: "release"
|
||||
mode: "debug"
|
||||
log:
|
||||
level: "info"
|
||||
format: "json"
|
||||
|
||||
Reference in New Issue
Block a user