feat(coding-agent): add message copy shortcut

This commit is contained in:
Armin Ronacher
2026-07-10 20:36:30 +02:00
parent 3ea064ea2a
commit 3b686ac224
9 changed files with 106 additions and 13 deletions
+4
View File
@@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Added `Ctrl+X` to copy the last assistant message, or the selected message in `/tree`.
### Fixed
- Fixed `/login amazon-bedrock` to prompt for and save a Bedrock API key instead of only displaying ambient AWS credential setup instructions.