mine-auto-cli 2.7.2 → 2.7.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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,6 +21,7 @@
21
21
  - [x] [更新 `.vscode` 文件](#更新-vscode-文件)
22
22
  - [x] [切换 Node 版本](#切换-node-版本)
23
23
  - [x] [切换 AI 模型](#切换-ai-模型)
24
+ - [x] [汉化 Claude Code](#汉化-claude-code)
24
25
 
25
26
  ## 全局安装
26
27
 
@@ -223,6 +224,16 @@ auto ai use deepseek
223
224
  auto ai -h
224
225
  ```
225
226
 
227
+ ### 汉化 Claude Code
228
+
229
+ ```sh
230
+ # 汉化 Claude Code
231
+ auto ai zh
232
+
233
+ # Claude Code 还原成英文
234
+ auto ai zh-restore
235
+ ```
236
+
226
237
  ### 技术栈
227
238
 
228
239
  - `Vite` + `TypeScript` + `NodeJs`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mine-auto-cli",
3
3
  "private": false,
4
- "version": "2.7.2",
4
+ "version": "2.7.3",
5
5
  "exports": "./dist/index.js",
6
6
  "main": "./dist/index.js",
7
7
  "type": "module",