ccjk 10.3.0 → 11.1.1

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
@@ -171,6 +171,12 @@ ccjk at --status # Check status
171
171
  ccjk cloud enable --provider github-gist
172
172
  ccjk cloud sync
173
173
 
174
+ # Remote Control (Web/App)
175
+ ccjk remote setup # One-command setup (interactive)
176
+ ccjk remote setup --non-interactive --server-url <url> --auth-token <token> --binding-code <code>
177
+ ccjk remote doctor # Diagnose remote readiness
178
+ ccjk remote status # Quick runtime status
179
+
174
180
  # MCP Services
175
181
  ccjk mcp install <service>
176
182
  ccjk mcp list
package/README.zh-CN.md CHANGED
@@ -98,6 +98,9 @@ npx ccjk cloud enable --provider github-gist
98
98
  ```bash
99
99
  npx ccjk # 交互式设置
100
100
  npx ccjk i # 完整初始化
101
+ npx ccjk remote setup # 一键远程初始化(推荐)
102
+ npx ccjk remote doctor # 远程体检
103
+ npx ccjk remote status # 远程状态
101
104
  npx ccjk u # 更新工作流
102
105
  npx ccjk sync # 云端同步
103
106
  npx ccjk doctor # 健康检查