YeonGyu-Kim
3f557e593c
fix(background-agent): use correct OpenCode session status for stale guard
...
OpenCode uses 'busy'/'retry'/'idle' session statuses, not 'running'.
The stale timeout guard checked for type === 'running' which never
matched, leaving all background tasks vulnerable to stale-kill even
when their sessions were actively processing.
Change sessionIsRunning to check type !== 'idle' instead, protecting
busy and retrying sessions from premature termination.
2026-02-15 14:24:45 +09:00
..
2026-02-14 14:58:25 +09:00
2026-02-14 13:33:01 +09:00
2026-02-08 16:20:52 +09:00
2026-02-08 16:20:52 +09:00
2026-02-09 18:26:16 +09:00
2026-02-06 15:09:07 +09:00
2026-01-14 21:35:01 -08:00
2026-02-14 14:56:51 +09:00
2026-02-08 16:20:52 +09:00
2026-02-08 16:20:52 +09:00
2026-02-08 16:20:52 +09:00
2026-02-13 17:40:44 +09:00
2026-02-14 17:59:01 +09:00
2026-02-15 14:24:45 +09:00
2026-02-09 11:17:51 +09:00
2026-02-08 16:20:52 +09:00
2026-02-09 18:26:16 +09:00
2026-02-08 16:20:52 +09:00
2026-02-14 14:58:25 +09:00
2026-02-08 16:20:52 +09:00
2026-02-08 16:20:52 +09:00
2026-02-10 22:00:54 +09:00
2026-02-14 14:58:25 +09:00
2026-02-14 17:59:01 +09:00
2026-02-08 16:20:52 +09:00
2026-02-08 16:20:52 +09:00
2026-02-08 16:20:52 +09:00
2026-02-12 18:26:03 +09:00
2026-02-09 11:19:39 +09:00
2026-02-12 18:26:03 +09:00
2026-02-08 16:20:52 +09:00
2026-02-08 16:20:52 +09:00
2026-02-11 13:52:20 +09:00
2026-02-11 13:52:20 +09:00
2026-02-12 18:26:03 +09:00
2026-02-09 11:45:20 +09:00
2026-02-08 16:20:52 +09:00
2026-02-08 16:20:52 +09:00
2026-02-13 17:40:12 +09:00
2026-02-13 17:40:12 +09:00
2026-02-08 16:20:52 +09:00
2026-02-15 14:24:45 +09:00
2026-02-15 14:24:45 +09:00
2026-02-09 11:45:20 +09:00
2026-02-12 18:26:03 +09:00
2026-02-09 18:25:54 +09:00
2026-02-11 13:52:20 +09:00
2026-02-08 16:20:52 +09:00
2026-02-14 14:58:25 +09:00