nikou-cli 0.1.38 → 0.1.40
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/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -650,7 +650,7 @@ ai-hook api --api kiro
|
|
|
650
650
|
| `chat_new` | 标记下一条单聊消息强制创建新会话,不复用旧消息引用或最近会话 |
|
|
651
651
|
| `switch_path` | 发送单聊目录切换卡片,可浏览、选择目录或切回默认目录 |
|
|
652
652
|
| `stop_chat` | 终止当前宿主 Worker 正在执行的全部单聊和绑定群聊任务 |
|
|
653
|
-
| `switch_account` |
|
|
653
|
+
| `switch_account` | 展示当前引擎支持的 CC Switch 账号卡片;Claude / Codex / Kiro 都可选择当前引擎下的账号,卡片会附带用量与规则摘要,切换后按当前运行档案重启 Worker |
|
|
654
654
|
| `switch_model` | 展示引擎、模型和思考深度选择卡片,点击“切换并重启”后按所选运行档案重启 Worker |
|
|
655
655
|
| `bind_chat` | 发送群聊名、目录简写和解绑操作组成的交互卡片 |
|
|
656
656
|
|