Skip to content

Commit 000f4ba

Browse files
Bump Open Codex to 0.133.1
Cut the first fork patch release on the 0.133.x base. Bundles the workspace-changes status-line refresh fix and the Esc pre-response prompt rollback. Co-authored-by: Open Codex <hff582580@gmail.com>
1 parent fe56f47 commit 000f4ba

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

FEATURES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Open Codex Feature Inventory
22

3-
Last updated: 2026-05-24
3+
Last updated: 2026-05-25
44

55
This file tracks fork-specific features and fixes that should remain visible during README, release-note, and roadmap updates. It is an engineering inventory, not a marketing page. Keep it scoped to behavior implemented in this fork.
66

@@ -94,6 +94,11 @@ Fast-moving prompt packs, hooks, setup flows, and project policies are better ha
9494

9595
## Release Notes
9696

97+
### 0.133.1 - 2026-05-25
98+
99+
- Match Claude Code's "treat the query as not sent" behavior: while a user prompt is awaiting `TurnStarted` from core, pressing Esc now rolls the prompt text back into the composer in addition to issuing the interrupt, so the user can edit and resubmit without retyping.
100+
- Fix the `workspace-changes` status item (`+added/-deleted ?untracked`) staying frozen after first lookup: refresh it on `TurnDiffUpdated` notifications and at both `finalize_turn` sites alongside the existing branch/git-summary refreshes.
101+
97102
### 0.133.0 - 2026-05-24
98103

99104
- Merge upstream `openai/codex` through `rust-v0.133.0` (59 upstream commits, 361 files, +18.2k / -2.3k) on top of the 0.131.6 fork base. Backup tag `backup/before-merge-0.133.0-20260524` preserves the pre-merge state.

codex-rs/Cargo.toml

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

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

0 commit comments

Comments
 (0)