What changed in SF Analyzer.

These entries are rendered from the same shared changelog used by the desktop app, so public release notes and the in-app release modal stay aligned.

v2.3.0
CLI Compatibility, Resilient Analysis & Agent Harness
2026-07-01
Feature

Implemented SF CLI compatibility guard (Fase 21) with preflight checks, version checks, and warning popups on invalid CLI configurations.

Feature

Added registry-safe metadata retrieval to skip unsupported types using the Salesforce source-deploy-retrieve Node registry.

Feature

Added the Document Agent Harness (Fase 13) to guide AI agents in drafting TDDs and impact reports using guarded read-only tools, SOQL guards, and coverage guards.

Feature

Implemented incremental retrieve logic based on lastModifiedDate (Fase 11) to download only changes, reducing runtimes.

Feature

Added resilient analysis runs (Fase 12) featuring exponential backoff retries for transient errors, runtime cancellation, and partial-failure reporting.

Feature

Redesigned the Wiki Browser as an Obsidian-lite MD Viewer (Fase 20b) with folders, TOC scroll-spy, wikilinks, and syntax-highlighted code blocks.

Feature

Added deep-link sf-analyzer:// protocol support, OS-backed secret keychain storage, and portal limit telemetry.

v2.1.0
Custom-Focus & Caching
2026-06-30
Feature

Added Custom-Focus filtering to exclude standard/managed metadata and isolate custom changes.

Performance

Parallelized describeObjects metadata retrieval, reducing analysis time from minutes to seconds.

Feature

Implemented local CLI caching for metadata catalog and object describes to make subsequent runs nearly instantaneous.

Feature

Added timing logs and step-by-step progress tracking for analysis runs.

v2.0.0
Salesforce Analyzer 2.0 Local-First Release
2026-06-25
Feature

Rebuilt the analyzer as a local-first desktop application using Electron and React.

Feature

Added project-based local wiki storage following the Karpathy documentation pattern.

Feature

Integrated local SQLite database for Salesforce org credentials and cache.

Feature

Added interactive Entity-Relationship Diagram (ERD) using ReactFlow to visualize custom object schemas.

Feature

Implemented offline-first metadata retrieve and git-backed history tags.

Feature

Added Better Auth integration for secure user login and limit tracking.