--- 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.