Changelog
SFDT follows Keep a Changelog and Semantic Versioning . Each workspace maintains its own changelog in the repository; this page summarizes recent highlights.
Canonical sources:
CLI CHANGELOG.md ·
Extension CHANGELOG.md
@sfdt/cli — 0.13.1
Adds a native org health & operations suite — clean-room reimplementations of org diagnose/audit, monitoring/backup, documentation generation, data-set management, and scratch-org pooling — surfaced across four consumers: the CLI, the web dashboard, the built-in MCP server, and a brand-new VS Code extension. No AGPL dependency.
sfdt audit/sfdt monitor— native org diagnostics and monitoring (audit trail, licenses, MFA coverage, unused Apex, inactive users, deprecated API versions; org limits, errors, health, plus metadata backup), each writing a JSON snapshot every surface can read.sfdt docs/sfdt data/sfdt scratch— generate MkDocs docs (objects, Apex, Flows, LWC) with optional AI overviews and per-role Developer/Admin/User/DevOps guides; manage data sets viasf data tree; and create/delete/list scratch orgs with a pre-created pool.- VS Code extension (
@sfdt/vscode) — a new fourth surface: command-palette integration, an Org Health sidebar (audit + monitor snapshots), a status-bar item, and an embedded dashboard webview. - 0.13.1 hardening —
sfdt data deleteno longer reports partial or failed deletes as clean (--jsonreturnsstatus: "partial"withskippedCount/errorCount);audit,monitor, anddatanow surface Salesforce CLI’s real error text instead of the opaque execa message.
@sfdt/extension — 0.3.3
A WXT/Chrome MV3 extension with 29 opt-in features.
- 0.3.3 — fixed the
org-healthbridge-token error hints to point at the real pairing flow (paste the token from~/.sfdt/bridge-token, created when you runsfdt ui) and corrected the stale token-rotation comment. - 0.3.2 — added the Org Health panel (surfaces the CLI’s audit + monitor snapshots via the
local bridge), richer anonymous-Apex log capture, and standardised the internal namespace to
sfdt. - 0.3.0 — Workspace & Apex — added the standalone Workspace tab plus
apex-anonymous,debug-log-viewer,org-switcher, andsaved-soql; the Salesforce API client now works from thechrome-extension://origin.
@sfdt/vscode — 0.1.0
Initial release of the VS Code extension: command palette integration, the Org Health sidebar (audit + monitor snapshots), a status bar item, and an embedded dashboard webview.