Retry / replay commands, output to file, shell completions#30
Merged
kristoferlund merged 27 commits intomainfrom Feb 5, 2026
Merged
Retry / replay commands, output to file, shell completions#30kristoferlund merged 27 commits intomainfrom
kristoferlund merged 27 commits intomainfrom
Conversation
…fault, -c for clipboard, -o for file)
…nd/ostt into agent-1-retry-replay
feat: Add retry and replay commands for recording history
feat: Add output modes following Unix conventions
Migrate CLI to Clap
Add support for support script migrations
for the default record command
Make the -c and -o top level options
Adjust log levels and change default audio player
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.
Added
-cflag: copy to clipboard-o <file>flag: write to fileostt retryorostt retry N)ostt replayorostt replay N)r(record),a(auth),h(history),k(keywords),c(config),rp(replay)-h(short) and--help(long with examples)ostt completions <shell>)Changed
ostt recordnow outputs to stdout by default (enables shell piping) instead of clipboard-cflag for clipboard output. See upgrade guides:Fixed
Closes #14
Closes #15
Closes #17
Closes #18
Closes #20