Releases: Xsxdot/super-dev
Releases · Xsxdot/super-dev
Release list
v0.2.3
v0.2.2
SuperDev v0.2.2
Highlights
- Grok Agent Connector (Full) — detect Grok CLI, install SuperDev MCP via
grok mcp, ship Skill + SessionStart hook guidance - Safe remote Agent uninstall — data-preserving default, optional purge, version-matched Shell/PowerShell scripts, warned config-only detach fallback
- Cross-platform runtime validation — package-verified bundles, Windows 10 22H2 campaign package, in-memory debug credential leases
- Uninstall recovery hardening — fail closed on invalid recovery modes; no side effects on rejected recoveries
Added
- Package-verified cross-platform runtime validation bundles and a strict target-native campaign runner (full live MCP surface, seven language providers, approvals, credential login, borrowed remote pipelines, redacted evidence, fail-closed cleanup).
- Deterministic, portable Windows 10 22H2 x64 (build 19045) validation package for MSI/NSIS, MCP tools, language providers, browser/code debugging, remote pipelines, and cleanup.
- Campaign-owned, project/service-scoped debug credential leases (Agent process memory only, auto-expire).
- Safe remote Agent uninstall with data preservation by default, explicit purge, manual scripts, and warned detach fallback.
- Built-in Grok Agent Connector (Full).
Fixed
- Search UX: remove non-functional filter/Open/Copy and heuristic trace-path claims; reject Windows ARM remote install when no matching binary is packaged.
- Windows validation result contract: fact-and-evidence-derived outcomes only.
- Windows PowerShell 5.1 Runbook executability (UTF-8, automatic-variable collisions, structured output).
- Log panel virtual-scroll state reuse across workspace tabs / deployment sources.
- Uninstall retry idempotency after partial
config_remove; stop reporting detach as remote uninstall. - Detach provenance kept out of uninstall recovery; invalid recovery modes fail closed with no tunnel/apply/status side effects.
- Grok connector finish logging, quoting, DTO, and error codes.
Upgrade notes
- Version metadata is synchronized at
0.2.2(VERSION, agent buildinfo, desktop package, Tauri, Cargo). - Desktop-initiated Agent uninstall remains exempt from operation approval (documented in CONTRIBUTING).
- Detach is configuration-only and is not equivalent to remote uninstall.
Artifacts
Release assets (agent binaries, desktop packages, checksums) are attached by the automated Release workflow.
Full notes: see CHANGELOG.md.
SuperDev v0.2.0
Added
- Published SuperDev's first official release line with versioned GitHub Release automation for downloadable agent binaries and macOS, Linux, and Windows desktop packages.
- Added cross-platform remote agent release assets and an install script path that resolves from the versioned GitHub Release instead of a localhost-only development endpoint.
- Added sidebar project chips with pinned and recent ordering, plus a compact current-project context line for faster switching across multiple projects.
Changed
- Expanded all sidebar environment groups by default from the main sidebar so deployments are immediately visible after project selection.
- Updated repository, agent runtime, desktop package, Tauri, Cargo metadata, and Cargo lock metadata to version
0.2.0.
Fixed
- Fixed the Agent settings page blanking after creating a new Agent when the backend runtime health snapshot is still empty.
- Preserved the legacy
devdefault-expanded behavior for standaloneEnvGroupconsumers while allowing the sidebar to explicitly control expansion.