gitdataai/changelog/2026-04-26-en.mdx
ZhenYi 9b37f0a98a docs(changelog): add April 26-27 changelogs (EN/CN)
- Public-facing changelogs covering AI built-in skills, security, and bug fixes
- English and Chinese versions for each date
- Author: ZhenYi
2026-04-27 16:47:46 +08:00

27 lines
1.1 KiB
Plaintext

---
date: 2026-04-26
title: "Changelog — April 26, 2026"
lang: en
author: ZhenYi
---
## AI Agent Improvements
- **Smarter context**: AI now automatically understands which repository you're talking about when you @mention it, with full context including description and default branch.
- **Real-time updates**: New WebSocket events keep the UI in sync when AI configs change or repositories are created, renamed, or deleted.
- **Fixed model sync**: Resolved an issue where the upstream model sync URL would contain a duplicate path segment.
## Frontend
- **Better autocomplete**: @mention suggestions now show the repository type, making it easier to find the right repo.
- **Connection resilience**: WebSocket token now auto-refreshes after disconnection, so AI and real-time features recover smoothly.
## Observability
- **Human-friendly logs**: Terminal sessions now use readable log formatting. JSON format is preserved for server environments.
## Performance & Stability
- **Memory leak fixes**: Resolved two memory leaks in the room service.
- **Cache improvements**: Room and workspace caches now properly refresh on relevant events.