desktop-v1.18.1
superset-sh/supersetdesktop-v1.18.1Jul 28, 2026by github-actions[bot]
AI Summary
The update prioritizes UI polish, adding project pinning, tooltip standardization, and support for the Grok CLI agent. It also includes PostHog usage tracking for terminal input and fixes for sidebar interactions and project ordering.
Key Highlights
- Add Grok CLI agent support
- Add workspace pinning to the v2 dashboard sidebar
- Standardize tooltip styles across the application
- Add PostHog usage tracking for terminal rich input
New Features
- Filter and sort projects in the dashboard sidebar
- Swap changes-sidebar clicks to open files with cmd-click for diffs
- Add marketing boids code-glyph background to hero section
- Fix git status -u command to preserve untracked cache
Full Release Notes
## What's Changed * feat(web,ui,desktop): add /design component showcase and standardize tooltip style by @AviPeltz in https://github.com/superset-sh/superset/pull/5952 * feat(desktop): filter and sort projects in the dashboard sidebar by @AviPeltz in https://github.com/superset-sh/superset/pull/5956 * feat(desktop): add PostHog usage tracking for terminal rich input by @AviPeltz in https://github.com/superset-sh/superset/pull/5962 * chore(desktop): remove resource_snapshot and relay_ws_* telemetry events by @saddlepaddle in https://github.com/superset-sh/superset/pull/5964 * fix(desktop): make prev/next workspace hotkeys work during worktree creation by @saddlepaddle in https://github.com/superset-sh/superset/pull/5976 * feat(desktop,shared): add Grok CLI agent support by @Kitenite in https://github.com/superset-sh/superset/pull/5859 * feat(desktop): swap changes-sidebar clicks to open file, cmd-click for diff by @AviPeltz in https://github.com/superset-sh/superset/pull/5979 * feat(desktop): add workspace pinning to the v2 dashboard sidebar by @AviPeltz in https://github.com/superset-sh/superset/pull/5963 * fix(deps): bump better-auth to 1.6.22 and postcss to 8.5.18 for Dependabot alerts by @AviPeltz in https://github.com/superset-sh/superset/pull/5980 * revert(desktop): remove sidebar project filter and sort pending rework (#5956) by @AviPeltz in https://github.com/superset-sh/superset/pull/5996 * fix(desktop): keep projects list expanded when using the add-repo menu by @AviPeltz in https://github.com/superset-sh/superset/pull/6000 * fix(desktop): make sidebar project ordering deterministic and prepend new projects by @AviPeltz in https://github.com/superset-sh/superset/pull/5999 * fix(desktop): make sidebar drag overlays transparent over black by @AviPeltz in https://github.com/superset-sh/superset/pull/5997 * feat(marketing): add boids code-glyph background to hero section by @Kitenite in https://github.com/superset-sh/superset/pull/6008 * fix(host-service): solve #6004 — git status -u discards git's untracked cache by @github-actions[bot] in https://github.com/superset-sh/superset/pull/6006 * fix(desktop): confirm before closing active ports by @Roshvan in https://github.com/superset-sh/superset/pull/6007 **Full Changelog**: https://github.com/superset-sh/superset/compare/desktop-v1.18.0...desktop-v1.18.1