You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new in 1.9.0
New: Accessible AI session tabs. When you connect a remote agent (Claude Code, Gemini CLI and so on) in the Sense AI panel, its row of session tabs becomes a proper tab list for screen readers and the keyboard: each tab announces which session is active, a single Tab stop with arrow keys moves between and switches sessions, and the terminal below is exposed as the tabs' panel. The "new session" button gets a real name in place of its bare plus sign, and its agent picker becomes a proper pop-up menu you can open, arrow through and close with Escape. Purely additive: clicking to switch is still handled by Builderius.
Improved: Sense AI strip theming. In light and auto themes the tab bar, active tab and agent picker are now themed to match the builder (they kept the native dark colours before, leaving dark text on a dark background). The terminal itself keeps its own dark theme.
Improved: Undo / redo add & delete. "Undo / redo delete" is now "Undo / redo add & delete". Cmd/Ctrl+Z also undoes adding an element (removing it), and Shift redoes, alongside the existing restore of a deleted element. Moving elements and changing their settings are still not covered.
Fixed: input text selection contrast. Selecting text in a builder field (such as the top-bar canvas width or zoom) was hard to see — white on a near-white highlight in light and auto themes (invisible), and a barely-there wash in dark. Selected text now uses a clear accent highlight at a legible contrast in every theme.