AstrBot 消息格式化插件,自动去除 AI 回复中的多余空行(将连续的 \n\n 替换为 \n)。
- 拦截所有消息发送路径,清理文本中的连续空行
- 覆盖两种消息路径:
- 普通 LLM 回复:通过
on_decorating_result钩子处理 - 工具调用发送(如
send_message_to_user):通过 patchContext.send_message处理
- 普通 LLM 回复:通过
将本插件放入 AstrBot 的 data/plugins/ 目录下,重启 AstrBot 即可。
无需配置,插件加载后自动生效。