ab-v4's dashboard-search-filters-composite garbaged on gpt-5.4 with "codex timed out after 300000ms" — Codex's own agent framing (~20k tokens) plus our 18.9k composite system prompt plus thinking budget plus a 13-tool composite output is enough to blow the old 5-minute cap. The same model produced 13 chained op_tool tags on team-people-page-composite within the window, so we know it's generation latency under heavy briefs, not a hung CLI. Doubles the default to 600000ms and adds AB_CORPUS_CODEX_TIMEOUT_MS to override either way (lower it to surface slowness as a hard fail when iterating, raise it for one-off long-form runs). Pairs with the existing AB_CORPUS_CALL_TIMEOUT_MS for openai-compat clients. Doesn't fix the deepseek empty-content failure on the same prompt (already covered by retries=2 + exp backoff) or the minimax mix + invented "canvas" parent_id (model-side instruction skip; out of scope for this commit). |
||
|---|---|---|
| .. | ||
| ab-corpus | ||
| bundle-skill.ts | ||
| ensure-agent-native.cjs | ||
| patch-srvx-bun.ts | ||
| publish-beta.sh | ||
| unpublish.sh | ||