Skip to content

feat(codex): default gpt-5.4 with long context and xhigh plan mode#112

Merged
skulidropek merged 2 commits intomainfrom
issue-111
Mar 7, 2026
Merged

feat(codex): default gpt-5.4 with long context and xhigh plan mode#112
skulidropek merged 2 commits intomainfrom
issue-111

Conversation

@skulidropek
Copy link
Copy Markdown
Contributor

@skulidropek skulidropek commented Mar 7, 2026

Summary

  • switch managed Codex config model from gpt-5.3-codex to gpt-5.4
  • add long-context defaults in managed config: model_context_window = 1050000 and model_auto_compact_token_limit = 945000
  • set plan_mode_reasoning_effort = "xhigh" to match default development reasoning effort
  • keep entrypoint fallback config aligned with auth-sync managed config
  • add tests for codex config creation/rewrite invariants

Verification

  • pnpm --filter ./packages/lib test tests/usecases/auth-sync.test.ts
  • pnpm --filter ./packages/lib typecheck
  • pnpm --filter ./packages/lib test

Closes #109
Closes #111

- switch managed codex config model to gpt-5.4

- set plan_mode_reasoning_effort to xhigh

- set model_context_window/model_auto_compact_token_limit defaults

- add auth-sync tests for create/rewrite behavior

Closes #109

Closes #111
@skulidropek skulidropek merged commit 4289184 into main Mar 7, 2026
12 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

1 participant