close: codex gpt55 context window
This commit is contained in:
parent
1c61cce2e7
commit
31f7db302d
|
|
@ -2,12 +2,12 @@
|
||||||
id: 20260531-003743-codex-gpt55-effective-context-window
|
id: 20260531-003743-codex-gpt55-effective-context-window
|
||||||
slug: codex-gpt55-effective-context-window
|
slug: codex-gpt55-effective-context-window
|
||||||
title: Provider: make codex gpt-5.5 context window effective
|
title: Provider: make codex gpt-5.5 context window effective
|
||||||
status: open
|
status: closed
|
||||||
kind: task
|
kind: task
|
||||||
priority: P2
|
priority: P2
|
||||||
labels: [provider, models, catalog]
|
labels: [provider, models, catalog]
|
||||||
created_at: 2026-05-31T00:37:43Z
|
created_at: 2026-05-31T00:37:43Z
|
||||||
updated_at: 2026-05-31T01:57:38Z
|
updated_at: 2026-05-31T01:58:24Z
|
||||||
assignee: null
|
assignee: null
|
||||||
legacy_ticket: null
|
legacy_ticket: null
|
||||||
---
|
---
|
||||||
|
|
@ -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.
|
||||||
|
|
@ -64,4 +64,31 @@ Reviewer summary:
|
||||||
Blockers: none.
|
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.
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
Loading…
Reference in New Issue
Block a user