myagent-ai 1.23.17 → 1.23.18

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.23.17",
3
+ "version": "1.23.18",
4
4
  "description": "本地桌面端执行型AI助手 - Open Interpreter 风格 | Local Desktop Execution-Oriented AI Assistant",
5
5
  "main": "main.py",
6
6
  "bin": {
package/web/api_server.py CHANGED
@@ -1065,9 +1065,8 @@ async function loadLocalNoVNC() {{
1065
1065
  'vendor/pako/lib/zlib/trees.js',
1066
1066
  'vendor/pako/lib/zlib/inflate.js',
1067
1067
  'vendor/pako/lib/zlib/deflate.js',
1068
+ 'vendor/pako/lib/zlib/gzheader.js',
1068
1069
  'vendor/pako/lib/zlib/zstream.js',
1069
- 'vendor/pako/lib/inflate.js',
1070
- 'vendor/pako/lib/deflate.js',
1071
1070
  // noVNC core
1072
1071
  'util/logging.js',
1073
1072
  'util/events.js',