lobehub/docs/changelog/2026-04-13-gateway-sidebar.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

31 lines
1.9 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: Agent 网关与可自定义侧边栏
description: 通过网关模式实现服务端智能体执行、可自定义侧边栏布局、带文档管理的智能体工作区,以及新模型支持。
tags:
- 网关
- 侧边栏
- 智能体工作区
- 任务管理器
---
# Agent 网关与可自定义侧边栏
这次更新聚焦在两件事:让日常 Agent 协作更稳定,也让操作路径更集中。
Agent 现在可以通过网关模式在服务端运行,并通过 WebSocket 流式返回结果。切换话题或短暂断线后,会更顺畅地自动重连并恢复会话,长流程执行不再那么容易中断。
导航也更贴合个人习惯。你可以在专用弹窗里选择侧边栏显示项并调整顺序;「最近」板块也补齐了搜索、重命名和快捷操作,日常切换会更快。
文档与任务这类高频操作也更集中。新增的右侧工作区可以在一处完成 Agent 文档的浏览、重命名、删除和历史查看。运行中的任务则进入独立任务视图,并使用独立话题状态,不再打断主对话。
另外这版也优化了几项高频输入与工具操作。提示词可在发送前直接改写或翻译屏幕截图支持覆盖层选择并一步附加到对话LobeHub CLI 已内嵌到桌面应用,并可在设置中一键安装到系统 `PATH`。
模型覆盖方面,本次新增智谱 GLM-5.1、Seedance 2.0 视频生成能力,以及 StreamLake 提供商。
## 体验优化与修复
- 桌面端现使用 Electron 原生 `fetch` 发起远程请求,连接更稳定。
- 乐观更新的加载状态减少了助手思考阶段的界面闪烁。
- Agent 详情页刷新后可正常加载,不再长期停留在加载动画。
- 余额不足与账户停用场景的错误分类更准确,提示信息更清晰。
- 修复了非字符串内容进入文档注入链路时触发的上下文引擎崩溃。