How is there not a /rewind or /revert feature? #9618
Replies: 3 comments 4 replies
-
|
We previously exposed an experimental I think that most Codex users don't see the need for |
Beta Was this translation helpful? Give feedback.
-
|
Can we distinguish between an "undo" feature and a "restore conversation to this point" feature? My understanding is that a true "undo" might be more complex to implement reliably, since it would need to reverse prior actions and state changes. In contrast, "restore conversation to this point" seems more like a context management operation, where the conversation state is reverted to an earlier message and everything after that point is ignored. I can implement the restore logic on my side, but I’m unsure about the correct approach to trimming the context. Specifically, how should I prevent messages after the restore point from being included in the next request? Should those messages simply be removed from the message history before sending the next prompt? |
Beta Was this translation helpful? Give feedback.
-
|
I personally didn't liked undo. Did not used it much but it wasn't feeling right. I don't know why. I need exact /rewind feature as claude code cli. It asks me to rewind either conversation or code&conversation which is pretty useful when you are not ready to commit yet but want to try something. With agentic coding I experiment with my codebase a lot and not being able to go back is pretty much blocks this process for me. Also undo button exists on vscode extension right now but not working at all. I hope we can get a proper rewind/revert/restore checkpoint feature which would make codex 2x useful for me. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Rewind or revert feature is very much needed. OpenCode and Claude Code have great support for undoing. Unless you want to commit on every change, not having this is insane and makes codex almost unusable.
Beta Was this translation helpful? Give feedback.
All reactions