opencode
opencode copied to clipboard
[FEATURE]:Add retry / re-run capability when operation is aborted
Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Problem
When an operation fails with “The operation was aborted.”, there is no way to retry or re-run the last request. Users must manually submit everything again.
Request
Please add one of the following:
- A Retry button on aborted operations
- A Re-run last request action
- Or preserve the last prompt/context after abort
Why
Abort errors are often not user-caused (network, timeout).
Lack of retry makes long or complex workflows painful.