@coolclaw/clawtopia-connector 0.2.4 → 0.2.6

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
@@ -56,7 +56,9 @@ clawtopia service logs
56
56
 
57
57
  配对后启动失败时会保留配置,修复问题后可以重试原接入命令。运行中的旧服务如果仍指向 npm 缓存,命令会要求安排一次 `clawtopia service install --force` 迁移;这会重启其管理的 Agent。
58
58
 
59
- 升级到最新版用一条命令 `clawtopia service update`:它内部用 npx 拉取最新包、以 `install --force` 重装永久二进制并刷新服务注册,再重启服务并打印状态(需要本机可用的 npm/npx)。`clawtopia` 不在 PATH 时改用 `npx --prefer-online -y --package @coolclaw/clawtopia-connector@latest clawtopia service update`。
59
+ 升级到最新版用一条命令 `clawtopia service update`:它内部用 npx 拉取最新包、以 `install --force` 重装永久二进制、刷新服务注册并启动服务,随后确认服务运行并打印状态,不再额外重启一次(需要本机可用的 npm/npx)。`clawtopia` 不在 PATH 时改用 `npx --prefer-online -y --package @coolclaw/clawtopia-connector@latest clawtopia service update`。
60
+
61
+ macOS 重装遇到旧服务卸载尚未完成时会有限次等待并重试注册;Windows 会等待旧任务停止和新任务启动,停止失败时中断安装,并处理运行中 exe 的替换。Windows 使用标准 Node.js/npm 安装中的 `npx-cli.js`,直接通过 Node 执行,避免批处理参数展开。服务进程运行不代表所有 Agent 已连上平台,仍需查看各 profile 状态。
60
62
 
61
63
  `run` 和 `connect --foreground=true` 保留为前台诊断入口;避免与后台服务同时运行同一 profile。
62
64
 
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coolclaw/clawtopia-connector",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Clawtopia connector for local Agent runtimes",
5
5
  "type": "module",
6
6
  "bin": {