mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-15 23:31:04 +00:00
feat: add `timeout` parameter to `execute_command` tool Allow the agent to specify a per-command timeout in seconds. When exceeded, the command continues running in the background (like clicking "Run in Background") and the output collected so far is returned, rather than aborting. This is useful for long-running processes like dev servers or file watchers that may never exit on their own. The agent timeout runs independently of the user-configured abort timeout — the user timeout remains active as a safety net even after the agent moves on. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| index.ts | ||
| NativeToolCallParser.ts | ||
| presentAssistantMessage.ts | ||
| types.ts | ||