iclavue 11.2.21 → 11.3.2

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.
@@ -7,7 +7,7 @@ import { createInterface } from 'node:readline/promises'
7
7
  import { stdin, stdout } from 'node:process'
8
8
  import { fileURLToPath } from 'node:url'
9
9
 
10
- const APP_VERSION = '11.2.21'
10
+ const APP_VERSION = '11.3.2'
11
11
  const APP_NPM_PACKAGE_NAME = 'clavue'
12
12
  export const CURRENT_PROVIDER_PROFILE_ID = '__current_provider__'
13
13
  const SUPPORTED_LANGUAGES = new Set(['en', 'zh'])
@@ -191,6 +191,7 @@ Opt out: `CLAVUE_SESSION_HOST=0`. Cap: `CLAVUE_SESSION_HOST_MAX` (default 8).
191
191
  | Enter | Send (or run local `/`); **empty** + Needs Input open → `/parallel needs` panel |
192
192
  | ↑ ↓ | Move caret by **soft-wrap display row** when draft has >1 display row; else history (↑ from top) |
193
193
  | Ctrl+Y (prompt focus) | Copy **selection** if any, else entire draft |
194
+ | Ctrl+' (prompt focus) | Reseed last success-gated Edit/Write as `@path` (does not send) |
194
195
  | Mouse drag on prompt | **App-level** select → release copies · **keeps highlight** for Ctrl+Y re-copy (typing / next click clears) |
195
196
  | Double-click prompt | Select word → copy · keep highlight |
196
197
  | Triple-click prompt | Select whole draft → copy · keep highlight |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iclavue",
3
- "version": "11.2.21",
3
+ "version": "11.3.2",
4
4
  "description": "Clavue: execution-first AI coding CLI with direct repo tools, provider routing, native workflows, MCP integration, and long-session recovery",
5
5
  "keywords": [
6
6
  "iclavue",