Skip to content

Commit 0d20c12

Browse files
Fix rewind restore and Esc interrupt routing
Keep rewind restore selections alive while the confirmation popup handles Enter, and keep Esc routed to interrupt during the submitted-turn window before turn_started arrives. Bump Open Codex to 0.130.10 for the npm release. Tests: - CC=clang cargo test -p codex-tui rewind_ -- --nocapture - CC=clang cargo test -p codex-tui backtrack_esc -- --nocapture - just fmt - CC=clang just fix -p codex-tui Co-authored-by: Open Codex <hff582580@gmail.com>
1 parent d7768b0 commit 0d20c12

6 files changed

Lines changed: 213 additions & 122 deletions

File tree

codex-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leonw24/open-codex",
3-
"version": "0.130.9",
3+
"version": "0.130.10",
44
"license": "Apache-2.0",
55
"bin": {
66
"open-codex": "bin/codex.js"

0 commit comments

Comments
 (0)