nikou-cli 0.1.18 → 0.1.19

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
@@ -294,19 +294,6 @@ ai-hook claude --model opus
294
294
  - API Key 优先通过 `api_key_env` 引用环境变量;也兼容只保存在本机配置中的 `api_key`,但禁止提交该配置。
295
295
  - 从节点需要按系统用户名补齐飞书邮箱时,通过 `NIKOU_OWNER_EMAIL_DOMAIN` 配置邮箱域名;也会优先从已有身份缓存自动推断。公开示例:`export NIKOU_OWNER_EMAIL_DOMAIN=example.com`。
296
296
 
297
- ### Skill 订阅自动同步
298
-
299
- Worker 启动后会使用 `auth.api_url` 和 `auth.cli_auth_secret` 向平台拉取 Nacos Skill Sync 计划。只要平台开启 Nacos,用户在页面订阅的 Skill 会自动加入本机 `nacos-cli skill-sync`:
300
-
301
- ```bash
302
- nacos-cli profile set nikou-block ...
303
- nacos-cli skill-sync mode nacos --profile nikou-block
304
- nacos-cli skill-sync add <skill> --non-interactive --profile nikou-block
305
- nacos-cli skill-sync start --foreground --non-interactive --profile nikou-block --label latest
306
- ```
307
-
308
- 默认不需要手动配置 Nacos profile;平台会下发可访问的 Nacos 地址、namespace、profile 和 label。`auto_upload` 默认关闭,遇到本地冲突时不会覆盖本地文件,只会上报同步状态。
309
-
310
297
  ### 本机一体启动
311
298
 
312
299
  默认 Codex: