lobehub/docs/changelog/2026-02-08-runtime-auth.zh-CN.mdx
CanisMinor 549735be7f
📝 docs: Update changelog docs and release skills (#13897)
* 🔨 chore: update .vscode/settings.json (#13894)

* 🐛 fix(builtin-tool-local-system): honor glob scope in local system tool (#13875)

Made-with: Cursor

* 📝 docs: Update changelog docs and release skills (#13897)

- Update changelog documentation format across all historical changelog files
- Merge release-changelog-style skill into version-release skill
- Update changelog examples with improved formatting and structure

Made-with: Cursor

---------

Co-authored-by: YuTengjing <ytj2713151713@gmail.com>
Co-authored-by: Innei <i@innei.in>
2026-04-16 22:24:48 +08:00

30 lines
1.4 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "模型运行时与认证改进 \U0001F527"
description: 提升模型运行时稳定性、认证链路可靠性与移动端体验,并支持 Bedrock 上的 Claude Opus 4.6。
tags:
- 模型运行时
- 认证
- Claude Opus 4.6
- 笔记本
---
# 模型运行时与认证改进 🔧
这次发布聚焦在运行时可靠性与登录稳定性,覆盖 Web 和移动端。整体目标是减少认证过程中的中断,让模型调用链路在日常使用里更稳。
## 运行时与认证更新
在运行时能力上Bedrock 已支持 Claude Opus 4.6。服务端也进一步完善了 Notebook 工具接入并优化提示词,同时 OpenAI Responses API 请求已支持按需携带终端用户信息。
认证链路方面进行了集中加固Microsoft 登录问题已修复OIDC 账户关联稳定性提升,飞书 SSO 行为也得到优化,登录摩擦进一步降低。
此外,这个版本还包含跨端与架构层面的打磨:移动端话题列表已支持垂直滚动,多模态图片渲染问题已修复;运行时内部提取了 Anthropic 工厂逻辑,并将 Moonshot 迁移到 RouterRuntime。
## 体验优化与修复
- 改进任务展示体验。
- 增强本地系统工具实现。
- 修复 Docker 环境下的 PDF 解析问题。
- 修复发送失败后编辑器内容丢失的问题。
- 为群聊侧边栏增加自定义头像支持。
- 文件上传超出存储限制时显示明确通知。