1.14.1 (2026-04-27)
- update settings title to Agentforce DX (467ab5f)
1.14.0 (2026-04-21)
- handle missing target org with clear error message (ee88bfc)
- normalize paths for cross-platform compatibility (2417ed7)
- resolve critical security and UX issues (a93c7c8)
1.12.0 (2026-04-21)
- bump versions to get name changes and v2 agent script compiler (ce1d595)
1.11.1 (2026-04-01)
1.10.0 (2026-03-18)
- activate specific version (236a716)
- show only deactivated agents in activate command palette (7edebd7)
- add activate toolbar button when no agent selected and show version in dropdown (cc1699b)
- add deactivate option to version picker and improve post-action refresh (a9b3251)
- add palette picker for deactivate command (b04b90d)
- consolidate activate agent into single command with version picker (2850eb1)
1.10.0 (2026-03-18)
- activate specific version (236a716)
- show only deactivated agents in activate command palette (7edebd7)
- add activate toolbar button when no agent selected and show version in dropdown (cc1699b)
- add deactivate option to version picker and improve post-action refresh (a9b3251)
- add palette picker for deactivate command (b04b90d)
- consolidate activate agent into single command with version picker (2850eb1)
1.9.1 (2026-03-17)
- fixes flag name for latest CLI (e6a58b9)
1.9.0 (2026-03-17)
- add graceful degradation when extension dependencies unavailable (1e360cf)
1.8.2 (2026-03-02)
1.8.1 (2026-03-02)
- correct version bump logic and prevent duplicate tags (13c43a7)
- manually bump version before changelog generation (d36448e)
- remove SF_TEST_API setting (62a05fa)
- revert manual version bump to let auto-release workflow handle versioning (1a4aae3)
- using claude, build new auto CI system (00fd532)
1.8.1 (2026-03-02)
- using claude, build new auto CI system (00fd532)
1.8.0 (2026-02-27)
- update tests for changes (3ce51db)
- add telemetry properties for PDP event (c6983ad)
1.7.1 (2026-02-25)
- bump deps (5cf07df)
1.7.0 (2026-02-18)
- GA Release
1.6.0 (2025-12-11)
- use consistent line color for error state in timeline (667028f)
- use error color for timeline error icon background (1390638)
- render FunctionStep as Action Executed with error handling (e808764)
1.5.1 (2025-12-09)
1.5.0 (2025-12-09)
- reset agent view and reload agents when SFDX org changes (68ffa6e)
1.4.0 (2025-12-09)
- Interactive Preview (Beta): Chat with your agents to test their responses and behavior.
- Conversation Tracer (Beta): Deep-dive into how your agent processes requests, makes decisions, and executes actions.
- Agent Validation (Beta): Ensure you have valid agentscript.
- optimize test timeouts to reduce test execution time (262ed94)
1.2.0 (2025-08-20)
- Chat with an active agent in your org with the new Agent Preview panel. Enable Debug Mode to automatically invoke the Apex Replay Debugger to debug Apex classes that are invoked as agent actions during the chat.
- Show generated data in agent test results by either enabling the new "Agentforce DX: Show Generated Data" setting or clicking the new square icon in the Agent Tests panel. Generated data, which is in JSON format, isn't displayed by default because it can get pretty long, depending on how complicated the action is.
1.1.3 (2025-08-13)
- add new context menu options to Active or Deactive Agents (1adf73c)
- print generatedData results from AiEvaluation runs (5a15d7a)
- keep the test summary available(c8968b4)
1.1.2 (2025-05-13)
- properties to accommodate O11y reporter initialisation (babf392)
1.1.1 (2025-05-08)
- add metric output, bump library (4e6e96e)
- only show metric output if in test (2ebb8e5)
- remove preview (430d78e)
1.1.0 (2025-03-11)
- remove
View Test Resultsfrom command palette (30a8c98) - warn user if no test results are available (37c305c)
- support opening agents in MPD projects (8d66749)
1.0.0 (2025-02-26)
Welcome to the first (beta) release of the Agentforce DX VS Code extension! Agentforce DX is a suite of tools to build, preview, and test agents.
This extension depends on the Salesforce Extension Pack, Salesforce CLI, and the Agentforce DX CLI plugin (@salesforcecli/plugin-agent). For details about installing these prerequisites, see the README.
- Run tests associated with an agent in the Agent Testing Panel.
- Open an agent in your org's Agent Builder UI.