Skip to content

TK Copilot v1.9.4

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:40
· 21 commits to main since this release

What's New

  • Give unknown-sender identification the full unread exchange in order, and state plainly when retention dropped older messages, so a run no longer concludes a creator never mentioned something they did
  • Deliver identification work by push over the existing affiliate subscription instead of a five-minute poll, with a per-sender lease and a gateway-readiness wait that removes the RPC client not connected error after a restart

更新内容

  • 陌生发信人识别改为读取完整未读对话并按顺序呈现,历史消息因保留策略缺失时会明确说明,避免误判达人从未提过某件事
  • 识别任务改由推送下发(复用现有达人联盟订阅通道),不再五分钟轮询;新增按发信人加锁,并等待 Gateway 就绪后再注册会话,消除重启后的 RPC client not connected 报错

Installation / 安装说明

macOS

If you see "'RivonClaw' is damaged and can't be opened" — this is macOS Gatekeeper blocking an unsigned app. The file is not actually damaged.

如果提示 "'RivonClaw' 已损坏,无法打开",这是 macOS Gatekeeper 安全机制拦截了未签名应用,并非文件真的损坏。

Fix / 解决方法:

  1. Open Terminal (press Cmd + Space, search "Terminal")
  2. Run the following command / 运行以下命令:
sudo xattr -r -d com.apple.quarantine /Applications/RivonClaw.app
  1. Enter your login password (characters won't be displayed), press Enter / 输入开机密码(不显示字符),按回车
  2. Re-open the app / 重新打开应用即可

Windows

If Windows SmartScreen shows "Windows protected your PC" / 如果 SmartScreen 提示"已保护你的电脑":

  1. Click "More info" / 点击 "更多信息"
  2. Click "Run anyway" / 点击 "仍要运行"

This is normal for apps without a digital signature. / 这是无数字签名应用的正常现象。