Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 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

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 responses

Version 0.5.8 already includes:

- Added `/copy` command to copy request ID or response text to clipboard

Consider 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.

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.

- **Session improvements**: Session list now shows last modified time and request IDs for better debugging
- **OAuth improvements**: Display authentication URL when browser fails to open (useful for SSH connections)
- **Simplified commands**: Consolidated `/new` and `/clear` commands for starting fresh conversations

### 0.5.8
- Added `/copy` command to copy request ID or response text to clipboard
- Added OAuth authentication support for MCP (Model Context Protocol) servers
Expand Down