You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(codex): conversation rewind via thread/rollback
Wires codex's native thread/rollback RPC to the rewind affordance: the pencil
rewind on a user turn confirms directly (no checkpoint_view round-trip), sends
/rewind <numTurns> which the adapter maps to thread/rollback, and mirrors the
truncation in the projected transcript. Flips the codex checkpoints cap on.
Conversation-only for now — codex's rollback deliberately doesn't touch files
(the app-server schema says the client must); git-checkpoint file restore is a
follow-up phase. Also guards the claude adapter so desktop-only commands
(/rewind, /tree, …) are never forwarded to the CLI as text.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments