fabro/crates
Bryan Helmkamp e4fc345912 Switch agent session from complete() to stream() to avoid request timeouts
Long Opus responses hit the 120s request timeout with complete(). With
stream(), the request timeout only covers initial connection + first
chunk, then the 30s stream_read timeout guards against stalls between
chunks. Also emits AssistantTextDelta events during streaming.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 13:10:54 -05:00
..
agent Switch agent session from complete() to stream() to avoid request timeouts 2026-02-23 13:10:54 -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