desktop-v1.14.1
superset-sh/supersetdesktop-v1.14.1Jul 10, 2026by github-actions[bot]
AI Summary
Introduces the Mistral Vibe coding agent and enhances the Relay infrastructure with a Sydney region and a local Redis shim for development. It also adds live chat sessions over the relay.
Key Highlights
- Add first-class Mistral Vibe coding agent
- Add live chat sessions over the relay
- Add Sydney region to relay fleet
- Run a real Redis behind an HTTP shim for local relay work
New Features
- Add configurable per-host wake command
- Add `workspaces get` CLI command
- Surface why a terminal can't connect
- Preserve upstream WS close codes
Full Release Notes
## What's Changed * fix(host-service): surface breaking failures instead of swallowing them by @Kitenite in https://github.com/superset-sh/superset/pull/5493 * chore(desktop): bump version to 1.14.0 by @Kitenite in https://github.com/superset-sh/superset/pull/5524 * fix(desktop): render sign-in last-used badge inline with shared Badge component by @saddlepaddle in https://github.com/superset-sh/superset/pull/5535 * feat(mobile): EAS TestFlight build and submit configuration by @saddlepaddle in https://github.com/superset-sh/superset/pull/5533 * chore(cli): bump pty-daemon 0.2.4 -> 0.2.5 and cascade host-service/cli versions by @Kitenite in https://github.com/superset-sh/superset/pull/5541 * feat(relay): add syd (Sydney) region to relay fleet by @Kitenite in https://github.com/superset-sh/superset/pull/5544 * feat(mobile): live chat sessions over the relay by @bra1nDump in https://github.com/superset-sh/superset/pull/5536 * feat(dev): run a real redis behind an HTTP shim so the relay works locally by @bra1nDump in https://github.com/superset-sh/superset/pull/5543 * fix(relay): proxy terminal/events WebSockets to the owning instance over 6PN by @Kitenite in https://github.com/superset-sh/superset/pull/5542 * feat(mobile): host-owned workspace data, single-stack nav, settings, new-chat widget by @saddlepaddle in https://github.com/superset-sh/superset/pull/5534 * feat(desktop): surface why a terminal can't connect + emit failure telemetry by @Kitenite in https://github.com/superset-sh/superset/pull/5546 * fix(workspace-client): add bun-types so the package typechecks its bun:test by @Kitenite in https://github.com/superset-sh/superset/pull/5553 * fix(relay): preserve upstream WS close codes + time out a stalled bridge dial by @Kitenite in https://github.com/superset-sh/superset/pull/5548 * fix(ci): bump bun 1.3.11 -> 1.3.14 to fix 6x slower installs by @saddlepaddle in https://github.com/superset-sh/superset/pull/5550 * feat(cli): add `workspaces get` to look up a workspace by id by @Kitenite in https://github.com/superset-sh/superset/pull/5549 * fix(desktop): keep v2 workspace creating state until create fully resolves by @AviPeltz in https://github.com/superset-sh/superset/pull/5545 * feat(cli): add a configurable per-host wake command (set-wake/wake) by @Kitenite in https://github.com/superset-sh/superset/pull/5557 * feat(desktop): add first-class Mistral Vibe coding agent by @ThomsenDrake in https://github.com/superset-sh/superset/pull/5552 * feat(release): unify desktop/host-service/cli versions with CI enforcement by @Kitenite in https://github.com/superset-sh/superset/pull/5547 ## New Contributors * @bra1nDump made their first contribution in https://github.com/superset-sh/superset/pull/5536 * @ThomsenDrake made their first contribution in https://github.com/superset-sh/superset/pull/5552 **Full Changelog**: https://github.com/superset-sh/superset/compare/desktop-v1.14.0...desktop-v1.14.1