close: codex gpt55 context window

This commit is contained in:
Keisuke Hirata 2026-05-31 10:58:32 +09:00
parent 1c61cce2e7
commit 31f7db302d
No known key found for this signature in database
4 changed files with 30 additions and 2 deletions

View File

@ -2,12 +2,12 @@
id: 20260531-003743-codex-gpt55-effective-context-window
slug: codex-gpt55-effective-context-window
title: Provider: make codex gpt-5.5 context window effective
status: open
status: closed
kind: task
priority: P2
labels: [provider, models, catalog]
created_at: 2026-05-31T00:37:43Z
updated_at: 2026-05-31T01:57:38Z
updated_at: 2026-05-31T01:58:24Z
assignee: null
legacy_ticket: null
---

View File

@ -0,0 +1 @@
Updated the builtin `codex-oauth/gpt-5.5` entry so `context_window = 272000` directly represents the effective Codex OAuth / ChatGPT backend route limit, with a catalog comment explaining that generic OpenAI docs advertise 1.05M. Removed catalog-level `max_context_window` from that entry while preserving inline/config `max_context_window` support. External review approved and validation passed.

View File

@ -64,4 +64,31 @@ Reviewer summary:
Blockers: none.
---
<!-- event: implementation_report author: hare at: 2026-05-31T01:58:24Z -->
## Implementation report
Main workspace validation after merge:
- `cargo fmt --check` passed
- `cargo test -p provider catalog` passed
- `cargo test -p manifest model` passed
- `cargo check -p provider -p manifest` passed
- `./tickets.sh doctor` passed
- `git diff --check` passed
Warnings observed are pre-existing dead-code warnings in `llm-worker` / filtered manifest test helpers.
---
<!-- event: close author: hare at: 2026-05-31T01:58:24Z status: closed -->
## Closed
Updated the builtin `codex-oauth/gpt-5.5` entry so `context_window = 272000` directly represents the effective Codex OAuth / ChatGPT backend route limit, with a catalog comment explaining that generic OpenAI docs advertise 1.05M. Removed catalog-level `max_context_window` from that entry while preserving inline/config `max_context_window` support. External review approved and validation passed.
---