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.10.3 "
1+ __version__ = "4.10.4 "
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.10.3 "
8+ VERSION = "4.10.4 "
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+ ### 修复
4+
5+ - 修复钉钉适配器中"回复消息 At 发送人"功能失效的问题
6+ - 修复 Xinference STT 在部分情况下无法使用的问题
7+ - 修复"会话隔离"功能在非默认配置下无法生效的问题
8+ - 修复部分 LLM 中转商因 token 使用情况不符合 OpenAI 标准接口规范导致请求报错的问题
9+ - 修复 Deepseek 模型开启思考模式后工具调用报错的问题
10+ - 修复部分操作系统环境下 pip 安装依赖时出现 ` UnicodeDecodeError ` 错误的问题
11+
12+ ### 优化
13+
14+ - 全面优化对思考型模型的支持(如 Anthropic Extended Thinking、Deepseek 思考模式),完整回传 thinking 内容,提升模型推理性能
15+ - 优化 WebUI 记忆侧边栏中"更多功能"和"平台日志"模块的展开状态记忆
16+ - 为 MiniMax TTS 新增 "auto" 音色情绪选项,支持模型根据文本内容自动选择情绪
17+ - 优化备份功能,支持大文件分片下载
18+ - 为 WebSocket 连接添加 max_size 参数,以处理更大的消息并防止接收来自 Satori 平台的大负载时连接断开
19+ - 优化插件安装流程,通过文件安装插件时,若插件已加载则先终止再重新加载,避免重复加载
20+ - 知识库支持将 overlap 参数设置为 0
21+
22+ ### 新增
23+
24+ - 为 ` dict ` 类型的 Schema 新增 JSON value 和 template schema 功能。详见 [ dict-类型的-schema] ( https://docs.astrbot.app/dev/star/guides/plugin-config.html#dict-%E7%B1%BB%E5%9E%8B%E7%9A%84-schema ) 。
25+ - 新增 ` template_list ` 类型的 Schema,支持渲染指定 template 下的列表。详见 [ template-list-类型的-schema] ( https://docs.astrbot.app/dev/star/guides/plugin-config.html#template-list-%E7%B1%BB%E5%9E%8B%E7%9A%84-schema ) 。
Original file line number Diff line number Diff line change 11[project ]
22name = " AstrBot"
3- version = " 4.10.3 "
3+ version = " 4.10.4 "
44description = " Easy-to-use multi-platform LLM chatbot and development framework"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments