Skip to content

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 18:02
· 8 commits to main since this release

v1.14.0

Features

  • Codex config guard: new model context parameters: add built-in managed
    parameters for model_context_window and model_auto_compact_token_limit
    in ~/.codex/config.toml.

Fixes

  • Custom guard parameter payload: rename applyMode/valueType to
    apply_mode/value_type when adding custom parameters so the frontend
    payload matches the Rust schema. Update the smoke install mock and unit
    test accordingly.

Verification

  • pnpm run build passes.
  • pnpm exec vitest run passes.
  • cargo check passes.
  • pnpm run check:release -- --tag v1.14.0 passes.