iclavue 11.2.19 → 11.2.21

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.
@@ -349,6 +349,15 @@ function buildHelpText(commandPrefix = '/provider') {
349
349
  ` ${commandPrefix} doctor`,
350
350
  ` ${commandPrefix} copy`,
351
351
  ` ${commandPrefix} copy grok as grok-think`,
352
+ ` ${commandPrefix} studio`,
353
+ ` ${commandPrefix} open`,
354
+ ` ${commandPrefix} apply`,
355
+ ` ${commandPrefix} apply skip`,
356
+ ` ${commandPrefix} router open`,
357
+ ` ${commandPrefix} router locals`,
358
+ ` ${commandPrefix} router pull --apply`,
359
+ ` ${commandPrefix} hybrid show`,
360
+ ` ${commandPrefix} hybrid new home --local-url http://127.0.0.1:10808 --local-key sk-local --remote-url https://api.deepseek.com --remote-key sk-ds`,
352
361
  ` ${commandPrefix} panel show budget`,
353
362
  ` ${commandPrefix} panel use balanced`,
354
363
  ` ${commandPrefix} validate`,
@@ -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.19'
10
+ const APP_VERSION = '11.2.21'
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'])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iclavue",
3
- "version": "11.2.19",
3
+ "version": "11.2.21",
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",