@myassis/gateway 1.0.39 → 1.0.40

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.
@@ -169,7 +169,7 @@ exports.execTool = {
169
169
  success: false,
170
170
  needsApproval: true,
171
171
  approvalToken: token,
172
- errorMessage: `危险命令需要用户确认:${command}`,
172
+ errorMessage: `${command}`,
173
173
  });
174
174
  return;
175
175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myassis/gateway",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "我的助手 Gateway Service - 本地 AI 网关服务,支持认证、WebSocket 实时通信和任务调度",
5
5
  "main": "dist/index.js",
6
6
  "bin": {