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.3 "
9+ VERSION = "4.3.5 "
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 . feat: 支持接入企业微信智能机器人平台 ([ #3034 ] ( https://github.com/AstrBotDevs/AstrBot/issues/3034 ) )
4+ 2 . feat: 内置网页搜索功能支持接入百度 AI 搜索 ([ #3031 ] ( https://github.com/AstrBotDevs/AstrBot/issues/3031 ) )
5+ 3 . feat: 支持配置工具调用超时时间并适配 ModelScope 的 MCP Server 配置 ([ #3039 ] ( https://github.com/AstrBotDevs/AstrBot/issues/3039 ) )
6+ 4 . feat: 添加并优化服务提供商独立测试功能 ([ #3024 ] ( https://github.com/AstrBotDevs/AstrBot/issues/3024 ) )
7+ 5 . feat: satori 适配器支持 video、reply 消息类型 ([ #3035 ] ( https://github.com/AstrBotDevs/AstrBot/issues/3035 ) )
8+ 6 . fix: 修复 ` /alter_cmd reset scene <num> xxx ` 不可用的问题
Original file line number Diff line number Diff line change 11[project ]
22name = " AstrBot"
3- version = " 4.3.3 "
3+ version = " 4.3.5 "
44description = " 易上手的多平台 LLM 聊天机器人及开发框架"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments