fix: Remove comment on timeout value for CLI execution

This commit is contained in:
catlog22
2025-11-26 16:04:52 +08:00
parent 5375c991ba
commit c862ac225b

View File

@@ -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