813 B
813 B
Created
Created by tickets.sh create.
Plan
Implementation plan:
- Update only the provider-specific builtin catalog entry for
codex-oauth/gpt-5.5: setcontext_window = 272000, removemax_context_window, and add a clear comment about generic OpenAI docs vs Codex OAuth effective limit. - Keep
resources/profiles/default.luaunchanged. - Adjust tests so builtin catalog expectations use effective
context_window, whilemax_context_windowbehavior remains covered by an inline/config-specific test if the field remains supported. - Validate with focused provider/manifest tests plus
cargo fmt --check,./tickets.sh doctor, andgit diff --check.