We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3ad03 commit 291d65bCopy full SHA for 291d65b
3 files changed
astrbot/core/config/default.py
@@ -2,7 +2,7 @@
2
如需修改配置,请在 `data/cmd_config.json` 中修改或者在管理面板中可视化修改。
3
"""
4
5
-VERSION = "3.5.4"
+VERSION = "3.5.5"
6
DB_PATH = "data/data_v3.db"
7
8
# 默认配置
changelogs/v3.5.5.md
@@ -0,0 +1,6 @@
1
+# What's Changed
+
+## 🐛 修复的 Bug
+1. 修复 Gemini 下可能无法正常使用 Tools 的问题 @Raven95676
+2. 修复 WebUI MCP 页面的一些问题 @Soulter
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
-version = "3.5.4"
+version = "3.5.5"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments