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 23:17:35 +00:00
2026-01-06 21:54:42 +00:00
2026-01-06 21:54:42 +00:00
2026-01-06 20:53:18 +00:00
2026-01-06 19:43:28 +00:00
2026-01-07 01:06:51 +01:00
2026-01-03 20:15:10 +00:00
2026-01-03 20:15:10 +00:00
2026-01-04 05:15:59 +00:00
2026-01-06 03:05:21 +00:00
2026-01-04 14:38:51 +00:00
2026-01-04 14:38:51 +00:00
2026-01-06 18:33:37 +00:00
2026-01-06 23:17:35 +00:00
2026-01-06 18:33:37 +00:00
2026-01-04 14:38:51 +00:00
2025-12-14 04:22:38 +00:00
2026-01-01 17:30:15 +01:00
2026-01-06 03:05:56 +01:00
2026-01-06 18:33:37 +00:00
2026-01-04 14:38:51 +00:00
2026-01-06 00:56:58 +00:00
2026-01-04 19:35:49 +01:00
2026-01-06 00:56:58 +00:00
2026-01-06 00:56:58 +00:00
2026-01-04 14:38:51 +00:00
2026-01-06 18:33:37 +00:00
2026-01-06 20:23:41 +01:00
2026-01-05 22:52:13 +00:00
2026-01-06 00:56:58 +00:00
2026-01-04 14:38:51 +00:00
2026-01-07 01:44:37 +01:00
2026-01-06 05:41:24 +01:00
2026-01-06 05:41:24 +01:00
2026-01-03 13:18:27 +01:00
2026-01-06 02:23:55 +01:00
2026-01-05 18:10:03 +00:00
2026-01-06 18:33:37 +00:00
2026-01-06 18:33:37 +00:00
2026-01-04 14:57:57 +00:00
2026-01-03 21:41:58 +01:00
2026-01-06 11:02:51 -06:00
2025-12-25 03:29:36 +01:00
2026-01-07 00:04:44 +01:00
2026-01-04 14:38:51 +00:00
2026-01-04 14:57:57 +00:00
2026-01-04 14:57:57 +00:00
2026-01-05 23:03:59 +00:00
2026-01-06 21:54:42 +00:00
2026-01-06 02:48:44 +00:00
2026-01-06 08:41:45 +01:00
2026-01-06 10:55:02 -06:00
2026-01-02 17:44:25 +00:00
2026-01-04 14:38:51 +00:00
2026-01-06 18:52:01 +00:00
2026-01-06 19:54:50 +01:00
2026-01-06 21:54:42 +00:00
2026-01-06 22:28:42 +00:00
2026-01-01 17:30:15 +01:00