@booncli/booncli 1.0.0 → 1.0.1

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/package.json +1 -1
  2. package/readme.md +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@booncli/booncli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "booncli": "dist/cli.js"
package/readme.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- $ npm install --global booncli
8
+ $ npm install --global @booncli/booncli
9
9
  ```
10
10
 
11
11
  ## CLI
@@ -45,10 +45,6 @@ $ booncli --help
45
45
  Opens an interactive command dialog with /login, /loginout, /log and /clear suggestions.
46
46
  ```
47
47
 
48
- 单选框组件: /Users/zhuxwz/webSpace/space/CLI/booncli/source/modules/radio.tsx
49
- 复选框组件:/Users/zhuxwz/webSpace/space/CLI/booncli/source/modules/checkbox.tsx
50
- Loading 组件:/Users/zhuxwz/webSpace/space/CLI/booncli/source/modules/loading.tsx
51
-
52
48
  ## Local Config
53
49
 
54
50
  首次运行 CLI 时会自动创建本地配置文件:
@@ -67,4 +63,4 @@ wire_api = "responses"
67
63
  env_key = "DEEPSEEK_API_KEY"
68
64
  ```
69
65
 
70
- 配置文件权限会设置为仅当前用户可读写。配置文件只保存环境变量名称,真实 API key 从 `DEEPSEEK_API_KEY` 环境变量读取。
66
+ 配置文件权限会设置为仅当前用户可读写。配置文件只保存环境变量名称,真实 API key 从 `DEEPSEEK_API_KEY` 环境变量读取。