mirror of
https://github.com/openai/codex.git
synced 2026-04-30 19:32:04 +03:00
Adds max_context_window to model metadata and routes core context-window reads through resolved model info. Config model_context_window overrides are clamped to max_context_window when present; without an override, the model context_window is used.