mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
- Add wall_clock_timeout field to SessionConfig that spawns a tokio timer to cancel the session after a duration, reusing existing Aborted path - Set 120s wall-clock timeout on retro agent to prevent unbounded runs - Replace silent `let _ =` with logged warnings for checkpoint load and retro save failures - Reuse LLM client from initial from_env() call instead of creating a second one for the retro agent - Extract retro generation into generate_retro() helper and call it from both run_command and run_from_branch (resume path) - Tolerate mutex poisoning in retro agent with unwrap_or_else Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| arc-agent | ||
| arc-api | ||
| arc-cli | ||
| arc-db | ||
| arc-git-storage | ||
| arc-llm | ||
| arc-mcp | ||
| arc-util | ||
| arc-workflows | ||