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
In this iteration we introduced the ability to undo or redo parts steps in responses, rather than entire responses. This is used in Agent mode to allow undoing single interactions.
In agent mode, make a request that causes the model to edit multiple files
Verify you see the diffs on code pills in the response
Verify clicking on the diffs will show the individual change made in that step, rather than the entire diff
Verify undo/redo works, and that you can reload the window and undo/redo parts of the response
Verify the model knows about undone steps. (Though this can be hard to get the model to realize as it often things it's stated intention was carried out even if some of the changes were rolled back)
It's only expected that response content and file edits are rolled back. Other tool calls like terminal commands are not rolled-back at this time.
Complexity: 4
Create Issue
In this iteration we introduced the ability to undo or redo parts steps in responses, rather than entire responses. This is used in Agent mode to allow undoing single interactions.
Known issues:
The text was updated successfully, but these errors were encountered: