Files
openclaw/src
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-06 21:54:42 +00:00
2026-01-06 01:46:59 +00:00
2026-01-07 00:18:07 +01:00
2026-01-06 00:42:23 +01:00
2026-01-06 02:22:19 +00:00
2026-01-04 14:38:51 +00:00
2026-01-06 07:21:10 +01:00
2026-01-06 21:54:42 +00:00
2026-01-07 01:19:31 +01:00
2026-01-04 14:57:57 +00:00
2026-01-04 14:38:51 +00:00
2026-01-06 04:51:05 +00:00
2026-01-06 04:51:05 +00:00
2025-12-26 02:35:40 +01:00
2026-01-04 14:38:51 +00:00