Skip to content

1.6.1

Choose a tag to compare

@sliverp sliverp released this 14 Mar 10:19
· 204 commits to main since this release
53b6dd8

1.6.1

中文

⬆️ 优化

  • 定时任务执行准确性提升:优化了定时任务(cron skill)的执行精度,提高触发时间的准确性。

✨ 新增

  • /stop 紧急命令支持(PR #134 by @jerryliang122):用户发送 /stop 时,命令会立即执行,不进入消息队列。同时清空该用户所有待处理的排队消息,实现即时中断 AI 对话的能力。
  • Windows 升级脚本(PR #130 by @anyangmvp):新增 scripts/upgrade.bat,为 Windows 用户提供与 upgrade.sh 等价的一键升级脚本,自动清理旧插件目录和配置文件中的 qqbot 字段,并输出重新安装指引。

English

✨ New

  • /stop urgent command support (PR #134 by @jerryliang122): When a user sends /stop, the command is executed immediately without entering the message queue. All pending queued messages for that user are also cleared, enabling instant interruption of ongoing AI conversations.
  • Windows upgrade script (PR #130 by @anyangmvp): Added scripts/upgrade.bat as a Windows equivalent to upgrade.sh. It automatically cleans up the old plugin directory and removes qqbot-related fields from the config file, then prints reinstall instructions.