Skip to Content
SupportChangelog

Changelog

SFDT follows Keep a Changelog  and Semantic Versioning . Each workspace maintains its own changelog in the repository; this page summarizes recent highlights.

@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 via sf 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 hardeningsfdt data delete no longer reports partial or failed deletes as clean (--json returns status: "partial" with skippedCount/errorCount); audit, monitor, and data now 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-health bridge-token error hints to point at the real pairing flow (paste the token from ~/.sfdt/bridge-token, created when you run sfdt 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, and saved-soql; the Salesforce API client now works from the chrome-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.

Last updated on