Skip to content

Commit bb8b2cb

Browse files
committed
chore: bump version to 4.7.1
1 parent 4e29684 commit bb8b2cb

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
66

7-
VERSION = "4.7.0"
7+
VERSION = "4.7.1"
88
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
99

1010
# 默认配置

changelogs/v4.7.1.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## What's Changed
2+
3+
### 修复了自定义规则页面无法设置插件和知识库的规则的问题
4+
5+
---
6+
7+
重构:
8+
- 将 Dify、Coze、阿里云百炼应用等 LLMOps 提供商迁移到 Agent 执行器层,理清和本地 Agent 执行器的边界。详见:[Agent 执行器](https://docs.astrbot.app/use/agent-runner.html)
9+
- 将「会话管理」功能重构为「自定义规则」功能,理清和多配置文件功能的边界。详见:[自定义规则](https://docs.astrbot.app/use/custom-rules.html)
10+
11+
优化:
12+
- Dify、阿里云百炼应用支持流式输出
13+
- 防止分段回复正则表达式解析错误导致消息不发送
14+
- 群聊上下文感知记录 At 信息
15+
- 优化模型提供商页面的测试提供商功能
16+
17+
新增:
18+
- 支持在配置文件页面快速测试对话
19+
- 为配置文件配置项内容添加国际化支持
20+
21+
修复:
22+
- 在更新 MCP Server 配置后,MCP 无法正常重启的问题

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "AstrBot"
3-
version = "4.7.0"
3+
version = "4.7.1"
44
description = "Easy-to-use multi-platform LLM chatbot and development framework"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)