Web Changelog
Feature updates, improvements, and bug fixes for YeeroAI Web.
2026-05-09
Highlights
| # | Feature | Type |
|---|---|---|
| 1 | Three-track parallel AI tools — Server, Frontend & Code tools run simultaneously | New |
| 2 | Message navigation outline | New |
| 3 | Branch graph side panel — Visualize & switch conversation branches | New |
| 4 | Fine-grained conversation parameter controls | Improvement |
| 5 | Mobile sidebar interaction improvement | Improvement |
| 6 | Page authentication & request security enhancement | Improvement |
| 7 | Message scroll stability improvement | Improvement |
| 8 | Fix file link retrieval & model info display in messages | Fix |
Details
Three-track parallel AI tools — Server, Frontend & Code tools run simultaneously
AI tool calls now support three types running in parallel: server tools, frontend interaction tools, and code execution tools. Multiple tools can run simultaneously without queuing, significantly improving response speed.
Message navigation outline
A new navigation outline in the chat interface lets you quickly browse the structure of long conversations and jump to any section with one click. Supports expand/collapse and display preferences in settings.
Branch graph side panel — Visualize & switch conversation branches
A new branch graph panel on the right side of the conversation page visually displays all conversation branches, making it easy to browse and switch between different conversation paths.
Fine-grained conversation parameter controls
Folder conversation settings now include rich parameter controls such as max tokens, temperature, and reasoning intensity. Supports switching between inherited and custom modes, along with memory toggle and summary context configuration.
Mobile sidebar interaction improvement
Improved the sidebar interaction on mobile chat pages for smoother and more natural switching. Supports closing via Escape key and clicking the overlay mask.
Page authentication & request security enhancement
Improved page authentication and request security mechanisms, ensuring more reliable login state during page load and reducing request failures caused by authentication issues.
Message scroll stability improvement
Improved the scrolling experience in conversations. When AI reply content loads dynamically, the scroll position stays stable and no longer jumps unexpectedly.
Fix file link retrieval & model info display in messages
Fixed an issue where file links in messages could occasionally fail to load, and corrected inaccurate model information display in branch views.