nikou-cli 0.1.21 → 0.1.22

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
@@ -496,6 +496,8 @@ ai-hook knowledge
496
496
 
497
497
  `my_info` 已不再处理。`bind_chat` 卡片以主节点持久绑定表为准,并按页展示绑定,避免大量绑定超过飞书卡片元素上限;点击某行“解绑”后会持久撤销对应绑定并刷新当前页,旧 Worker 快照不能恢复已解绑记录。
498
498
 
499
+ 任务结果卡片中的“停止”按钮允许所有成员操作,不校验点击人身份。取消消息会按 `task_id` 定向发送给实际执行该任务的 Worker,单个任务的取消或结果处理异常不会影响主节点和其他 Worker。
500
+
499
501
  也可以通过 `--` 传递底层工具参数:
500
502
 
501
503
  ```bash