@agent-webui/ai-desk-daemon 1.0.29-beta3 → 1.0.30-beta2

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ## ✨ 特性
10
10
 
11
- - 🎯 **自动启动** - Web 访问时自动检测并启动守护进程
11
+ - 🎯 **智能启动** - Web 访问时自动检测并尝试启动守护进程
12
12
  - 🖥️ **图形化管理** - 系统托盘 + 控制面板,便捷管理
13
13
  - 🔄 **实时监控** - 查看守护进程状态、日志和统计信息
14
14
  - 🚀 **智能启动器** - 多种方式自动唤醒守护进程
@@ -85,6 +85,8 @@ curl -fsSL https://github.com/your-repo/ai-desk-desktop/releases/latest/download
85
85
  ./scripts/install-macos.sh
86
86
  ```
87
87
 
88
+ 安装脚本会为当前会话尝试启动 daemon,但不会再通过 LaunchAgent/Plist 保活。
89
+
88
90
  #### Linux
89
91
 
90
92
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-webui/ai-desk-daemon",
3
- "version": "1.0.29-beta3",
3
+ "version": "1.0.30-beta2",
4
4
  "description": "AI Desk Daemon - CLI tool for managing the AI Desk daemon service",
5
5
  "workspaces": [
6
6
  "packages/*"
@@ -39,16 +39,16 @@
39
39
  "chalk": "^4.1.2"
40
40
  },
41
41
  "optionalDependencies": {
42
- "@agent-webui/ai-desk-daemon-darwin-arm64": "1.0.29-beta3",
43
- "@agent-webui/ai-desk-daemon-darwin-x64": "1.0.29-beta3",
44
- "@agent-webui/ai-desk-daemon-linux-arm64": "1.0.29-beta3",
45
- "@agent-webui/ai-desk-daemon-linux-x64": "1.0.29-beta3",
46
- "@agent-webui/ai-desk-daemon-win32-x64": "1.0.29-beta3",
47
- "@agent-webui/ai-desk-python-darwin-arm64": "1.0.29-beta3",
48
- "@agent-webui/ai-desk-python-darwin-x64": "1.0.29-beta3",
49
- "@agent-webui/ai-desk-python-linux-arm64": "1.0.29-beta3",
50
- "@agent-webui/ai-desk-python-linux-x64": "1.0.29-beta3",
51
- "@agent-webui/ai-desk-python-win32-x64": "1.0.29-beta3"
42
+ "@agent-webui/ai-desk-daemon-darwin-arm64": "1.0.30-beta2",
43
+ "@agent-webui/ai-desk-daemon-darwin-x64": "1.0.30-beta2",
44
+ "@agent-webui/ai-desk-daemon-linux-arm64": "1.0.30-beta2",
45
+ "@agent-webui/ai-desk-daemon-linux-x64": "1.0.30-beta2",
46
+ "@agent-webui/ai-desk-daemon-win32-x64": "1.0.30-beta2",
47
+ "@agent-webui/ai-desk-python-darwin-arm64": "1.0.30-beta2",
48
+ "@agent-webui/ai-desk-python-darwin-x64": "1.0.30-beta2",
49
+ "@agent-webui/ai-desk-python-linux-arm64": "1.0.30-beta2",
50
+ "@agent-webui/ai-desk-python-linux-x64": "1.0.30-beta2",
51
+ "@agent-webui/ai-desk-python-win32-x64": "1.0.30-beta2"
52
52
  },
53
53
  "repository": {
54
54
  "type": "git",