aegiscode 5.2.23 → 5.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/bin/cli.js +467 -465
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -239,10 +239,10 @@ Full reference with copy-paste examples: **[aegiscloud.org/aegiscode/commands](h
239
239
 
240
240
  | Action | How |
241
241
  |--------|-----|
242
- | Copy last assistant reply | `Alt+C` (markdown stripped) |
242
+ | Copy last assistant reply | `Alt+C` or `Ctrl+C` at idle (markdown stripped) |
243
243
  | Copy your last message | `Alt+U` |
244
244
  | Copy a code block | `/copy [n\|last\|list\|raw]` or `/cp` |
245
- | Select text with the mouse + copy | `Alt+S` toggles **selection mode** — suspends mouse-wheel tracking so the terminal's native mark/select + `Ctrl+Shift+C` works, then `Alt+S` again to resume wheel scrolling |
245
+ | Select text with the mouse + copy | `Alt+S` toggles **selection mode** — suspends mouse-wheel tracking and pauses the idle cursor blink (which would otherwise erase your selection every 800 ms) so the terminal's native mark/select + `Ctrl+Shift+C` works, then `Alt+S` again to resume wheel scrolling |
246
246
  | Paste into the input | Works via bracketed paste (`Ctrl+Shift+V` / middle-click); a multi-line paste is collapsed to a **first-line + `…`** preview while the full text is kept and submitted |
247
247
 
248
248
  > Note: on VTE-based terminals (gnome-terminal, xfce4-terminal) and Windows Terminal, the app's mouse-wheel tracking disables native mouse selection — use `Alt+S` there. On kitty/iTerm2/wezterm selection works alongside wheel scrolling, so the toggle is rarely needed.