release: v3.5.5

This commit is contained in:
Soulter
2025-04-21 11:09:06 +08:00
parent bd3ad03da6
commit 291d65bb3e
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
如需修改配置,请在 `data/cmd_config.json` 中修改或者在管理面板中可视化修改。
"""
VERSION = "3.5.4"
VERSION = "3.5.5"
DB_PATH = "data/data_v3.db"
# 默认配置
+6
View File
@@ -0,0 +1,6 @@
# What's Changed
## 🐛 修复的 Bug
1. 修复 Gemini 下可能无法正常使用 Tools 的问题 @Raven95676
2. 修复 WebUI MCP 页面的一些问题 @Soulter
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "3.5.4"
version = "3.5.5"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"