Superset
desktop-v1.25.1 commercialSuperset is an agentic IDE to orchestrate 100+ coding agents in parallel. Run any agent with your own subscription.
superset scripts add superset workspaces get <workspace-id> superset set-wake <host-id> "<wake-command>" superset wake <host-id> superset workspaces get <workspace-id> superset set-wake <host-id> 'ssh myhost sudo systemctl start superset-host' superset wake <host-id> superset workspaces get <workspace-id> superset set-wake <host-id> "wakeonlan AA:BB:CC:DD:EE:FF" superset wake <host-id> superset settings superset workspaces get <workspace-id>
Summary
Superset is a commercial ai-coding-agents tool that runs multiple coding agents in parallel across isolated git worktrees, intended for developers looking to accelerate coding workflows. It operates as a desktop application, and its README positions it alongside concepts of running multiple agents simultaneously. The project repository shows recent activity with continuous releases and contributions.
Superset is an agentic IDE to orchestrate 100+ coding agents in parallel. Run any agent with your own subscription.
What Superset answers
What kinds of coding agents can I run?
Any CLI agent, such as Claude Code or Codex
How many agents can I run at the same time?
Over one hundred coding agents
Do I need to switch between different environments for each agent?
No, each agent runs in its own isolated git worktree
What mechanisms allow me to interact with the agent's output?
It provides a built-in diff viewer and editor to review and edit changes
Where can I access my coding workspaces from?
From remote hosts, the CLI, the SDK, or MCP
How do I manage the different tasks I am running?
I monitor all agents from a single place and receive notifications when attention is needed
Examples
Command line
No option matches that search.
| option | found in | since | description |
|---|
No option matches that search.
Values are placeholders taken from each option’s declared default. Nothing is executed here — the output shown is a recording of a run that already happened.
Release history
- desktop-v1.25.1
Superset desktop v1.25.1 adds
superset scripts add, PDF viewer, remote port forwarding, 14 new UI languages, workspace tags, and copy-on-select for terminals.└──▷ GET THIS VERSION$ git clone --branch desktop-v1.25.1 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.25.1
└──▷ TRY ITAdd a new terminal script to your Superset desktop environment from the CLI.$ superset scripts addEnable copy-on-select in v2 terminals so selected text is automatically copied to the clipboard.📍In the desktop app, go to Settings › Terminal and enable 'Copy on select'.Set your preferred display language so the UI persists your locale across sessions.📍In the desktop app, go to Settings › Language and select your preferred locale (e.g. Japanese, French, Spanish).- ›Adds
superset scripts addsubcommand and renames terminal presets to 'terminal scripts'. - ›Adds a 'copy-on-select' setting for v2 terminals in the desktop app.
- ›Adds PDF viewer to the file pane.
- ›Forwards remote workspace ports to the local machine.
- ›Adds workspace tags and tag-derived sidebar folders for organizing workspaces.
+12 moreshow less
- ›Adds host-side tag folder presentation and a hide list for tag folders.
- ›Adds locale persistence via a Postgres
user.localefield and a desktop Language setting. - ›Adds pinned Claude model IDs in the workspace-create picker, and rejects unsupported models.
- ›Adds a language switcher on marketing and docs pages.
- ›Adds usage analytics for agent CLIs: grok, cursor, opencode, copilot, pi, omp, and fx.
- ›Adds Grok and Antigravity quota tracking to the usage view.
- ›Adds trigger-only integrations scoped to surfaces where their triggers apply.
- ›Folds Usage into Settings and aligns the Settings sidebar with the main sidebar.
- ›Pages now default to org visibility with cached thumbnails, owner info, and delete action in the grid.
- ›Published pages now watch for comments and route them to the owning agent.
- ›Adds automatic translation of new strings on PRs.
- ›Adds Nerd Font icon rendering for any terminal font.
└──▷ BREAKING ON UPGRADE- !The
MIN_HOST_SERVICE_VERSIONis raised so pre-1.22 host services hit the version gate instead of displaying a blank terminal pane.
- ›Adds
- desktop-v1.25.0
Superset v1.25.0 adds multi-window workspaces, native iOS composer, diff-pane editing, new themes, and four new built-in terminal agents.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.25.0 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.25.0
└──▷ HOW TO FIND ITDisable a specific agent skill without removing the plugin — useful when a skill causes noise or conflicts with your workflow.📍In the desktop app, go to Settings › Plugins, find the skill you want to suppress, and toggle the disable switch next to it on the Plugins page.Review and edit PR changes inline without leaving Superset — open the PR Code tab to get a full diff viewer with a file tree, then click into any hunk to edit directly in the diff pane.📍In the desktop app, open a Pull Request, click the 'Code' tab to see the file tree and diff viewer, then click any line in the diff pane to begin editing.- ›Adds per-skill disable toggle on the Plugins page, letting users turn off individual agent skills without removing the plugin.
- ›Adds in-app editing directly inside the skill preview modal on desktop.
- ›Enables editing inside the diff pane on desktop.
- ›Renders the PR Code tab as a full diff viewer with a file tree on desktop.
- ›Adds first-class Oh My Pi (OMP) support — registration plus model and plan controls — on desktop.
+22 moreshow less
- ›Adds multi-window support with per-window organization context on desktop (issue #4018).
- ›Adds Kiro CLI as a built-in terminal agent.
- ›Adds Antigravity CLI (agy) as a built-in terminal agent.
- ›Adds
fxby Vercel as a built-in terminal agent. - ›Adds Hermes as a built-in terminal agent.
- ›Rewrites the composer as a native iOS component on mobile.
- ›Adds a scroll-to-bottom button to the terminal on mobile.
- ›Adds 'mark as unread' to the workspace row menu on mobile.
- ›Replaces the empty no-host home screen with a 'Connect a device' guide on mobile.
- ›Adds Tokyo Night Blackout theme to the marketplace.
- ›Adds Obsidian theme to the marketplace.
- ›Introduces Pages v1.
- ›Adds a read-only support account lookup endpoint to the API.
- ›Adds a warning color token to the shared UI token set.
- ›Accepts Hookdeck-forwarded webhook deliveries and rejects stale inbound Linear events in the ingest pipeline.
- ›Splits webhook bodies into a day-partitioned table for improved ingest performance.
- ›Adds equalize-adjacent-panes on border double-click on desktop.
- ›Adds email privacy toggle to the usage view.
- ›Bridges Discord reports into Plain over email via a rebranded triage bot.
- ›Grows the new-workspace screen composer with content and symmetric width resize on desktop.
- ›Wires every pull request card action on mobile.
- ›Remembers every PR a workspace links and serves it to the mobile client.
- desktop-v1.24.2
Superset desktop v1.24.2 adds a Plugins catalog with MCP install and collapsible per-workspace port groups in the top-bar dropdown.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.24.2 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.24.2
- ›Adds a Plugins MVP — a Codex-style catalog with MCP install support, available behind an internal feature flag.
- ›Adds collapsible per-workspace groups in the top-bar ports dropdown, making it easier to manage multiple workspaces' exposed ports.
- desktop-v1.24.1
Superset Desktop 1.24.1 adds a resizable pull requests split view and streamlines automation creation.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.24.1 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.24.1
- ›New pull requests split view with a resizable list/detail panel that supports merge, close, and reopen actions directly in the desktop UI.
- ›Creating a new automation now opens it immediately on its own page instead of in a modal.
- cli-v1.24.0
CLI gains
workspaces getand per-host wake commands, plus Mistral agent, Linear task filters, and relay expansion to Sydney.└──▷ GET THIS VERSION$ git clone --branch cli-v1.24.0 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout cli-v1.24.0
└──▷ TRY ITLook up a specific workspace by its ID directly from the CLI to quickly inspect workspace metadata.$ superset workspaces get <workspace-id>Configure a custom wake command for a host so the CLI can bring it online on demand.$ superset set-wake <host-id> "<wake-command>" superset wake <host-id>- ›Adds
workspaces getCLI subcommand to look up a workspace by ID. - ›Adds
set-wakeandwakeCLI subcommands for a configurable per-host wake command. - ›Adds Sydney (
syd) region to the relay fleet, expanding global relay coverage. - ›Adds live chat sessions routed over the relay on mobile.
- ›Adds live ACP agent sessions end-to-end across host harness, mobile UI, and desktop gate.
+19 moreshow less
- ›Adds ACP-backed workspace pages on mobile — restyled home, native workspace screen, and diff surface.
- ›Adds first-class Mistral Vibe coding agent in the desktop.
- ›Adds GPT-5.6 models to the Codex model picker.
- ›Adds Linear project/cycle filtering and sorting for tasks.
- ›Adds terminal connection status indicator with a diagnosis popover in the desktop.
- ›Adds
cmd+fsearch to the v2 changes pane in the desktop. - ›Adds confirmation dialog before closing a terminal pane with a running process.
- ›Adds a View menu toggle for the presets bar in the desktop.
- ›Adds tab-drag merge preview in the desktop.
- ›Surfaces agent failures as a 'failed' status in the desktop and host-service.
- ›Replaces the update toast with an inline settings updates pill with animated countdown border and pixel-dissolve exit.
- ›Adds native-fidelity terminal wheel scrolling via a custom xterm handler with kitty identity.
- ›Clears the automations failure badge automatically when the automations page is opened.
- ›Allows workspace owners to delete hosts from the desktop.
- ›Pins the local workspace name to 'local' and blocks renaming it.
- ›Auto-ingests Discord support channels into Linear Triage and mirrors artifacts enhanced with Claude Sonnet.
- ›Adds relay WebSocket outage telemetry with version-stamped desktop events.
- ›Adds host-owned workspace data, single-stack nav, settings, and new-chat widget on mobile.
- ›Adds unified home, attachments sheet, and glass composer with voice dictation on mobile.
- ›Adds
- desktop-v1.24.0
Superset desktop v1.24.0 adds cloud workspace management on mobile, a browser design-mode element picker, computer control via Cua Driver, and Chromium history/login import.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.24.0 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.24.0
- ›Adds a top bar ports dropdown in the desktop app as an alternative layout for accessing forwarded ports.
- ›Adds a design mode in the browser pane — click any element on a page and send it directly to an agent.
- ›Adds computer control capability via Cua Driver as a new agent skill.
- ›Adds an engine-generic browser skill with a Browser Use 3.0 option for agent-driven browsing.
- ›Adds cloud workspace management to the mobile app — list, open, terminal access, provisioning, and actions.
+11 moreshow less
- ›Enables creating cloud workspaces directly from the mobile app via tRPC.
- ›Adds optimistic workspace creation on mobile with 'creating' and 'failed' interstitial states.
- ›Adds tap-to-open links, native text selection, and a scrollbar in the mobile terminal.
- ›Adds photo, file, and camera pickers, image paste, and themed system surfaces on mobile.
- ›Adds an all-native SwiftUI attachments sheet on mobile.
- ›Shows skipped PR checks in the mobile sheet.
- ›Adds browser history and login import from Chromium browsers.
- ›Provisions account profiles as complete environments with shared shell history.
- ›Emits an
app.first_openedevent on first onboarding completion via tRPC. - ›Adds a copyable sign-in command with config directory displayed on expired usage accounts.
- ›Redesigns lifecycle emails and branch activation nudge emails sent on install.
- cli-v1.23.0
CLI gains
workspaces getand configurableset-wake/wakecommands; desktop adds Mistral agent, terminal diagnostics, and host deletion.└──▷ GET THIS VERSION$ git clone --branch cli-v1.23.0 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout cli-v1.23.0
└──▷ TRY ITRetrieve full workspace details by ID to confirm a workspace exists or inspect its metadata.$ superset workspaces get <workspace-id>Register a custom wake command for a host so the CLI can bring it online on demand.$ superset set-wake <host-id> 'ssh myhost sudo systemctl start superset-host'Trigger the configured wake command for an offline host before connecting.$ superset wake <host-id>- ›Adds
workspaces getCLI subcommand to look up a workspace by ID. - ›Adds
set-wakeandwakeCLI subcommands for a configurable per-host wake command. - ›Adds Sydney (
syd) region to the relay fleet, expanding geographic coverage. - ›Enables live chat sessions over the relay on mobile.
- ›Adds first-class Mistral Vibe coding agent to the desktop.
+19 moreshow less
- ›Adds GPT-5.6 models to the Codex model picker.
- ›Adds Linear project/cycle filtering and sorting to the tasks view.
- ›Adds a terminal connection status indicator with a diagnosis popover.
- ›Adds
cmd+fsearch to the v2 changes pane on desktop. - ›Allows workspace owners to delete hosts from the desktop.
- ›Adds a View menu toggle for the presets bar on desktop.
- ›Adds confirmation dialog before closing a terminal pane with a running process.
- ›Surfaces agent failures as a 'failed' status in desktop and host-service.
- ›Replaces the update toast with a sidebar settings-inline updates pill on desktop.
- ›Adds tab-drag merge preview to desktop, plus settings and sidebar UX polish.
- ›Adds live ACP agent sessions end-to-end (host harness, mobile UI, desktop gate).
- ›Adds ACP-backed workspace pages to mobile — restyled home, native workspace screen, and diff surface.
- ›Adds native-fidelity terminal wheel scrolling via a custom xterm handler.
- ›Adds a unified home, attachments sheet, and glass composer with voice dictation to mobile.
- ›Auto-ingests Discord support channels into Linear Triage and mirrors Discord artifacts enhanced with Claude Sonnet.
- ›Adds host-owned workspace data, single-stack nav, settings, and new-chat widget to mobile.
- ›Clears automations failure badge automatically when the automations page is opened.
- ›Pins the local workspace name to 'local' and blocks renaming it.
- ›Adds relay WebSocket outage telemetry and version-stamped desktop events.
- ›Adds
- desktop-v1.23.0
Superset desktop v1.23.0 adds cloud workspaces, GitHub-fired automations, a Usage tab, trigger editor, and a mobile PR screen.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.23.0 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.23.0
- ›Adds a trigger editor in the desktop and tRPC layer for building and managing automation triggers (
feat(desktop,trpc): trigger editor). - ›Introduces cloud workspaces backed by Blaxel sandboxes in the desktop, tRPC, and host-service layers.
- ›Fires automations from GitHub events, recording GitHub deliveries as automation events via the API.
- ›Adds automation trigger and event tables to the database (
feat(db): add automation trigger and event tables). - ›Dispatches automations from triggers via the API and tRPC (
feat(api,trpc): dispatch automations from triggers).
+29 moreshow less
- ›Saves triggers as a set alongside the automation in shared and tRPC layers (
feat(shared,trpc): save triggers as a set with the automation). - ›Adds
identityProviderandautomationIdscope on the shared dispatcher (feat(shared,api)). - ›Adds
triggerIdnarrowing on the shared dispatcher (feat(api): triggerId narrowing on the shared dispatcher). - ›Adds a Usage tab with per-account quota meters and token-cost analytics in the desktop and host-service.
- ›Expands the Usage tab with a pill toggle and full-page machine resources section (
feat(desktop): Usage tab sections). - ›Reworks the Workspaces page into a status-grouped triage list in the desktop.
- ›Adds an 'All devices' option to the Workspaces device filter in the desktop.
- ›Adds a pin-visibility filter on the Workspaces page in the desktop.
- ›Adds per-lane visibility toggles on the workspaces board in the desktop.
- ›Enables configurable folder-link clicks with an open-in-Finder binding in the desktop.
- ›Makes sidebar groups reorderable anywhere in the project list in the desktop.
- ›Surfaces a host-unreachable screen for v2 workspaces in the desktop.
- ›Renames the Security settings tab to 'Remote Workspaces' and adds a relay toggle on the local host page.
- ›Adds richer new-workspace templates with labeled model/effort pills, dismissible sample prompts, and a three-arm form-factor experiment.
- ›Auto-resumes interrupted agent sessions idempotently in the desktop and host-service.
- ›Drives the in-app browser pane from the CLI and raw CDP.
- ›Expires raw webhook payloads after 14 days (
feat(api,db): expire raw webhook payloads after 14 days). - ›Introduces one identity table for every integration (
feat: one identity table for every integration). - ›Adds a unified MCP-install page at
/mcp-installfor connecting AI agents to Superset. - ›Ships lifecycle emails to every signup and makes unsubscribe functional, retiring the prior A/B variant.
- ›Unifies the terminal and home composers in the mobile app.
- ›Adds terminal session reordering from a sessions sheet, persisted per workspace, in the mobile app.
- ›Groups the mobile home screen by project and names the scope on screen.
- ›Adds a pull request screen with merge, checks, reviewers, and description in the mobile app.
- ›Adds Sentry error tracking and enables PostHog session replay (100% of sessions) in the mobile app.
- ›Adds a 'Rate Superset' settings row and App Store rating prompt after positive moments in the mobile app.
- ›Deletes legacy Mastra chat in favor of chat-v3 in the desktop and host-service.
- ›Adds pre-baked repo and schema to sandbox provisioning so the sandbox can start itself (perf(sandbox)).
- ›Adds enum values for every planned trigger provider up front in the database (feat(db)).
- ›Adds a trigger editor in the desktop and tRPC layer for building and managing automation triggers (
- desktop-v1.22.0
Superset desktop v1.22.0 adds prompt cards on new-workspace screen, a GitHub star nudge, mobile paid-plan gating, and an admin metrics dashboard.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.22.0 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.22.0
- ›Adds prompt-cards arm to the new-workspace screen to help users kick off workspaces faster.
- ›Prompts users to star the
superset-sh/supersetrepository on GitHub from within the desktop app. - ›Gates the mobile app behind a paid plan and flattens the mobile settings page.
- ›Adds a company metrics dashboard for admins, pulling data from PostHog, Stripe, Neon, and Mercury.
- cli-v1.21.0
CLI gains
workspaces getand configurable per-host wake commands; Sydney relay region, Mistral agent, and Linear task filtering also land.└──▷ GET THIS VERSION$ git clone --branch cli-v1.21.0 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout cli-v1.21.0
└──▷ TRY ITRetrieve full details for a specific workspace by its ID without opening the UI.$ superset workspaces get <workspace-id>Register a custom wake command for a host so the CLI can bring it online before connecting.$ superset set-wake <host-id> "wakeonlan AA:BB:CC:DD:EE:FF"Trigger the configured wake command for a host before starting a session.$ superset wake <host-id>- ›Adds
workspaces getCLI subcommand to look up a workspace by ID. - ›Adds
set-wakeandwakeCLI subcommands for a configurable per-host wake command. - ›Adds a Sydney (
syd) region to the relay fleet for lower-latency Oceania connections. - ›Enables live chat sessions over the relay on mobile.
- ›Adds first-class Mistral Vibe coding agent in the desktop app.
+15 moreshow less
- ›Adds GPT-5.6 models to the Codex model picker.
- ›Adds Linear project/cycle filtering and sorting to the Tasks view.
- ›Adds a terminal connection status indicator with a diagnosis popover in the desktop app.
- ›Adds
cmd+fsearch to the v2 changes pane in the desktop app. - ›Adds confirmation dialog before closing a terminal pane that has a running process.
- ›Surfaces agent failures as a 'failed' status in the desktop and host-service.
- ›Adds a View menu toggle for the presets bar in the desktop app.
- ›Allows workspace owners to delete hosts from the desktop app.
- ›Adds tab-drag merge preview and nested dropdown corner polish in the desktop UI.
- ›Replaces the update toast with a sidebar settings-inline updates pill in the desktop app.
- ›Adds live ACP agent sessions end-to-end across host harness, mobile UI, and desktop gate.
- ›Adds ACP-backed workspace pages on mobile — restyled home, native workspace screen, and diff surface.
- ›Adds native-fidelity terminal wheel scrolling via a custom xterm handler and kitty identity.
- ›Clears the automations failure badge automatically when the automations page is opened.
- ›Pins the local workspace name to 'local' and blocks renaming it.
- ›Adds
- desktop-v1.21.0
Superset desktop v1.21.0 adds a CLI settings manager, inline markdown editing, drag-and-drop sidebar pinning, and @mention/@command chat suggestions.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.21.0 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.21.0
└──▷ TRY ITChange the desktop app theme from the terminal without opening the GUI — useful in headless or scripted setups.$ superset settings- ›Adds
superset settingsCLI command to manage desktop app settings and theme from the command line, with live-reload when changes are applied. - ›Adds
@mentionand/commandsuggestions to the ChatComposer input. - ›Enables drag-and-drop pinning of items in the v2 sidebar.
- ›Makes Pinned and Sessions sidebar sections collapsible, matching the existing Projects section behavior.
- ›Adds inline editing of markdown directly in the rendered preview with format-preserving saves.
+7 moreshow less
- ›Adds Sign in with Apple authentication on mobile.
- ›Adds grace-period account deletion with reactivation support on mobile.
- ›Replaces Electric sync with plain tRPC + React Query for data fetching on desktop and mobile.
- ›Serves host presence live from the relay Durable Object, dropping database presence writes for lower latency.
- ›Redesigns the mobile experience to be terminal-first: removes chat stacks, treats terminals as sessions, and enables agent launch from the home screen.
- ›Adds unified email layout system and activation email sequence.
- ›Adds typed WebSocket close codes and Sentry exception capture to the relay layer.
└──▷ BREAKING ON UPGRADE- !The
EXPO_PUBLIC_ELECTRIC_URLenvironment variable is removed (dropped from env examples alongside the Electric sync replacement).
- ›Adds
- desktop-v1.19.0
Superset desktop v1.19.0 adds retry buttons for failed automations, separates tasks and PRs in the sidebar, and ships plugin skills to all agents.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.19.0 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.19.0
- ›Adds retry buttons for failed automations in the desktop UI.
- ›Separates tasks and pull requests into distinct sections in the sidebar.
- ›Ships
superset:*plugin skills to all agents and adds a private feedback pipeline. - ›Adds a harness selector to the polygraph terminal agent.
- ›Adds a sign-out option to the onboarding flow.
+5 moreshow less
- ›Adds a
ChatHistorySidebarmessage rail with Storybook setup. - ›Gates new workspace screen experiment via
created_atflag targeting. - ›Introduces a
chat-kitchat protocol v1 package with greenfield chat design. - ›Revives a public roadmap page synced from the internal Notion roadmap.
- ›Adds safe-triangle hover intent to sidebar hover cards for smoother navigation.
- desktop-v1.18.3
Superset desktop v1.18.3 adds bulk workspace actions, right-click worktree import, prompt history search, and a v1→v2 auto-migration flow.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.18.3 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.18.3
- ›Adds bulk workspace actions to the sidebar, letting practitioners manage multiple workspaces at once.
- ›Adds right-click import of untracked worktrees from the sidebar context menu.
- ›Persists prompt history and adds a search popover to new-workspace views.
- ›Adds a v1→v2 auto-migration boot trigger with a migrate-then-flip gate and continuity restore, plus pre-flip notice and post-flip welcome screens for migrated v1 users.
- ›Adds GitHub CLI installation directly from the onboarding terminal, with new
ghdialog end states.
+7 moreshow less
- ›Adds a Superset orchestration skill to the plugin/agents layer.
- ›Adds shared 'decide' and 'redesign' skills to the agents layer.
- ›Adds offLoop() worker-procedure resolver to host-service and ports
branchPrefix.gitInfooff the event loop. - ›Derives domain constants from
NEXT_PUBLIC_ROOT_DOMAINfor boid.so cutover, enabling environment-driven domain configuration. - ›Moves workspace deletion off the event loop and removes status checks that previously blocked bulk delete operations.
- ›Moves hot git reads off the event loops in host-service and desktop, with ratchet enforcement — a performance improvement that unlocks more responsive sidebar interactions at scale.
- ›Limits diff-stat queries to only the active sidebar workspace item, reducing background load during normal use.
└──▷ BREAKING ON UPGRADE- !The MCP package is renamed from
packages/mcp-v2topackages/mcp, with all user-visible surfaces de-versioned — any references tomcp-v2paths or versioned surface names will break.
- cli-v1.18.1
CLI gains
workspaces getand per-host wake commands; desktop adds Mistral agent, terminal diagnostics, and host deletion.└──▷ GET THIS VERSION$ git clone --branch cli-v1.18.1 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout cli-v1.18.1
└──▷ TRY ITRetrieve full details for a specific workspace by its ID — useful when scripting workspace-aware automation or debugging relay connectivity.$ superset workspaces get <workspace-id>- ›Adds
workspaces getCLI subcommand to look up a workspace by ID. - ›Adds
set-wakeandwakeCLI subcommands for a configurable per-host wake command. - ›Adds a Sydney (
syd) region to the relay fleet, expanding geographic coverage. - ›Enables live chat sessions over the relay on mobile.
- ›Enables live ACP agent sessions end-to-end (host harness, mobile UI, desktop gate).
+18 moreshow less
- ›Adds first-class Mistral Vibe coding agent in the desktop.
- ›Adds GPT-5.6 models to the Codex model picker.
- ›Adds Linear project/cycle filtering and sorting to the tasks view.
- ›Adds a terminal connection status indicator with diagnosis popover in the desktop.
- ›Adds
cmd+fsearch to the v2 changes pane in the desktop. - ›Allows workspace owners to delete hosts from the desktop.
- ›Adds a View menu toggle for the presets bar in the desktop.
- ›Adds tab-drag merge preview plus settings and sidebar UX polish in the desktop.
- ›Confirms before closing a terminal pane with a running process in the desktop.
- ›Surfaces agent failures as a 'failed' status in desktop and host-service.
- ›Clears the automations failure badge when the automations page is opened.
- ›Replaces the update toast with a sidebar settings-inline updates pill in the desktop.
- ›Pins the local workspace name to 'local' and blocks renaming it.
- ›Adds ACP-backed workspace pages — restyled home, native workspace screen, and diff surface — on mobile.
- ›Adds unified home, attachments sheet, and glass composer with voice dictation on mobile.
- ›Adds host-owned workspace data, single-stack navigation, settings, and new-chat widget on mobile.
- ›Auto-ingests Discord support channels into Linear Triage and mirrors Discord artifacts, enhancing tickets with Claude Sonnet.
- ›Improves port-scanner performance with a shared
psper scan,lsof -a, and idle-session decay, unlocking faster local port discovery.
- ›Adds
- desktop-v1.18.1
Superset Desktop v1.18.1 adds Grok CLI agent support, workspace pinning, and changes-sidebar click/cmd-click navigation.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.18.1 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.18.1
- ›Adds Grok CLI agent support via a new
desktop,sharedintegration. - ›Adds workspace pinning to the v2 dashboard sidebar.
- ›Changes-sidebar clicks now open the file directly;
cmd-clickopens the diff view. - ›Adds a
/designcomponent showcase and standardizes tooltip style across web, UI, and desktop surfaces. - ›Adds PostHog usage tracking for terminal rich input.
- ›Adds Grok CLI agent support via a new
- cli-v1.17.1
Superset CLI v1.17.1 refreshes the desktop sidebar with a cleaner, denser visual style.
└──▷ GET THIS VERSION$ git clone --branch cli-v1.17.1 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout cli-v1.17.1
- ›Restyled desktop sidebar with a cleaner, denser look for improved navigation density.
- desktop-v1.17.0
Superset desktop v1.17.0 adds mobile diff review, MCP server, agent-readiness APIs, blank project creation, and editor appearance controls.
└──▷ GET THIS VERSION$ git clone --branch desktop-v1.17.0 https://github.com/superset-sh/superset.git # already have the repo? check out this version: $ git checkout desktop-v1.17.0
- ›Adds a
/mcpalias and a docs MCP server withagent_authidentity types and reinstated OpenAPI spec for agent-readiness workflows. - ›Adds MCP server instructions and destructive/read-only tool annotations for MCP v2.
- ›Adds MCP discovery, markdown twin pages, and agent auth metadata as agent-readiness surfaces across the API and docs.
- ›Adds single-host reads with explicit host targeting in the CLI and host-service.
- ›New mobile diff review surface with inline comments, a native review toolbar, and a rebuilt diff renderer.
+3 moreshow less
- ›Replaces the sidebar activity strip with port/agent chips and bulk-close hover cards.
- ›Surfaces editor and terminal appearance controls in the desktop app.
- ›Enables creating blank projects directly from the Superset desktop app.
- ›Adds a