Files
lobe-chat/docs/changelog/2026-04-13-gateway-sidebar.mdx
T
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

34 lines
2.0 KiB
Plaintext

---
title: Agent Gateway & Customizable Sidebar
description: >-
Server-side agent execution via Gateway mode, customizable sidebar layout,
agent workspace with document management, and new model support.
tags:
- Gateway
- Sidebar
- Agent Workspace
- Task Manager
---
# Agent Gateway & Customizable Sidebar
This release focuses on making everyday Agent work more stable and easier to manage.
Agents can now run on the server through Gateway mode and stream results over WebSocket. When you switch topics or hit a short disconnect, sessions reconnect and resume more smoothly, so long-running execution is less likely to break.
Navigation is now easier to shape around your own habits. You can choose which items appear in the sidebar, reorder them in a dedicated customization modal, and use a stronger Recents experience with search, rename, and quick actions.
Document and task workflows are now more centralized. A dedicated right-side workspace gives you one place to browse, rename, delete, and review history for Agent documents. Running tasks move into an isolated task manager view with independent topic state, so your main conversations stay focused.
This update also improves several high-frequency input and tooling actions. You can rewrite or translate prompts directly in chat input before sending, capture screen content with an overlay picker and attach it in one step, and use LobeHub CLI from desktop with one-click install to your system `PATH`.
On model coverage, this release adds Zhipu GLM-5.1, Seedance 2.0 video generation, and the StreamLake provider.
## Improvements and fixes
- Desktop now uses Electron native `fetch` for more reliable remote requests.
- Optimistic loading states reduce streaming flicker while the assistant is thinking.
- Agent detail pages now load correctly after refresh instead of staying in a spinner state.
- Error classification now gives clearer messages for insufficient balance and deactivated accounts.
- Fixed a context engine crash path caused by non-string content in document injection.