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
Watch out, this implementation skips a bunch of things we need.
Implemented as is, this is a "TUI only" feature that does not actually fork a session. It removes the messages only on the TUI side of things, it does not remove anything from the persisted session nor does it fork the session in any way. If you reload the session, all the messages including those you thought had been removed are still present, in their original order, making subsequent use of the session not behave in the same way as the user might expect.
The concept is similar to what i implemented in #1578, maybe we can iterate there if you have suggestions.
e.g. I will be adding the ability to edit/branch off from the keyboard as well (now the edit icon is only clickable via mouse).
Im closing this then. I just wanted to propose something I found useful. This allows me to save some tokens in my workflows. I could totally use the feature proposed in #1578.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Details
When viewing a conversation, users can now:
The session is truncated to include everything up to and including the selected message, allowing the user to ask a different follow-up question.
Test plan