mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
fix: Remove comment on timeout value for CLI execution
This commit is contained in:
@@ -455,7 +455,7 @@ Complexity: ${planObject.complexity}
|
||||
// Launch CLI in foreground (NOT background)
|
||||
bash_result = Bash(
|
||||
command=cli_command,
|
||||
timeout=6000000 // 10 minutes
|
||||
timeout=6000000
|
||||
)
|
||||
|
||||
// Update TodoWrite when execution completes
|
||||
|
||||
Reference in New Issue
Block a user