chore: bump version to 4.17.1
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__version__ = "4.17.1"
|
__version__ = "4.17.2"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ from typing import Any, TypedDict
|
|||||||
|
|
||||||
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
|
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
|
||||||
|
|
||||||
VERSION = "4.17.1"
|
VERSION = "4.17.2"
|
||||||
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
|
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
|
||||||
|
|
||||||
WEBHOOK_SUPPORTED_PLATFORMS = [
|
WEBHOOK_SUPPORTED_PLATFORMS = [
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
## What's Changed
|
||||||
|
|
||||||
|
hotfix of 4.17.0
|
||||||
|
|
||||||
|
- 修复:MCP 服务器的 Tools 没有被正确添加到上下文中。
|
||||||
|
- 修复:Electron 桌面应用部署时,系统自带插件未被正确加载的问题。
|
||||||
|
- fix: Tools from MCP server were not properly added to context.
|
||||||
|
- fix: built-in plugins were not properly loaded in Electron desktop application deployment.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "astrbot-desktop",
|
"name": "astrbot-desktop",
|
||||||
"version": "4.17.1",
|
"version": "4.17.2",
|
||||||
"description": "AstrBot desktop wrapper",
|
"description": "AstrBot desktop wrapper",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "AstrBot"
|
name = "AstrBot"
|
||||||
version = "4.17.1"
|
version = "4.17.2"
|
||||||
description = "Easy-to-use multi-platform LLM chatbot and development framework"
|
description = "Easy-to-use multi-platform LLM chatbot and development framework"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user