desktop-v1.13.1
superset-sh/supersetdesktop-v1.13.1Jul 6, 2026by github-actions[bot]
AI Summary
This update focuses on refining the v2 desktop interface, including sidebar layout fixes, terminal chat improvements, and the addition of Polygraph as a built-in terminal agent.
Key Highlights
- Fixed v2 sidebar icon sizing and layout gaps under page zoom.
- Improved terminal chat with native right-click menu and newline insertion.
- Added Polygraph as a built-in terminal agent.
- Added OS dock badge for workspaces with unread or attention needs.
- Refined agent status tracking and sidebar activity strips.
New Features
- Polygraph terminal agent support
- OS dock badge for workspaces
- Compact sidebar activity strip
- Terminal reaper improvements
Full Release Notes
## What's Changed * fix(desktop): keep v2 sidebar top-row icons a constant size under page zoom by @AviPeltz in https://github.com/superset-sh/superset/pull/5431 * fix(desktop): stop force reload from hijacking reopen tab by @aronchick in https://github.com/superset-sh/superset/pull/5121 * chore(desktop): bump version to 1.12.6 by @Kitenite in https://github.com/superset-sh/superset/pull/5384 * feat(shared): add Fable 5 to copilot, cursor-agent, and opencode model pickers by @AviPeltz in https://github.com/superset-sh/superset/pull/5435 * fix(desktop): Shift+Enter inserts newline in terminal chat TUIs by @Kitenite in https://github.com/superset-sh/superset/pull/5434 * fix(desktop): restore native right-click edit menu for text inputs by @Kitenite in https://github.com/superset-sh/superset/pull/5441 * feat(desktop): morph v2 sidebar inline agent/port sections into a compact activity strip by @Kitenite in https://github.com/superset-sh/superset/pull/5439 * feat(desktop): hide sidebar agent chips unless multiple agents are running by @Kitenite in https://github.com/superset-sh/superset/pull/5445 * fix(desktop): batch folder-level Discard All to avoid git index.lock races by @Kitenite in https://github.com/superset-sh/superset/pull/5442 * fix(desktop): start the terminal reaper in the desktop host-service entry by @Kitenite in https://github.com/superset-sh/superset/pull/5438 * fix(desktop): close the sidebar gap under the workspace activity strip by @Kitenite in https://github.com/superset-sh/superset/pull/5446 * fix(shared): sanitize agent prompt control chars before PTY launch by @Kitenite in https://github.com/superset-sh/superset/pull/5421 * feat(desktop): show a restored-session separator when a v2 terminal cold-restores by @Kitenite in https://github.com/superset-sh/superset/pull/5448 * feat(desktop): OS dock badge for unread + attention-needed workspaces by @Kitenite in https://github.com/superset-sh/superset/pull/5351 * fix(desktop): derive terminal agent status from host bindings (single source of truth) by @Kitenite in https://github.com/superset-sh/superset/pull/5449 * fix(terminal): prevent resize from bricking the parser mid inline-image decode by @Kitenite in https://github.com/superset-sh/superset/pull/5352 * feat(shared): add Polygraph as a built-in terminal agent by @MaxKless in https://github.com/superset-sh/superset/pull/5422 * fix(desktop): real tables for Automations + Workspaces lists (overflow fix, sorting, row context menus) by @Kitenite in https://github.com/superset-sh/superset/pull/5454 * fix(host-service): stop workspace↔PR/diff state drifting from GitHub by @Kitenite in https://github.com/superset-sh/superset/pull/5455 ## New Contributors * @aronchick made their first contribution in https://github.com/superset-sh/superset/pull/5121 * @MaxKless made their first contribution in https://github.com/superset-sh/superset/pull/5422 **Full Changelog**: https://github.com/superset-sh/superset/compare/desktop-v1.13.0...desktop-v1.13.1