Skip to content

Commit 096c7b0

Browse files
committed
chore(release): codex 1.7.14 (docs)
1 parent 358542d commit 096c7b0

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ It is not a generic preset, not an automatic configuration takeover, and not a b
1717

1818
| Field | Value |
1919
|---|---|
20-
| Adapter version | `1.7.13` |
21-
| Runtime baseline | Codex CLI 0.142.3 (`@openai/codex`) |
22-
| GitHub release tag | `1.7.13` |
20+
| Adapter version | `1.7.14` |
21+
| Runtime baseline | Codex CLI 0.142.4 (`@openai/codex`) |
22+
| GitHub release tag | `1.7.14` |
2323

24-
The runtime baseline reference is `references/codex-baseline.json`, verified 2026-06-26. The npm package is `@openai/codex`; the upstream release artifact is at `https://github.com/openai/codex/releases/tag/rust-v0.142.3`.
24+
The runtime baseline reference is `references/codex-baseline.json`, verified 2026-06-29. The npm package is `@openai/codex`; the upstream release artifact is at `https://github.com/openai/codex/releases/tag/rust-v0.142.4`.
2525

2626
## What This Repository Provides
2727

@@ -47,7 +47,7 @@ MCP launcher packages are pinned in `.mcp.json` and mirrored in `config/mcp-runt
4747

4848
```bash
4949
curl -fsSL https://chatgpt.com/codex/install.sh | CODEX_NON_INTERACTIVE=1 sh
50-
bun add -g @openai/codex@0.142.3
50+
bun add -g @openai/codex@0.142.4
5151
codex --version
5252
codex doctor
5353
```

references/codex-baseline.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"schema_version": 1,
4-
"verified_on": "2026-06-26",
4+
"verified_on": "2026-06-29",
55
"baseline": {
66
"codex_cli": {
7-
"version": "0.142.3",
7+
"version": "0.142.4",
88
"npm_package": "@openai/codex",
9-
"ref": "https://github.com/openai/codex/releases/tag/rust-v0.142.3"
9+
"ref": "https://github.com/openai/codex/releases/tag/rust-v0.142.4"
1010
},
1111
"runtime_contract": {
1212
"hooks": "command-only",

references/codex-surface-adoption.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ Verified: 2026-06-25
55
Source of truth:
66
- Runtime baseline: `references/codex-baseline.json`
77
- Runtime package pin: package metadata for `@openai/codex`
8-
- Official changelog and config docs: `https://github.com/openai/codex/releases/tag/rust-v0.142.3` and `https://developers.openai.com/codex/changelog`
8+
- Official changelog and config docs: `https://github.com/openai/codex/releases/tag/rust-v0.142.4` and `https://developers.openai.com/codex/changelog`
99

1010
## Decisions
1111

1212
| Surface | Introduced | Decision | Implementation | Validator |
1313
| --- | --- | --- | --- | --- |
14-
| Codex CLI runtime baseline | 0.142.3 | Adopted | Root contract and adapter runtime pins require `@openai/codex` / `codex-cli` `0.142.3`; local installed runtime must report `codex-cli 0.142.3`. | `python3 scripts/check_mcp_runtime_versions.py --fail-on-outdated` |
14+
| Codex CLI runtime baseline | 0.142.4 | Adopted | Root contract and adapter runtime pins require `@openai/codex` / `codex-cli` `0.142.4`; local installed runtime must report `codex-cli 0.142.4`. | `python3 scripts/check_mcp_runtime_versions.py --fail-on-outdated` |
1515
| `[tui].status_line` owner status line | 0.119.0 | Adopted | `scripts/install_system_codex.sh` manages `status_line = ["model-with-reasoning", "context-remaining", "five-hour-limit", "weekly-limit", "git-branch", "current-dir"]` and `status_line_use_colors = true` in `config.toml` and both `rldyour-yolo`/`rldyour-safe` profile configs so every session footer shows model, context remainder, and five-hour/weekly rate-limit remainder. Only these two keys are managed; other user `[tui]` keys are preserved. | `tests/unit/test_install_system_codex_tui_status_line.py` |
16-
| `/app` desktop handoff and Windows workspace launch | 0.138.0 | Operational | Introduced in 0.138.0; current adopted baseline is 0.142.3. Repository config does not hard-code Desktop handoff state, but installed-runtime smoke must require the current baseline before diagnosing app/server integration behavior. | `scripts/doctor_system_codex.sh --quick --strict-runtime` |
16+
| `/app` desktop handoff and Windows workspace launch | 0.138.0 | Operational | Introduced in 0.138.0; current adopted baseline is 0.142.4. Repository config does not hard-code Desktop handoff state, but installed-runtime smoke must require the current baseline before diagnosing app/server integration behavior. | `scripts/doctor_system_codex.sh --quick --strict-runtime` |
1717
| Local image file paths exposed to the model | 0.138.0 | Capability-dependent | Local image attachment and generated-image path exposure is runtime behavior. Do not add repository claims about availability unless installed-runtime checks prove the active account/session supports the capability. | n/a |
1818
| Plugin command JSON and richer plugin metadata | 0.138.0 | Operational | 0.138.0 documents richer plugin JSON surfaces. The adapter already treats JSON plugin inventory as installed-runtime evidence and keeps static validators from inventing runtime plugin state. | root `scripts/ry_repair_sync.py --plan --apply-system --json` |
1919
| App-server token-usage and v2 personal access token support | 0.138.0 | Capability-dependent | Authentication tokens and account usage data remain external runtime state. Do not store PATs, OAuth tokens, or account usage in repository config, logs, memories, or fixtures. | `scripts/validate_instruction_docs.py` |
2020
| Model-defined reasoning effort ordering | 0.138.0 | Operational | Keep managed subagent TOML defaults static unless the owner changes model policy. Runtime-provided effort ordering is accepted as CLI behavior, not a repository schema migration. | `scripts/validate_agent_tools.py` |
21-
| Stable release boundary vs. prereleases | 0.142.3 | Adopted | Stable `0.142.3` is the release-grade baseline. `0.143.0-alpha.*` and later alpha tags remain excluded unless the owner explicitly enables prerelease runtime policy. | `scripts/check_mcp_runtime_versions.py --fail-on-outdated` |
21+
| Stable release boundary vs. prereleases | 0.142.4 | Adopted | Stable `0.142.4` is the release-grade baseline. `0.143.0-alpha.*` and later alpha tags remain excluded unless the owner explicitly enables prerelease runtime policy. | `scripts/check_mcp_runtime_versions.py --fail-on-outdated` |
2222
| Code-mode standalone web search and richer MCP schemas | 0.139.0 | Operational | 0.139.0 lets code mode call standalone web search (including nested JS tool calls) and preserves `oneOf`/`allOf` plus more shallow structure in compacted tool schemas. Runtime behavior only: keep MCP definitions in `.mcp.json` unchanged and treat improved schema fidelity as compatibility, not a config migration. | `scripts/smoke_mcp_capabilities.py` |
2323
| `codex doctor` editor/pager environment details | 0.139.0 | Operational | `codex doctor` now reports editor and pager environment details locally while redacting raw values in JSON output; keep using the doctor in installed-runtime diagnostics without storing raw environment values. | `scripts/doctor_system_codex.sh --quick` |
2424
| Marketplace `list --json` source field and cached catalog responses | 0.139.0 | Operational | `codex plugin marketplace list --json` now includes each marketplace source and plugin lists may return from the cached remote catalog before background refresh; installed-runtime checks must treat cached-vs-fresh catalog responses as equivalent evidence. | root `scripts/ry_repair_sync.py --plan --json` |

0 commit comments

Comments
 (0)