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 +1 -1
- package/bin/agenthalo.js +1 -1
- package/bin/checksums.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
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 });
|
package/bin/checksums.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"AgentHalo-1.0.
|
|
3
|
-
"AgentHalo-1.0.
|
|
2
|
+
"AgentHalo-1.0.2-arm64.zip": "2235cb3cdc6fad09238ab7e76e6be0f706c3617fae6cdcf20ea948fcfca188a2",
|
|
3
|
+
"AgentHalo-1.0.2-x64.zip": "517dfb74806f113dcd96ee768e85638ebf8ad3c0632cb6401499e2bb3a0d7e64"
|
|
4
4
|
}
|
package/package.json
CHANGED