@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.
- package/README.md +3 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
## ✨ 特性
|
|
10
10
|
|
|
11
|
-
- 🎯
|
|
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.
|
|
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.
|
|
43
|
-
"@agent-webui/ai-desk-daemon-darwin-x64": "1.0.
|
|
44
|
-
"@agent-webui/ai-desk-daemon-linux-arm64": "1.0.
|
|
45
|
-
"@agent-webui/ai-desk-daemon-linux-x64": "1.0.
|
|
46
|
-
"@agent-webui/ai-desk-daemon-win32-x64": "1.0.
|
|
47
|
-
"@agent-webui/ai-desk-python-darwin-arm64": "1.0.
|
|
48
|
-
"@agent-webui/ai-desk-python-darwin-x64": "1.0.
|
|
49
|
-
"@agent-webui/ai-desk-python-linux-arm64": "1.0.
|
|
50
|
-
"@agent-webui/ai-desk-python-linux-x64": "1.0.
|
|
51
|
-
"@agent-webui/ai-desk-python-win32-x64": "1.0.
|
|
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",
|