Skip to content

feat(catalog): publish ultra effort on Codex 0.144+ captures - #32

Merged
architectds merged 1 commit into
architectds:mainfrom
jt-wang:cursor/codex-ultra-effort-gate-9de2
Aug 19, 2026
Merged

feat(catalog): publish ultra effort on Codex 0.144+ captures#32
architectds merged 1 commit into
architectds:mainfrom
jt-wang:cursor/codex-ultra-effort-gate-9de2

Conversation

@jt-wang

@jt-wang jt-wang commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Summary

Native GPT models (e.g. gpt-5.6-sol) advertise an ultra reasoning rung in bundled Codex catalogs from ~0.144 onward, but ModelDock was filtering it out at every capture version. This publishes ultra only when backward-compatible.

Backward compatibility

Codex capture (captured_with) max ultra
< 0.138 withheld withheld
0.138 – 0.143 published withheld
>= 0.144 published published
  • Pre-0.138 Codex parses model_catalog_json with a closed enum ending at xhigh; a single max anywhere makes the client exit 1 and publish no models.
  • 0.138+ accepts max via an open enum.
  • ultra is gated separately at 0.144 to match when bundled native catalogs started advertising it and to avoid picker rungs on 0.138–0.143 stacks that may still reject it upstream.

Curated/routed models are unchanged — only native merge entries that already carry ultra can publish it.

Verification

  • node --test test/catalog.test.mjs — version-gated ladder tests for old, mid, and current captures
  • Live (local): catalog + codex exec -m gpt-5.6-sol with model_reasoning_effort="ultra" through ModelDock gateway returns 200 and "effort":"ultra" in rollout

Scope

Two files only: src/catalog.mjs, test/catalog.test.mjs. No gateway, auth, or private deployment changes.

Gate max at 0.138.0 (pre-0.138 clients fail the whole catalog on it) and
ultra at 0.144.0 (matches bundled native catalogs; withholds on 0.138-0.143
builds that may still reject it upstream). Native merge only - curated models
never invent ultra.
@architectds
architectds merged commit 8b8f744 into architectds:main Aug 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants