clavue 8.30.1 → 8.30.3

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Clavue v8.30.1
1
+ # Clavue v8.30.3
2
2
 
3
3
  ![Clavue cover](https://unpkg.com/clavue/image.png)
4
4
 
@@ -65,8 +65,8 @@ npx -y clavue
65
65
  Run a specific version with `npx`:
66
66
 
67
67
  ```bash
68
- npx -y clavue@8.30.1 --version
69
- npx -y clavue@8.30.1
68
+ npx -y clavue@8.30.3 --version
69
+ npx -y clavue@8.30.3
70
70
  ```
71
71
 
72
72
  Install globally from npm when you want the `clavue` command to stay available:
@@ -86,7 +86,7 @@ curl -fsSL https://unpkg.com/clavue/install.sh | bash
86
86
  Install a specific version globally:
87
87
 
88
88
  ```bash
89
- curl -fsSL https://unpkg.com/clavue@8.30.1/install.sh | bash -s -- 8.30.1
89
+ curl -fsSL https://unpkg.com/clavue@8.30.3/install.sh | bash -s -- 8.30.3
90
90
  ```
91
91
 
92
92
  ### Troubleshooting: `ENOTEMPTY` / `bash: clavue: No such file or directory`
@@ -132,9 +132,10 @@ Fastest path for custom API users:
132
132
  1. Install with `curl -fsSL https://unpkg.com/clavue/install.sh | bash`
133
133
  2. Start with `clavue`
134
134
  3. At `请选择 API 配置模式`, choose `自定义 API 配置`
135
- 4. Choose `1. 添加配置`
136
- 5. Enter a profile name, API base URL, API key or auth token, and optional model slots
137
- 6. Choose `no` at `返回主菜单?` to enter Clavue with the saved default profile
135
+ 4. At `请选择模型路由模式`, choose the family that matches your models (`OpenAI / GPT`, `Claude`, `Gemini`, `Grok`, or `混合模型`)
136
+ 5. At `请选择操作`, choose `1. 添加配置`
137
+ 6. Enter a profile name, API base URL, authentication type (`API Key` or `Auth Token`), credential, and primary model. First-run quick add copies the primary model into the other model slots; edit detailed slots later with `clavue provider`
138
+ 7. Confirm the saved profile is loaded, then choose `no` at `返回主菜单?` to enter Clavue with the saved default profile
138
139
 
139
140
  Recommended model-slot setup:
140
141
 
@@ -183,8 +184,8 @@ On first launch, Clavue should make the setup choice obvious:
183
184
 
184
185
  - Use official login when you want the official Anthropic account flow.
185
186
  - Use custom API configuration when you have an API base URL plus API key or auth token.
186
- - Use CCR proxy when your environment already standardizes on a compatible proxy route.
187
- - Skip only when you want to configure later with `clavue provider` or `/provider`.
187
+ - Use CCR proxy when your environment already standardizes on a compatible proxy route. Existing ZCF/CCJK routes can be imported with `clavue provider import --from zcf` or `clavue provider import --from ccjk`.
188
+ - Skip only when you want to configure later with `clavue provider`; `/provider` is available after entering a configured session.
188
189
 
189
190
  After API setup, Clavue can also ask for a default permission mode. The recommended path for a trusted local development machine is the efficient development mode; the maximum-permission mode is intentionally reserved for environments you fully trust.
190
191
 
@@ -229,7 +230,7 @@ Version check:
229
230
  ```bash
230
231
  clavue --version
231
232
  npx -y clavue --version
232
- npx -y clavue@8.22.24 --version
233
+ npx -y clavue@8.30.3 --version
233
234
  # available after a global install and launcher setup
234
235
  clavue --version
235
236
  ```