Skip to content

Conversation

@ChrisPei
Copy link
Contributor

  • Add right-click context menu for terminal with copy/paste support
    • If text is selected: copies to clipboard and shows toast notification
    • If no selection: pastes from clipboard
  • Fix Ctrl+V paste by intercepting the key to prevent xterm showing ^v and letting Electron's menu paste role handle it via paste event
  • Works on both Windows and macOS

- Add right-click context menu for terminal with copy/paste support
  - If text is selected: copies to clipboard and shows toast notification
  - If no selection: pastes from clipboard
- Fix Ctrl+V paste by intercepting the key to prevent xterm showing ^v
  and letting Electron's menu paste role handle it via paste event
- Works on both Windows and macOS

Co-Authored-By: Claude <noreply@anthropic.com>
@serafimcloud serafimcloud merged commit 0daad3c into 21st-dev:main Jan 26, 2026
serafimcloud added a commit that referenced this pull request Jan 26, 2026
## What's New

### Features
- **Multi-Account Support** — Switch between multiple Anthropic accounts
- **Remote Sandbox Chats** — Full support for remote sandbox chats
- **Default Agent Mode** — Set default agent mode preference with per-chat mode isolation — thanks @serafimcloud! (#102)
- **Batch Discard** — Multi-select files for batch discard in changes view
- **Terminal Copy/Paste** — Improved terminal copy/paste support on Windows — thanks @ChrisPei! (#91)

### Improvements & Fixes
- **Command Autocomplete** — Sort by name length for better UX — thanks @paul-bouzian! (#93)
- **SQLite Migration Fix** — Prevent crash on sub_chats drop column — thanks @a3my! (#100)
- **Cross-Platform Support** — Add platform provider abstraction — thanks @ChrisPei! (#80)
- **Theme Selector** — Add scroll and max-height to dropdown
- **Kanban View** — Various fixes and improvements
guilhermexp added a commit to guilhermexp/1code that referenced this pull request Jan 27, 2026
Features:
- Default agent mode preference with per-chat isolation (21st-dev#102)
- Platform provider abstraction for cross-platform support (21st-dev#80)
- Terminal copy/paste improvements on Windows (21st-dev#91)
- Command autocomplete sorted by name length (21st-dev#93)

Fixes:
- SQLite migration crash on sub_chats drop column (21st-dev#100)
- Startup crash "Cannot find module async-mutex" (v0.0.48)
- MCP caching issues (v0.0.47)

Also includes:
- Multi-account support
- Remote sandbox chats
- Batch discard in changes view
- UI polish (spinners, expand buttons)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants