fix(github-copilot): claude-opus-4.8 context window to 1M with reasoning support#91875
fix(github-copilot): claude-opus-4.8 context window to 1M with reasoning support#91875yichu10c wants to merge 1 commit into
Conversation
…ing support Updates claude-opus-4.8 model metadata to match live Copilot /models endpoint capabilities: - contextWindow: 128000 → 1000000 (native 1M on Anthropic API) - maxTokens: 8192 → 64000 - reasoning: false → true - input: ["text", "image"] (already set, made explicit) - compat.supportedReasoningEfforts: ["low","medium","high","xhigh","max"] Fixes openclaw#91869
|
Codex review: needs real behavior proof before merge. Reviewed June 15, 2026, 10:06 AM ET / 14:06 UTC. Summary PR surface: Source +16. Total +16 across 2 files. Reproducibility: yes. at source level, but not end to end. Current main and v2026.6.6 still carry the 128k/8192/no-reasoning fallback row, while full live reproduction of the Copilot Review metrics: 1 noteworthy metric.
Stored data model Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Proof guidance:
Risk before merge
Maintainer options:
Next step before merge
Security Review detailsBest possible solution: Keep the targeted fallback metadata correction open until redacted live proof confirms the exact Copilot 4.8 row and maintainers reconcile it with the live-first catalog PR. Do we have a high-confidence way to reproduce the issue? Yes at source level, but not end to end. Current main and v2026.6.6 still carry the 128k/8192/no-reasoning fallback row, while full live reproduction of the Copilot Is this the best way to solve the issue? Unclear as submitted. The provider-owned manifest/static override boundary is a plausible narrow fix for fallback metadata, but the durable successful-discovery fix may be #91728 and this branch still needs after-fix proof. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 66079161d72a. Label changesLabel justifications:
Evidence reviewedPR surface: Source +16. Total +16 across 2 files. View PR surface stats
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
|
Cross-link: #91728 ("prefer live model catalog") is the structural root-cause fix for this — instead of hard-coding Confirmed today on a real entitled account: live |
|
Thanks @yichu10c for the targeted Copilot metadata fix. I am closing this as superseded by #91728 because both PRs address the same Canonical path: #91728 I am keeping the canonical thread open there so validation and maintainer review stay in one place. Clownfish will preserve this source PR as attribution for the concrete 4.8 symptom report and targeted patch. If this still reproduces after #91728 lands, or if there is a distinct fallback-only case that the canonical PR does not cover, please reply and we can reopen or split it back out. |
Summary
Updates model metadata in the GitHub Copilot plugin to match live Copilot endpoint capabilities.
Changes
Why
Copilot's live endpoint returns and for . The bundled catalog was mirroring metadata which carries . This caused:
Fixes #91869.
Test Results