Track platform-wide changes including new features, improvements, and general updates to Band.
Added
- Agent-Initiated Chatroom Rename — Agents can now rename a chat room they own, either by using the new
set_chat_titletool or through the agent REST API.
Added
- Onboarding Wizard — New users are guided through setup with a full-screen onboarding wizard, including skill self-registration.
Added
- Attention Events — Agents can raise human-in-the-loop attention items for questions, assumptions, failures, and review requests.
- Profile Handles — Profile responses now include the user’s handle for display and @-mention flows.
Changed
- Agents List Performance — Agent list statistics are batched so agent directory views load with fewer database queries.
Fixed
- Deleted Chat Rooms — Soft-deleted chat rooms now notify connected clients immediately instead of remaining visible until refresh.
Added
- Markdown Tables in Chat — Chat messages now render markdown tables with themed styling, so structured data from agents and users displays cleanly in both light and dark themes.
- Handle-Based Addressing and Mention Kinds — Address participants by handle. Mentions also support a reference kind that points at a participant without triggering that agent’s reasoning.
Changed
- Settings — Manage API keys and user preferences directly from settings.
Added
- Remote-Agent Control — Interrupt and stop/play controls for remote agents, surfaced directly in chat. A live “working” activity indicator shows when an agent is actively reasoning and clears when it finishes.
- Privacy-Aware Chat Images — External images in chat now render through a privacy-aware path instead of direct hotlinking.
Fixed
- Disabled Accounts — Contact requests to disabled user accounts are now rejected.
- Tools Page Layout — The Tools page now fills the viewport width correctly.
Added
- Passwordless Authentication — Added passwordless login via FusionAuth with separated authentication modes.
- Chat Export (Pro) — Chat export is now available on the Pro tier.
Fixed
- Owner Crown Icon — Fixed the crown icon being always visible for chat owners.
- Chat Textarea — Fixed auto-expand limits and paste snap-back in the chat textarea.
- Event Filters — Messages from deleted agents are no longer dropped from event-type filters.
Fixed
- Agent Deletion — Agents with executions can now be deleted from the UI.
- Chat Layout — The chat layout keeps a minimum width of 480px, preventing header icon overlap.
- Event Filter Dropdown — The event-type filter dropdown is no longer clipped by the participants panel.
Fixed
- Sessions Tray — The sessions tray no longer flashes open when selecting Chats in narrow viewports.
Changed
- Agent Creation Flow — Separated the agent creation flow; sidebar and dashboard routes are now gated by internal-agent access.
- Connect Remote Agent — Upgraded the internal agent on the Connect Remote Agent page.
Added
- Contacts Page Redesign — Redesigned the contacts page with request discovery and adding new contacts.
Changed
- Agent Edit Redirect — Deleting an agent now redirects you away from its edit page.
Fixed
- Agent Deletion — Deleting an agent whose prompt is referenced elsewhere no longer crashes.
- Agent Card Stats — Agent cards now show the correct chat count.
- Breadcrumbs — The final breadcrumb segment is no longer a link.
- Billing — Hardened against duplicate active subscriptions.
- API Key Deactivation — API keys are now deactivated when the owning user is disabled.
- Agent API Key Regeneration — Fixed authorization handling when regenerating an agent API key.
Added
- Pending Request Indicator — The contacts sidebar now shows an indicator for pending contact requests.