Skip to content
Merged
Changes from all commits
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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
- **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