Skip to Content

Features

The extension ships 29 features. Every feature is opt-in — toggle it on or off in the options page — and any feature can be remotely disabled without a Web Store re-review.

Features are surfaced through the ⚡ side button menu, which adapts to the page you’re on (Setup, a Flow list, the Flow canvas, a record page, or the standalone Workspace tab).

Features marked 🔌 Bridge require a running sfdt CLI bridge. Everything else runs standalone against your existing Salesforce session.

Flow Builder

IdWhat it does
canvas-searchCmd/Ctrl+Shift+F search across canvas nodes; matches get a gold highlight, Enter cycles through them and pans the canvas to centre each match
flow-health-checkScores the open Flow against the @sfdt/flow-core rules engine — severity grid, issue families, and a flow-profile metrics panel; copies the report as JSON
missing-description-flagsFlags Flow nodes and the Flow itself when they lack a description, with inline ⚠ markers
api-name-generatorGenerates API names from labels using a configurable case style (also works in Object Manager)
ai-assistant 🔌Token estimates plus AI answers about the current Flow via the bridge (Claude / Gemini / OpenAI)
flow-deploy 🔌Deploys the current Flow via the bridge (sfdt deploy --metadata Flow:...)

Setup → Flows

IdWhat it does
flow-list-searchFuzzy search over the Flow Definitions list, with status and type filters
scheduled-flow-explorerLists every schedule-triggered Flow with its next run time and a relative descriptor (list or calendar view)
flow-trigger-explorer-enhancerAdds bulk fetch and visual grouping to the native Flow Trigger Explorer
trigger-conflictsDetects record-triggered Flows that overlap on the same Object · Timing · Event
subflow-graphSVG graph of subflow invocation relationships, with depth metrics and cycle detection
comparison-exporterExports an org-vs-org Flow comparison report as TSV
flow-version-manager 🔌Side panel of active/draft Flow versions with one-click activate / rollback

Setup & navigation

IdWhat it does
setup-tabsAdds an Automation Home plus reorderable tabs to the Setup tab bar (classic + Lightning)

Salesforce APIs (Setup, Flow Builder, Trigger Explorer)

IdWhat it does
soql-runnerRun SOQL (REST or Tooling) with field/object autocomplete, history, CSV export, and a LangGraph node generator
org-limitsLive governor-limit usage, sorted by pressure and colour-banded
rest-exploreFire arbitrary GET/POST/PATCH/PUT/DELETE against /services/data/... with a response viewer and history
soap-exploreBuild and send SOAP API requests with a payload editor and response viewer
event-monitorSubscribe to and monitor platform / streaming events live

Record & Object Manager pages

IdWhat it does
inspect-recordView a record’s complete field set — including empty and system fields — via the REST API
data-importGuided CSV data import into the org
field-creatorBulk-create multiple custom fields at once
metadata-retrieveRetrieve and deploy metadata directly from the browser
export-for-promptCopy a dense Markdown schema for an object to the clipboard for pasting into an LLM prompt

Workspace tab

These run inside the standalone Workspace tab:

IdWhat it does
apex-anonymousExecute anonymous Apex with compile/runtime results and saved snippets
debug-log-viewerList recent ApexLog records and view full log bodies
saved-soqlBrowse bookmarked and recent SOQL and load any query straight into the runner
org-switcherSwitch the Workspace between logged-in orgs (discovered from session cookies)
org-health 🔌Reads the latest audit/monitor snapshots and shows checks with status bands and findings

Adding a feature is a one-file change — see extension/features/ and the registry in extension/lib/feature-registry.ts.

Last updated on