mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
549735be7f
* 🔨 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>
29 lines
1.6 KiB
Plaintext
29 lines
1.6 KiB
Plaintext
---
|
|
title: AI Auto-Completion & Real-Time Gateway
|
|
description: >-
|
|
Added AI-powered input auto-completion, WebSocket-based real-time messaging
|
|
gateway, expanded bot platform support, and improved context injection.
|
|
tags:
|
|
- Auto-Completion
|
|
- WebSocket Gateway
|
|
- Bot Platform
|
|
- Context Engine
|
|
---
|
|
|
|
# AI Auto-Completion & Real-Time Gateway
|
|
|
|
This release focuses on removing small points of friction in writing and real-time collaboration.
|
|
|
|
The editor now supports AI auto-completion while you type, so drafting messages is faster and requires less context switching. On the delivery side, the new WebSocket-based Agent Gateway streams responses with lower latency, making live conversations feel more immediate.
|
|
|
|
Cross-platform bot connectivity is also broader. Feishu/Lark, Slack, and QQ now support WebSocket connection mode for more reliable message delivery. Context invocation is also simpler: skills and tools can be triggered with `@` mentions and direct context injection, replacing the older slash-command-heavy flow.
|
|
|
|
To keep navigation cleaner over time, the Skill Store now has a dedicated Skills tab, and topics are automatically created every four hours to keep conversations organized.
|
|
|
|
## Experience Improvements
|
|
|
|
- Agent documents now load progressively, showing content as it becomes available instead of blocking the full page
|
|
- Fixed the image generation button incorrectly defaulting to a wrong model
|
|
- Improved paste performance by preventing the chat input from freezing on large clipboard content
|
|
- Strengthened security by sanitizing HTML artifacts and removing an auth bypass vector
|