Files
multica/server
Bohan Jiang 99d8f29bde fix(codex): raise the first-turn no-progress ceiling to 60s (MUL-5542) (#6192)
The first-turn watchdog killed healthy turns. Two independent field
reports measured the first progress event landing just past 30s on
gpt-5.5, and ~39s for a WSL app-server, all inside the window the
watchdog treats as "stuck". Raise the ceiling to 60s.

The window's only job is to fail fast instead of waiting out the 10
minute semantic inactivity backstop, so 60s keeps that value while
clearing the observed evidence with margin.

Add a regression test for the clamp, which had none: the configured
semantic inactivity timeout can only shrink this window, never raise it.

Co-authored-by: Bohan-J <bohan@devv.ai>
Co-authored-by: multica-agent <github@multica.ai>
2026-07-30 18:24:45 +08:00
..