4.27.4 - 2026-08-20
The struggle itself toward the heights is enough to fill a man's heart. One must imagine Sisyphus happy.
走向高处的挣扎本身就足以填满一个人的心灵。我们必须想象西西弗斯是幸福的。
Added
- Displayed plugin update times in marketplace details. (#9690)
- Logged the effective Windows local runtime shell to simplify environment diagnosis. (#9648)
Fixed
- Fixed an issue where single preference reads could preload the entire preferences table in some cases, causing excessive memory and database overhead. (#9747)
- Included JSON cards in group-chat context and added an LLM metadata fallback endpoint. (#9655, #9725)
- Detected audio formats from file contents and converted Telegram audio files into Record components. (#9612, #9702)
- Kept the chat sidebar accessible at medium viewport widths and adapted trace colors to the active Dashboard theme. (#9698, #9688)
- Preserved the Dashboard password while
password_change_requiredis set. (#9665) - Separated reasoning metadata from provider configuration. (#9699)
- Removed the 10-file limit for knowledge-base uploads. (#9701)
- Accepted synced Weixin Kefu messages that omit
open_kfidinstead of failing webhook processing.
Maintenance
- Migrated statistics and Misskey visibility handling away from deprecated interfaces. (#9658, #9674)
- Added plugin attribution guidance and corrected the self-hosted text-to-image setup documentation. (#9720)
- Updated the CodeQL GitHub Action. (#9721)
中文
新增
修复
- 修复部分情况下读取单个偏好设置时会预加载整张偏好设置表,导致内存与数据库开销过高的问题。 (#9747)
- 将 JSON 卡片纳入群聊上下文,并为 LLM 元数据增加回退接口。 (#9655, #9725)
- 根据文件内容识别音频格式,并将 Telegram 音频文件转换为 Record 组件。 (#9612, #9702)
- 确保中等宽度视口下聊天侧边栏仍可访问,并使 Dashboard 链路追踪颜色适配当前主题。 (#9698, #9688)
- 在设置
password_change_required时保留 Dashboard 密码,不再意外轮换。 (#9665) - 将推理元数据与供应商配置分离。 (#9699)
- 移除知识库每次最多上传 10 个文件的限制。 (#9701)
- 微信客服同步消息缺少
open_kfid时不再导致 Webhook 处理失败。