-
Notifications
You must be signed in to change notification settings - Fork 10
Update CHANGELOG for version 0.5.9 #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed the changelog additions for version 0.5.9. Found one duplication issue that should be addressed.
🤖 Automated review complete. Please react with 👍 or 👎 on the individual review comments to provide feedback on their usefulness.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review completed. 1 suggestion posted.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.