mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-15 08:03:42 +00:00
Bash tool had no default timeout, so commands like `npx serve` would block the agent loop forever. This caused the randomtrends sandbox thread to die - the LLM started a dev server, the shell never exited, and the entire session hung with no way to recover. Two safeguards: - Default 120s timeout when LLM does not specify one - 30s no-output timeout that kills processes that go silent Both are configurable via BashToolOptions and can be disabled by setting to 0. The LLM can still pass explicit higher timeouts for long builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent | ||
| ai | ||
| coding-agent | ||
| pi-channels | ||
| pi-memory-md | ||
| pi-teams | ||
| tui | ||