Buda v1.2.0 Release Notes
File trash protection, Skills management revamp, channel message identity, Marketplace improvements, and numerous bug fixes.
Released: May 07, 2026
✨ New Features
- File Trash Protection: By default, Agents no longer permanently delete files from Drive. Instead, files are moved to a
.trashfolder, so you can always recover them. - Skills & Tools Management: A revamped Skills management page in Space Settings lets you enable, disable, and manage Agent custom skills and built-in tools in one place.
- Channel Message Identity: When viewing Agent sessions in the Web UI, messages from external channels now display the specific platform and sender name (e.g. "Chen Yuan · Feishu", "Bob · Telegram") instead of a generic "External" label, giving you clearer communication context.
- Transparent Push Messages: Messages pushed by Agents to channels are no longer hidden. They now appear as quoted blocks showing the content and target channel (e.g.
📤 Pushed to [WeCom]), making multi-channel distribution fully visible.
🔧 Experience Improvements
- Markdown Split & Preview Modes: Markdown files now open in split mode by default — source on the left, live preview on the right. Want to just read? Switch to pure preview mode with one click.
- Smarter Model Selection: The chat interface now reliably remembers your "Auto" model preference. Creating or switching sessions no longer unexpectedly resets your model choice.
- Desktop Auto-Focus Input: Switching Agent sessions on desktop automatically focuses the input box so you can start typing immediately. On mobile, the keyboard won't pop up unexpectedly.
- Drive Supports More File Types: The code editor can now open and edit extensionless project files like
MakefileandTaskfile. - Precise Localhost Preview Links: Clicking a local dev link in chat (e.g.
http://localhost:3000/dashboard) now preserves the full subpath and query parameters instead of only opening the root. - Agent List Scroll Improvements: Sidebar and popup Agent lists now have visible scrollbars, making it easier to browse when you have many Agents.
- Marketplace Dark Mode Polish: In dark mode, badges and card backgrounds now have clear visual separation. The featured section looks cohesive instead of blending together.
- Instant Language Switching: Changing your language in account settings now refreshes the page automatically — no manual reload needed.
- Unlimited @ File Mentions: The
@context file picker is no longer capped at 12 files. It loads all available files with a "Show more" button when the list is long. - Marketplace Detail Descriptions: Skill and Agent detail pages now display their description, helping you understand what each one does at a glance.
- Smoother Terminal Experience: Activating a terminal tab now shows a friendly loading indicator, and switching tabs no longer requires a full reload.
🐛 Bug Fixes
- Fixed page refresh data flash: Refreshing the page no longer briefly shows Agents from other workspaces in the sidebar or flashes incorrect plan info on the workspace card.
- Fixed false "Workspace switched" toast: Refreshing in multi-workspace mode no longer incorrectly shows a workspace switch notification.
- Fixed multiple @ mention issues: Typing @ mid-text now correctly triggers the popup, the @ symbol disappears after selecting an attachment, and the list updates immediately after creating or renaming sessions.
- Fixed avatar display after sending: Your avatar now shows correctly on messages even before server sync completes.
- Fixed WeCom Bot unresponsiveness: The WeCom channel now auto-recovers after connection drops, falls back to regular messages when streaming times out, and has timeout protection to prevent queue blocking.
- Fixed Git repo path validation: Custom repository paths are now validated as existing Git repos before switching, preventing the panel from entering an invalid state.
- Fixed Drive storage quota overflow: The
@file picker no longer crashes when browser storage is full — oversized caches are cleaned up automatically. - Fixed Space Drive share links: File share links from Space Drive now work correctly for preview and download.
- Fixed Dashboard Logo display: The sidebar logo no longer appears as a broken image.
📚 Documentation
- Web Preview Guide: A new guide walks you through previewing web apps developed by your Agent directly in Buda.
- OpenAPI Documentation: A new interactive REST API docs page makes it easy for developers to explore and test endpoints.
- Interaction Structure Diagram: A new concept page explains Buda's hierarchy (Space → Agent → Drive → Session → Message) with Mermaid diagrams to help you understand the architecture.
- Expanded Translations: Selected documentation pages have been translated into additional languages.