Skip to content

v1.4.0-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@dingyi222666 dingyi222666 released this 05 Apr 14:52
· 78 commits to v1-dev since this release
3692155

此次更新为重大变更,因此为预览版,请在更新之前备份自己的 koishi 数据库!

更新之前务必备份数据库,自动迁移可能失效!!!

新特性

  • core: 彻底移除房间系统,改用新的会话系统 (#805) 更新之前务必备份数据库,自动迁移可能失效!!!

修复 & 改进

  • extension-agent: 优化 extension-agent 的各项功能和稳定性。感谢 @CookSleep (#812, #813, #806, #804, #810)
  • extension-tools: 优化禁言工具提示词 (#811)
  • extension-variable: 优化假期变量实现 (#807
  • core: 空响应自动重试 (#809)

What's Changed

  • docs(extension-agent): 补充 open-terminal 工作目录建议 by @CookSleep in #804
  • fix(extension-agent): add background option to e2b command execution by @dingyi222666 in #806
  • feat(core): replace room system with conversation runtime by @dingyi222666 in #805
  • fix(core): 将空响应视为失败并交给模型重试 by @CookSleep in #809
  • docs(extension-tools): clarify group mute operator hints by @CookSleep in #811
  • fix(extension-agent): 修复 Skill 导入与管理页刷新 by @CookSleep in #812
  • fix(extension-agent): keep sub-agent tool permissions independent by @CookSleep in #813
  • fix(extension-variable): migrate lunar variables to before-chat and renderer providers by @Juvwxyz in #807
  • fix(agent): 明确 pending 消息消费决策 by @CookSleep in #810
  • [Refactor] bump package versions for 1.4.0-alpha.0 by @dingyi222666 in #814

New Contributors

Full Changelog: v1.3.36...v1.4.0-alpha.0