Buda v1.9.0 Release Notes
Custom Agent logos, clearer file outputs, faster auth pages, and a cleaner Single Agent workbench.
Released: June 03, 2026
✨ New Features
- Agents can use custom logos: You can upload an Agent logo from create-agent, the sidebar edit flow, or Agent Settings.
- Agent file outputs are easier to inspect: Files written successfully by
writecan appear as file cards, while code changes are grouped into a file-change summary card with expandable per-file diffs.
🔧 Experience
- Sign-in and sign-up pages load faster: Buda avoids unnecessary data requests so auth pages can show up sooner.
- Single Agent mode is cleaner: Long session lists no longer create horizontal scrollbars, collapsed sidebar avatars are no longer clipped, unread dots use Buda's primary color, and Archive labels are localized in both Header and Sidebar menus.
- Session and delivery labels are easier to read: Scheduled-task messages now include the target session title.
- Daily work stays tidier: Agent scratch files, downloads, logs, and helper scripts are guided into a dated
.buda/works/folder so the workspace root stays readable.
🐛 Bug Fixes
- Sign-up no longer white-screens: Fixed an edge case that could leave the sign-up page blank.
- New sessions no longer duplicate the prompt: Fixed an issue in Single Agent mode where the starting prompt could be added twice to a new session.
- Agent tool calls recover more accurately: Step groups now show an error only when the final tool in the group failed, so recovered retries do not make the whole step look broken.
- Concurrent tool calls are more reliable: Avoided occasional 401s when multiple tools run in parallel.