Skip to content

Commit b6f62e4

Browse files
Fix revoke restore scope and release notes link
Keep conversation-only revoke from restoring file history, include resume-replayed turns in the rewind picker, and point update prompts at Open Codex release notes. Bump the release to 0.130.11 and stabilize version-sensitive snapshots for release builds. Verification: cargo test -p codex-tui rewind_; cargo test -p codex-tui update_; cargo test -p codex-tui reset_memories_clears_local_memory_directories; cargo test -p codex-tui status_snapshot_; just fix -p codex-tui; RUSTC_WRAPPER=sccache CC=clang cargo build --profile release-fast --bin codex. Co-authored-by: Open Codex <hff582580@gmail.com>
1 parent 1801ce5 commit b6f62e4

23 files changed

Lines changed: 235 additions & 156 deletions

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.10",
3+
"version": "0.130.11",
44
"license": "Apache-2.0",
55
"bin": {
66
"open-codex": "bin/codex.js"

0 commit comments

Comments
 (0)