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
I’ve run into a problem with undo/redo functionality when OpenCode makes edits to a file.
After OpenCode applies changes, the undo/redo history does not work.
Instead of updating the existing file, it seems to create a new file state each time.
In Neovim, undotree is empty after OpenCode makes modifications, so I cannot step back through previous edits.
This makes it impossible to use normal undo/redo workflows, since there’s no history to revert.
You are free to have a look at my .config file maybe a have some nvim/.zshrc set up which prevents opencode modify files properly