Merged
Conversation
CHANGELOG.md
Outdated
| ### 0.5.9 | ||
| - **Image support**: Attach images to prompts using `--image` flag or the new `/image` command with drag-and-drop and paste support | ||
| - **Enhanced clipboard**: Fixed clipboard copying in SSH sessions and terminal multiplexers (tmux/screen) using OSC 52 protocol | ||
| - **Copy command**: Added `/copy` command to easily copy request IDs and agent responses |
There was a problem hiding this comment.
The /copy command is already documented as added in version 0.5.8 (line 12). This entry appears to be a duplicate.
Current code:
- **Copy command**: Added `/copy` command to easily copy request IDs and agent responsesVersion 0.5.8 already includes:
- Added `/copy` command to copy request ID or response text to clipboardConsider removing this entry from 0.5.9 since the /copy command was introduced in 0.5.8. If there were enhancements to the /copy command in 0.5.9, please clarify what specifically was improved rather than listing it as a new addition.
CHANGELOG.md
Outdated
| ### 0.5.9 | ||
| - **Image support**: Attach images to prompts using `--image` flag or the new `/image` command with drag-and-drop and paste support | ||
| - **Enhanced clipboard**: Fixed clipboard copying in SSH sessions and terminal multiplexers (tmux/screen) using OSC 52 protocol | ||
| - **Copy command**: Added `/copy` command to easily copy request IDs and agent responses |
There was a problem hiding this comment.
This duplicates the 0.5.8 entry below, which already notes that /copy was added. Consider rephrasing this as an improvement or removing it to avoid confusion.
🤖 React with 👍 or 👎 to let us know if the comment was useful.
This was referenced Mar 11, 2026
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.
Update CHANGELOG for version 0.5.9 release
Adds changelog entry documenting the following improvements:
--imageflag and/imagecommand with drag-and-drop and paste capabilities/copycommand for copying request IDs and agent responses/newand/clearcommands for starting fresh conversations🤖 This description was generated automatically. Please react with 👍 if it's helpful or 👎 if it needs improvement.