Files
openclaw/src/agents
Erik cd4e2023ab fix(agent): capture compaction retry AbortError for model fallback
Wrap waitForCompactionRetry() in try/catch to capture AbortError
that was escaping and bypassing the model fallback mechanism.

When a timeout fires, session.abort() causes both session.prompt()
and waitForCompactionRetry() to throw AbortError. Previously only
the prompt error was captured, allowing the compaction error to
escape to model-fallback.ts where it was immediately re-thrown
(line 199: isAbortError check), bypassing fallback model attempts.

Fixes #313
2026-01-07 01:44:37 +01:00
..
2026-01-04 14:38:51 +00:00
2026-01-06 03:05:56 +01:00
2025-12-25 03:29:36 +01:00
2026-01-07 00:04:44 +01:00
2026-01-04 14:57:57 +00:00
2026-01-04 14:57:57 +00:00
2026-01-06 19:54:50 +01:00
2026-01-01 17:30:15 +01:00