@optima-chat/comfy-cli 0.2.2 → 0.2.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
@@ -16,7 +16,7 @@
16
16
  ## 安装
17
17
 
18
18
  ```bash
19
- npm install -g @optima-chat/comfy-cli
19
+ npm install -g @optima-chat/comfy-cli@latest
20
20
  ```
21
21
 
22
22
  ## 快速开始
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ const program = new Command();
14
14
  program
15
15
  .name('comfy')
16
16
  .description('A CLI tool for ComfyUI designed for LLM interactions')
17
- .version('0.2.1');
17
+ .version('0.2.2');
18
18
  // 注册功能命令
19
19
  registerGenerateCommand(program);
20
20
  registerEditCommand(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/comfy-cli",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "A CLI tool for ComfyUI designed for LLM interactions",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,28 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "WebFetch(domain:github.com)",
5
- "WebFetch(domain:raw.githubusercontent.com)",
6
- "Bash(mkdir:*)",
7
- "Bash(git init:*)",
8
- "Bash(gh repo create:*)",
9
- "Bash(git push:*)",
10
- "Bash(git add:*)",
11
- "Bash(git commit:*)",
12
- "Bash(gh api:*)",
13
- "Bash(npm install)",
14
- "Bash(npm run build:*)",
15
- "Bash(npm publish:*)",
16
- "Bash(npm install:*)",
17
- "Bash(find:*)",
18
- "Bash(for:*)",
19
- "Bash(do)",
20
- "Bash(done)",
21
- "Bash(comfy:*)",
22
- "Bash(cat:*)",
23
- "Read(//tmp/**)"
24
- ],
25
- "deny": [],
26
- "ask": []
27
- }
28
- }