myagent-ai 1.28.2 → 1.28.3

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.
@@ -661,7 +661,7 @@ class UpdateManager:
661
661
  lambda: subprocess.run(
662
662
  [sys.executable, "-m", "pip", "install", "--upgrade", "-r",
663
663
  str(PROJECT_ROOT / "requirements.txt")],
664
- capture_output=True, text=True, timeout=120,
664
+ capture_output=True, text=True, timeout=300,
665
665
  cwd=PROJECT_ROOT,
666
666
  )
667
667
  )
@@ -1121,7 +1121,7 @@ class UpdateManager:
1121
1121
  lambda: subprocess.run(
1122
1122
  [sys.executable, "-m", "pip", "install", "-e", ".",
1123
1123
  "--quiet"],
1124
- capture_output=True, text=True, timeout=120,
1124
+ capture_output=True, text=True, timeout=300,
1125
1125
  cwd=PROJECT_ROOT,
1126
1126
  )
1127
1127
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myagent-ai",
3
- "version": "1.28.2",
3
+ "version": "1.28.3",
4
4
  "description": "本地桌面端执行型AI助手 - Open Interpreter 风格 | Local Desktop Execution-Oriented AI Assistant",
5
5
  "main": "main.py",
6
6
  "bin": {