Skip to content

Commit 6e43f3a

Browse files
Release Open Codex 0.131.3
Bump the npm package and Rust workspace versions after the upstream merge, and add concrete release notes for the update prompt and feature inventory. Co-authored-by: Open Codex <hff582580@gmail.com>
1 parent e0cac95 commit 6e43f3a

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

FEATURES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ Fast-moving prompt packs, hooks, setup flows, and project policies are better ha
9090

9191
## Release Notes
9292

93+
### 0.131.3 - 2026-05-21
94+
95+
- Merge upstream `openai/codex` through `cfa16fcc2e`, bringing in 271 upstream commits after the fork point.
96+
- Preserve Open Codex fork behavior across the merge, including memory overlay/browser, rewind/revoke UX, persistent `Shift+Tab` speed toggle, `/btw`, `/effort`, subagent tracking, and git attribution.
97+
- Reconcile upstream ThreadSettings, `Op::UserInput`, MCP runtime environment, permission profile, rate-limit, status-surface, and package-layout changes with fork-specific runtime state.
98+
- Keep stale-turn output guards, foreground/background task state, and fork-correct package/update identity intact after the upstream merge.
99+
- Restore the Rust workspace release version so built binaries report `0.131.3` instead of upstream source-build `0.0.0`.
100+
93101
### 0.131.2 - 2026-05-20
94102

95103
- Fix slash popup navigation: use keymap `list.move_up/down` instead of hardcoded `Ctrl-P/N`, fixing popup only moving upward.

codex-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leonw24/open-codex",
3-
"version": "0.131.2",
3+
"version": "0.131.3",
44
"license": "Apache-2.0",
55
"bin": {
66
"open-codex": "bin/codex.js"
@@ -19,4 +19,4 @@
1919
"directory": "codex-cli"
2020
},
2121
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
22-
}
22+
}

codex-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ members = [
118118
resolver = "2"
119119

120120
[workspace.package]
121-
version = "0.0.0"
121+
version = "0.131.3"
122122
# Track the edition for all workspace crates in one place. Individual
123123
# crates can still override this value, but keeping it here means new
124124
# crates created with `cargo new -w ...` automatically inherit the 2024

0 commit comments

Comments
 (0)