myagent-ai 1.15.95 → 1.15.96

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myagent-ai",
3
- "version": "1.15.95",
3
+ "version": "1.15.96",
4
4
  "description": "本地桌面端执行型AI助手 - Open Interpreter 风格 | Local Desktop Execution-Oriented AI Assistant",
5
5
  "main": "main.py",
6
6
  "bin": {
@@ -382,7 +382,7 @@ async def get_mcp_client() -> MCPClient:
382
382
  return _mcp_client
383
383
 
384
384
 
385
- async def _ensure_node_deps() -> Optional[str]:
385
+ def _ensure_node_deps() -> Optional[str]:
386
386
  """检查 Node.js 依赖是否就绪,返回错误信息或 None"""
387
387
  if not shutil.which("node"):
388
388
  return "需要 Node.js (>= 20.19)。请安装: https://nodejs.org/"