File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22如需修改配置,请在 `data/cmd_config.json` 中修改或者在管理面板中可视化修改。
33"""
44
5- VERSION = "3.5.3.1 "
5+ VERSION = "3.5.3.2 "
66DB_PATH = "data/data_v3.db"
77
88# 默认配置
Original file line number Diff line number Diff line change 1+ # What's Changed
2+
3+ > 📢 在升级前,请完整阅读本次更新日志。
4+ > 此版本为针对 ` v3.5.3 ` 的紧急修复版本
5+ > 修复以下 BUG:
6+ > 1 . 智谱 GLM 在函数工具有空参数时报错的问题。
7+
8+ ---
9+
10+ v3.5.3
11+
12+ ## ✨ 新增的功能
13+
14+ 1 . Telegram、Webchat、QQ官方机器人平台(私聊)支持流式输出(实验性)。@Soulter @Raven95676 @anka-afk
15+ 2 . 支持针对不同消息平台开启/关闭插件 @zhx8702 @Raven95676 @Soulter
16+ 3 . 插件市场支持显示 Star 个数、插件管理支持插件帮助对话框 @kterna
17+ 4 . 飞书平台支持主动消息发送 @Soulter
18+ 5 . Telegram 平台适配显示指令列表,支持自动补全 @Raven95676
19+ 6 . 新增配置项允许配置当超出最多携带对话数量时,一次性丢弃多少条旧消息 @Rail1bc
20+ 7 . StarTool 新增获取插件数据目录接口 @Raven95676
21+
22+ ## 🎈 功能性优化
23+
24+ 1 . 优化 /his 指令对函数调用的显示 @anka-afk
25+ 2 . QQ 官方机器人支持对同一条消息多次回复 @kuangfeng
26+
27+ ## 🐛 修复的 Bug
28+
29+ 1 . ‼️ 修复使用 gemini 时,函数数工具调用会重复调用已经在过去会话中调用过的工具 @Soulter
30+ 2 . 修复使用 Gemini 模型时出现 <empty_content> 的问题 @anka-afk
31+ 4 . 修复使用 OneAPI + Gemini(openai) 传递空参数函数工具时可能报错的问题 @Soulter
32+ 5 . 修复 permission 过滤算子的 raise_error 参数失效的问题 @Soulter
33+ 6 . 修复函数调用时可能出现 ` messages with role 'tool' must be a response to a preceeding message with 'tool_calls' ` 报错的问题 @anka-afk
34+ 7 . 修复 dify 下删除对话的报错问题 @Soulter
35+ 8 . 修复人格预设对话多次插入上下文的问题 @Rail1bc
36+ 9 . 修复了 event.get_sender_id() 返回值与函数注释不一致的问题 @zsbai
37+
38+
39+ ## 🧩 新增的插件
40+
41+ 待补充
You can’t perform that action at this time.
0 commit comments