From af1e42050b6b542f6fbb1f25eada810276d1a8a7 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Sun, 24 Aug 2025 22:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830101?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelogs/changelog.md | 9 +++++---- src/config/config.py | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/changelogs/changelog.md b/changelogs/changelog.md index 071cb4db..99fcd682 100644 --- a/changelogs/changelog.md +++ b/changelogs/changelog.md @@ -1,8 +1,9 @@ # Changelog -## [0.10.1] - 2025-8- - -- planner现在改为主+副结构 +## [0.10.1] - 2025-8-24 +### 🌟 主要功能更改 +- planner现在改为大小核结构,移除激活阶段,提高回复速度和动作调用精准度 +- 优化关系的表现的效率 - 优化识图的表现 - 为planner添加单独控制的提示词 @@ -13,7 +14,7 @@ - 优化对模型请求的处理 - 重构内部代码 - 暂时禁用记忆 -- 优化关系的表现的效率 + ## [0.10.0] - 2025-8-18 ### 🌟 主要功能更改 diff --git a/src/config/config.py b/src/config/config.py index 7d921e7b..bb12b1d3 100644 --- a/src/config/config.py +++ b/src/config/config.py @@ -56,7 +56,7 @@ TEMPLATE_DIR = os.path.join(PROJECT_ROOT, "template") # 考虑到,实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码 # 对该字段的更新,请严格参照语义化版本规范:https://semver.org/lang/zh-CN/ -MMC_VERSION = "0.10.1-snapshot.1" +MMC_VERSION = "0.10.1" def get_key_comment(toml_table, key):