Adds up and down arrow commands for reusing previous user-message inputs#1025
Closed
ggaabe wants to merge 6 commits into
Closed
Adds up and down arrow commands for reusing previous user-message inputs#1025ggaabe wants to merge 6 commits into
ggaabe wants to merge 6 commits into
Conversation
latest
…n-with-arrow-keys Add TUI input history navigation
Member
|
closing this in favor of #987 but ty for the contribution! |
andreipromarketing-dev
pushed a commit
to andreipromarketing-dev/opencode
that referenced
this pull request
Apr 7, 2026
The script lives inside .kiro/, so SCRIPT_DIR already resolves to the .kiro directory. Appending /.kiro again produced an invalid path (.kiro/.kiro) causing the installer to find no source files to copy.
bussard76
pushed a commit
to bussard76/openwork
that referenced
this pull request
May 12, 2026
* hide OpenWork to tray on close * restore OpenWork on tray click * restore hidden window on macOS reopen
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Most terminals let you use the up arrow key to iterate through previous commands and then rerun one of them. Cursor has something similar when hitting CMD + K and using the up / down arrow keys.
When testing different models with opencode it's a lot easier if we can just use the up arrow key to reuse the command we just tried, or reusing if there was a temporary error and we want to retry the thing we just entered. This adds the feature.