Hard rule: notify Tao on any fallback from GPT-5.4

This commit is contained in:
2026-03-08 10:33:46 +10:00
parent d84dcb0702
commit f2bddc5911
2 changed files with 12 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# 2026-03-08 model fallback hard rule
User reported: a previous PR to enable GPT-5.4 support was broken again; today gateway logs show `FailoverError: Unknown model: openai-codex/gpt-5.4`. Tao assumed main + workers were still running 5.4.
New hard rule requested by Tao:
- If main or any execution agent falls back from `openai-codex/gpt-5.4` (or 5.4 becomes unknown/unavailable), **main must notify Tao immediately**.
- Execution agents must be fixed to 5.4 and **must not silently fall back**. If 5.4 is unavailable, pause and ask Tao for model decision.
- If an execution agent is not responding, main must treat **fallback/unavailability** as a primary suspected cause and tell Tao (not just assume “stuck”).