Integrate open backlog: doctor, CSRF, patch-app, image detail, docs#36
Merged
Conversation
…etail, subscription docs - Add codex-shim doctor with OK/WARN/FAIL/INFO diagnostics - Protect /api/switch with per-process X-Codex-Shim-Picker-Token - Replace literal patch-app needles with regex + APPLIED markers - Normalize image detail original→high for chat-completions providers - Add docs/subscription-integration.md and CHANGELOG/README updates Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jun 11, 2026
Closed
|
Hi, thanks for integrating #33, #34, #35 into #36! I noticed the squash commit only has you as the author, meaning none of the contributors from the integrated PRs appear in the git history. Could you amend the merge commit to add Also, it would be great if future squash merges that integrate external PRs include |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
patch-appfails on Codex Desktop ≥26.601.20914 — JS bundle refactor changed needle targets #28 / PR Feature/Smart vision routing + Codex Desktop compatibility fixes #27: Regex-basedpatch-appneedles survive Codex Desktop bundle refactors (models-and-reasoning-efforts-*.js, minifier renames, idempotent APPLIED markers)detail: "original"→"high"for chat-completions providers (Kimi/Ark)codex-shim doctorread-only diagnostics commanddocs/subscription-integration.md(README-linked, was 404)/api/switchpicker endpointTest plan
python3 -m compileall codex_shim/ -qpython3 -m pytest tests/ -q— 174 passedCloses
Closes #28. Supersedes/integrates #32, #33, #34, #35.
Made with Cursor