@optima-chat/optima-agent 0.8.13 → 0.8.14

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.
@@ -123,7 +123,8 @@
123
123
  "Bash(DEBUG_CLAUDE_AGENT_SDK=1 npx tsx:*)",
124
124
  "Bash(CLAUDECODE= npx tsx:*)",
125
125
  "Bash(env:*)",
126
- "Bash(gh release:*)"
126
+ "Bash(gh release:*)",
127
+ "Bash(npm info:*)"
127
128
  ],
128
129
  "deny": [],
129
130
  "ask": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/optima-agent",
3
- "version": "0.8.13",
3
+ "version": "0.8.14",
4
4
  "description": "基于 Claude Agent SDK 的电商运营 AI 助手",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -46,7 +46,7 @@
46
46
  "@optima-chat/bi-cli": "latest",
47
47
  "@optima-chat/comfy-cli": "latest",
48
48
  "@optima-chat/commerce-cli": "latest",
49
- "@optima-chat/scout-cli": "^0.8.0",
49
+ "@optima-chat/scout-cli": "latest",
50
50
  "open": "^10.1.0",
51
51
  "ws": "^8.18.3",
52
52
  "zod": "^4.3.6"