fabro/crates
Bryan Helmkamp dba48f866e Fix CodergenHandler swallowing retryable errors, preventing engine retries
The handler was converting all backend errors into Ok(Outcome::fail(...)),
which the engine treats as a terminal result. Retryable errors (timeouts,
network failures) are now propagated as Err so the engine retry loop kicks in.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 12:43:48 -05:00
..
agent Fix truncated LLM responses by populating catalog max_output 2026-02-23 12:30:25 -05:00
attractor Fix CodergenHandler swallowing retryable errors, preventing engine retries 2026-02-23 12:43:48 -05:00
llm Fix truncated LLM responses by populating catalog max_output 2026-02-23 12:30:25 -05:00
terminal Extract terminal crate and prettify attractor CLI output 2026-02-23 12:06:24 -05:00