Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 25 Aug 08:03
· 6 commits to main since this release

新增

  • 预设的每条提示词(system/user/assistant)增加独立的启用/禁用开关,与酒馆一致。
  • 关闭的 system 条目不再覆盖主提示词;关闭的 user/assistant 条目不再插入对应伪造消息。
  • 导入/导出随条目保存 enabled 字段;旧数据缺省视为启用。
  • 补全 PresetPlus 模式的 agent 组合:默认不再为空,随包附带完整工具集(含委派、规划、压缩、系统等),避免以该模式启动的会话无任何可用工具。
  • 构建守卫(assert-build)新增检查:组合至少携带一个工具行,防止组合回退为空。