[FEATURE] forward a prompt stack
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
I often find myself rewinding a prompt back to a particular point because of the context, the methodology, the solution that the agent found, so that I don't have to replay the entire thing. And I find it very useful if I could also forward a prompt stack if I haven't already Rewinded that prompt stack.
This would be incredible for prompt engineering
Proposed Solution
Several Scenarios
Forward only applies if no prompt submitted.
user click /rewind go back to a previous prompt.
user has not committed a prompt, so they are able to go /forward in the stack.
If user does not go to top of stack, /forward is still an option.
Forward does not apply
user click /rewind go back to a previous prompt.
user has committed a prompt/forward is no longer on the stack
Forward to the top of stack
user click /rewind go back to a previous prompt.
user has not committed a prompt, so they are able to go /forward in the stack.
user goes to top of stack. /forward is no longer available.
AfterWards
Have a branching mechanism for saving points and pivoting branches.
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
CLI commands and flags
Use Case Example
Building prompts, refining prompts. You become a prompt wizard.
Additional Context
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗