myagent-ai 1.47.28 → 1.47.29
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/core/vnc_manager.py +1 -1
- package/package.json +1 -1
package/core/vnc_manager.py
CHANGED
|
@@ -4435,7 +4435,7 @@ exec {backup_path} "${{args[@]}}"
|
|
|
4435
4435
|
logger.warning(f"手动添加 mozillateam PPA 异常: {e}")
|
|
4436
4436
|
return False
|
|
4437
4437
|
|
|
4438
|
-
def _is_snap_wrapper(binary_path: str) -> bool:
|
|
4438
|
+
def _is_snap_wrapper(self, binary_path: str) -> bool:
|
|
4439
4439
|
"""[v1.23.50] 检测二进制是否为 snap 包装器脚本。
|
|
4440
4440
|
|
|
4441
4441
|
Ubuntu 24.04+ 的 chromium-browser 只是一个 snap 引导脚本,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "myagent-ai",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.29",
|
|
4
4
|
"description": "\u672c\u5730\u684c\u9762\u7aef\u6267\u884c\u578bAI\u52a9\u624b - Open Interpreter \u98ce\u683c | Local Desktop Execution-Oriented AI Assistant",
|
|
5
5
|
"main": "main.py",
|
|
6
6
|
"bin": {
|