Skip to content

feat(codex): support gpt-5.6 ultra reasoning effort#1001

Open
sdogsq wants to merge 1 commit into
tiann:mainfrom
sdogsq:feat/codex-gpt-5.6-ultra
Open

feat(codex): support gpt-5.6 ultra reasoning effort#1001
sdogsq wants to merge 1 commit into
tiann:mainfrom
sdogsq:feat/codex-gpt-5.6-ultra

Conversation

@sdogsq

@sdogsq sdogsq commented Jul 10, 2026

Copy link
Copy Markdown

Summary

  • accept Codex max and ultra reasoning efforts in CLI arguments, runtime session updates, and /reasoning
  • derive new-session and active-session effort choices from the selected model's supportedReasoningEfforts catalog
  • resolve auto through the catalog default model and reset unsupported new-session selections to Default

Validation

  • bun typecheck
  • focused Codex CLI tests: 49 passed
  • Codex reasoning-option tests: 8 passed
  • complete web suite: 1,134 passed
  • live Codex app-server smoke: gpt-5.6-sol with ultra completed successfully

bun run test reaches three unrelated failures in existing CLI scanner/skill-discovery tests (skills.test.ts, sessionScanner.test.ts, and codexLocalLauncher.test.ts); the changed CLI tests pass.

Closes #999

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Findings
No issues found.

Summary
Review mode: initial
No blocking/major/minor issues found in the latest diff. Residual risk: this pass was static review only; I did not independently run the test suites.

Testing
Not run (automation; static review only).

HAPI Bot

swear01 pushed a commit to swear01/hapi that referenced this pull request Jul 10, 2026
swear01 added a commit to swear01/hapi that referenced this pull request Jul 11, 2026
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.

codex: 支援 gpt-5.6 系列和 ultra 思考強度

1 participant