agenthalo 1.0.0 → 1.0.2

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 CHANGED
@@ -6,7 +6,7 @@
6
6
  npx agenthalo
7
7
  ```
8
8
 
9
- 装完会自动打开,桌宠在菜单栏。接着到「设置 → 连接应用」给你在用的 AI 工具装上 hook。
9
+ 装完会自动打开,默认显示 Dock 图标,点击即可打开设置主界面,菜单栏也保留入口。接着到「设置 → 连接应用」给你在用的 AI 工具装上 hook。
10
10
 
11
11
  ## 它做了什么
12
12
 
package/bin/agenthalo.js CHANGED
@@ -173,7 +173,7 @@ async function main() {
173
173
 
174
174
  spawnSync("/usr/bin/open", ["-a", target], { stdio: "ignore" });
175
175
  log("");
176
- log("装好了,桌宠在菜单栏。");
176
+ log("装好了,点击 Dock 图标可打开设置,菜单栏也保留入口。");
177
177
  log("下一步:设置 → 连接应用,给你在用的 AI 工具装上 hook。");
178
178
  } finally {
179
179
  fs.rmSync(work, { recursive: true, force: true });
@@ -1,4 +1,4 @@
1
1
  {
2
- "AgentHalo-1.0.0-arm64.zip": "cee199c04d5c64905c142e639edc5a2591fff0db689f18183bfc1f478b312b36",
3
- "AgentHalo-1.0.0-x64.zip": "5224485f469df7142fda06b228fe412489ccb78e7eb7efa17ad1a1acb60d24ba"
2
+ "AgentHalo-1.0.2-arm64.zip": "2235cb3cdc6fad09238ab7e76e6be0f706c3617fae6cdcf20ea948fcfca188a2",
3
+ "AgentHalo-1.0.2-x64.zip": "517dfb74806f113dcd96ee768e85638ebf8ad3c0632cb6401499e2bb3a0d7e64"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agenthalo",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "一条命令装好 AgentHalo:跟着 AI 任务状态动的桌面伙伴。Install AgentHalo, a desktop companion that follows your AI agents' state.",
5
5
  "bin": {
6
6
  "agenthalo": "bin/agenthalo.js"