From 227412d8debe9d38113478b9bdf52c6b88a2e514 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Thu, 18 Sep 2025 21:29:56 +0800 Subject: [PATCH 1/4] Update private_generator.py --- src/chat/replyer/private_generator.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/chat/replyer/private_generator.py b/src/chat/replyer/private_generator.py index 83eccd8e..e4a9ade0 100644 --- a/src/chat/replyer/private_generator.py +++ b/src/chat/replyer/private_generator.py @@ -662,7 +662,7 @@ class PrivateReplyer: time_block=time_block, target=target, reason=reply_reason, - sender = sender, + sender_name=sender, reply_style=global_config.personality.reply_style, keywords_reaction_prompt=keywords_reaction_prompt, moderation_prompt=moderation_prompt_block, @@ -678,15 +678,14 @@ class PrivateReplyer: extra_info_block=extra_info_block, identity=personality_prompt, action_descriptions=actions_info, - sender_name=sender, mood_state=mood_prompt, dialogue_prompt=dialogue_prompt, time_block=time_block, - sender = sender, reply_target_block=reply_target_block, reply_style=global_config.personality.reply_style, keywords_reaction_prompt=keywords_reaction_prompt, moderation_prompt=moderation_prompt_block, + sender_name=sender, ), selected_expressions async def build_prompt_rewrite_context( From e121d215142d409d7302a3f83f2dd2fda27540e7 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Thu, 18 Sep 2025 21:53:37 +0800 Subject: [PATCH 2/4] Update changelog.md --- changelogs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelogs/changelog.md b/changelogs/changelog.md index 89355677..35a3454e 100644 --- a/changelogs/changelog.md +++ b/changelogs/changelog.md @@ -1,5 +1,8 @@ # Changelog +0.10.4饼 表达方式优化 +无了 + ## [0.10.3] - 2025-9-1x ### 🌟 主要功能更改 - planner支持多动作,移除Sub_planner From f7667bc2b2e50fba7d406e7bfd193633603803a7 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Thu, 18 Sep 2025 21:53:59 +0800 Subject: [PATCH 3/4] Update changelog.md --- changelogs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/changelog.md b/changelogs/changelog.md index 35a3454e..a8e26f8f 100644 --- a/changelogs/changelog.md +++ b/changelogs/changelog.md @@ -11,10 +11,10 @@ - 更丰富的聊天行为 - 支持发送转发和合并转发 - 关系现在支持多人的信息 +- 更好的event系统,正式建立 ### 细节功能更改 - 支持所有表达方式互通 -- 更好的event系统 - 现可使用付费嵌入模型 - 添加多种发送类型 - 优化识图token限制 From 2ffd695a734aaeab9f5e687b126562465ae0d73c Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Thu, 18 Sep 2025 22:11:07 +0800 Subject: [PATCH 4/4] =?UTF-8?q?fix=EF=BC=9A=E5=AF=BC=E5=85=A5=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin_system/apis/__init__.py | 2 ++ template/bot_config_template.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugin_system/apis/__init__.py b/src/plugin_system/apis/__init__.py index 362c9858..036c077e 100644 --- a/src/plugin_system/apis/__init__.py +++ b/src/plugin_system/apis/__init__.py @@ -18,6 +18,7 @@ from src.plugin_system.apis import ( plugin_manage_api, send_api, tool_api, + frequency_api, ) from .logging_api import get_logger from .plugin_register_api import register_plugin @@ -38,4 +39,5 @@ __all__ = [ "get_logger", "register_plugin", "tool_api", + "frequency_api", ] diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index e71c8b2a..ea97d28a 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -1,5 +1,5 @@ [inner] -version = "6.14.1" +version = "6.14.2" #----以下是给开发人员阅读的,如果你只是部署了麦麦,不需要阅读---- #如果你想要修改配置文件,请递增version的值