From bdecf1217bd7b74ebe8b4afe6cfb192a5cb2b1f3 Mon Sep 17 00:00:00 2001 From: Justin Xu Date: Thu, 16 Oct 2025 13:12:39 -0400 Subject: [PATCH 1/2] Update CHANGELOG for version 0.5.9 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79188a1..761a09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- **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 From 3398bdae71993325539d1979ec25a1d012bc93d9 Mon Sep 17 00:00:00 2001 From: Justin Xu Date: Thu, 16 Oct 2025 13:20:59 -0400 Subject: [PATCH 2/2] Update CHANGELOG for version 0.5.9 --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761a09e..0e46193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ ### 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 - **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