Skip to content

Releases: salesforcecli/plugin-agent

1.40.1

13 May 00:07

Choose a tag to compare

Bug Fixes

  • quick edit of --help for "agent test run-eval" (a6f0e80)

1.40.0

12 May 21:25

Choose a tag to compare

Features

  • revert run-eval command to beta state (f0462c4), closes #413

1.39.1

12 May 19:46

Choose a tag to compare

Bug Fixes

  • edit/embellish --help for new "agent trace X" commands (a87de4c)

1.39.0

11 May 17:24

Choose a tag to compare

Bug Fixes

  • apply Willie's review — callPreviewEnd before removeCache in single-session path (9b3b3cc)
  • move exactlyOneRequired error to messages file and document serial loop (6d4e05b)

Features

  • add --all flag to agent preview end (W-22203669) (85bc9ee)

1.38.1

10 May 06:35

Choose a tag to compare

Bug Fixes

  • deps: bump @oclif/core from 4.11.1 to 4.11.2 (471f6bf)

1.38.0

08 May 19:42

Choose a tag to compare

Bug Fixes

  • edit the --help (019d3e2)
  • nuts: pass cwd to all preview execCmd calls so session cache is written to the project dir (1e32f60)
  • regenerate command snapshot after rebase (2a5a62f)
  • trace: extract shared session scanner and fix trace list NUT cwd (47c3097)
  • trace: fall back to trace file order when turn index has no planId (eb464aa)
  • trace: scan .sfdx/agents on disk to find ended sessions (e9c21f9)

Features

  • add agent preview trace delete command (bf88cf2)
  • add agent preview trace list command (bc6e507)
  • add agent trace read command (d14d199)
  • add NUTs for agent trace delete (64eb2dd)
  • add NUTs for agent trace list (a7cccd4)
  • add NUTs for agent trace read (4eca978)
  • add unit tests for agent preview trace list (f48f0dc)
  • rename to agent trace delete, replace --api-name/--authoring-bundle with --agent (dae86e0)
  • rename to agent trace list, replace --api-name/--authoring-bundle with --agent (2cfa22f)

1.37.0

07 May 23:00

Choose a tag to compare

Bug Fixes

  • agent/test/run-eval: address pre-PR review findings (f48d2b0)
  • agent/test/run-eval: update command snapshot to reflect --wait removal (7f9c353)

Features

  • agent/test/run-eval: promote command to GA and delegate logic to @salesforce/agents (e2670cf)

1.36.1

07 May 20:49

Choose a tag to compare

Bug Fixes

  • use nonZero ensureExitCode for invalid-input NUTs (9ea48ee)

1.36.0

07 May 15:29

Choose a tag to compare

Features

  • add --verbose and --concise flags to agent publish authoring-bundle (065ed7d)

1.35.0

04 May 13:42

Choose a tag to compare

Bug Fixes

  • address PR review comments on --agent-json flag (a955e42)
  • compile agent in NUT instead of using static fixture (833fbec)
  • patch fixture defaultAgentUser so preview sessions API accepts it (090e128)
  • set agentType to AgentforceServiceAgent in compiled-agent fixture (39e157f)
  • stop patching defaultAgentUser in agent-json NUT (3d0ba3d)
  • use EinsteinServiceAgent agentType in fixture; bump @salesforce/agents to 1.4.0 (94952aa)
  • use valid agentType value in compiled-agent.json fixture (39b92a7)

Features

  • add hidden --agent-json flag to agent preview start (64f5452)