File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = "4.17.1 "
1+ __version__ = "4.17.2 "
Original file line number Diff line number Diff line change 55
66from astrbot .core .utils .astrbot_path import get_astrbot_data_path
77
8- VERSION = "4.17.1 "
8+ VERSION = "4.17.2 "
99DB_PATH = os .path .join (get_astrbot_data_path (), "data_v4.db" )
1010
1111WEBHOOK_SUPPORTED_PLATFORMS = [
Original file line number Diff line number Diff line change 1+ ## What's Changed
2+
3+ hotfix of 4.17.0
4+
5+ - 修复:MCP 服务器的 Tools 没有被正确添加到上下文中。
6+ - 修复:Electron 桌面应用部署时,系统自带插件未被正确加载的问题。
7+ - fix: Tools from MCP server were not properly added to context.
8+ - fix: built-in plugins were not properly loaded in Electron desktop application deployment.
Original file line number Diff line number Diff line change 11{
22 "name" : " astrbot-desktop" ,
3- "version" : " 4.17.1 " ,
3+ "version" : " 4.17.2 " ,
44 "description" : " AstrBot desktop wrapper" ,
55 "private" : true ,
66 "main" : " main.js" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " AstrBot"
3- version = " 4.17.1 "
3+ version = " 4.17.2 "
44description = " Easy-to-use multi-platform LLM chatbot and development framework"
55readme = " README.md"
66requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments