File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77from astrbot .core .utils .astrbot_path import get_astrbot_data_path
88
9- VERSION = "4.3.1 "
9+ VERSION = "4.3.2 "
1010DB_PATH = os .path .join (get_astrbot_data_path (), "data_v4.db" )
1111
1212# 默认配置
Original file line number Diff line number Diff line change 1+ # What's Changed
2+
3+ 1 . fix: 修复 /reset 指令没有清除群聊上下文感知数据的问题 ([ #2954 ] ( https://github.com/AstrBotDevs/AstrBot/issues/2954 ) )
4+ 2 . fix: 修复自带的 WebSearch 插件可能在部分场景下无法使用的问题
5+ 3 . fix: 发送阶段强行将 Plain 为空的消息段移除
6+ 4 . fix: on_tool_end无法获得工具返回的结果 ([ #2956 ] ( https://github.com/AstrBotDevs/AstrBot/issues/2956 ) )
7+ 5 . feat: 为插件市场的搜索增加拼音与首字母搜索功能 ([ #2936 ] ( https://github.com/AstrBotDevs/AstrBot/issues/2936 ) )
Original file line number Diff line number Diff line change 11[project ]
22name = " AstrBot"
3- version = " 4.3.1 "
3+ version = " 4.3.2 "
44description = " 易上手的多平台 LLM 聊天机器人及开发框架"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments