Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ EXAMPLES
$ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
```

_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/activate.ts)_
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/activate.ts)_

## `sf agent create`

Expand Down Expand Up @@ -193,7 +193,7 @@ EXAMPLES
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
```

_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/create.ts)_
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/create.ts)_

## `sf agent deactivate`

Expand Down Expand Up @@ -234,7 +234,7 @@ EXAMPLES
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
```

_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/deactivate.ts)_
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/deactivate.ts)_

## `sf agent generate agent-spec`

Expand Down Expand Up @@ -341,7 +341,7 @@ EXAMPLES
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
```

_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/generate/agent-spec.ts)_
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/generate/agent-spec.ts)_

## `sf agent generate authoring-bundle`

Expand Down Expand Up @@ -418,7 +418,7 @@ EXAMPLES
other-package-dir/main/default --target-org my-dev-org
```

_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/generate/authoring-bundle.ts)_
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/generate/authoring-bundle.ts)_

## `sf agent generate template`

Expand Down Expand Up @@ -480,7 +480,7 @@ EXAMPLES
my-package --source-org my-scratch-org
```

_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/generate/template.ts)_
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/generate/template.ts)_

## `sf agent generate test-spec`

Expand Down Expand Up @@ -545,7 +545,7 @@ EXAMPLES
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
```

_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/generate/test-spec.ts)_
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/generate/test-spec.ts)_

## `sf agent preview`

Expand Down Expand Up @@ -618,7 +618,7 @@ EXAMPLES
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
```

_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/preview.ts)_
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/preview.ts)_

## `sf agent preview end`

Expand Down Expand Up @@ -673,7 +673,7 @@ EXAMPLES
$ sf agent preview end --authoring-bundle My_Local_Agent
```

_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/preview/end.ts)_
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/preview/end.ts)_

## `sf agent preview send`

Expand Down Expand Up @@ -731,7 +731,7 @@ EXAMPLES
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
```

_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/preview/send.ts)_
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/preview/send.ts)_

## `sf agent preview sessions`

Expand Down Expand Up @@ -764,7 +764,7 @@ EXAMPLES
$ sf agent preview sessions
```

_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/preview/sessions.ts)_
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/preview/sessions.ts)_

## `sf agent preview start`

Expand Down Expand Up @@ -829,7 +829,7 @@ EXAMPLES
$ sf agent preview start --api-name My_Published_Agent
```

_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/preview/start.ts)_
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/preview/start.ts)_

## `sf agent publish authoring-bundle`

Expand Down Expand Up @@ -878,7 +878,7 @@ EXAMPLES
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
```

_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/publish/authoring-bundle.ts)_
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/publish/authoring-bundle.ts)_

## `sf agent test create`

Expand Down Expand Up @@ -933,7 +933,7 @@ EXAMPLES
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
```

_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/test/create.ts)_
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/test/create.ts)_

## `sf agent test list`

Expand Down Expand Up @@ -968,7 +968,7 @@ EXAMPLES
$ sf agent test list --target-org my-org
```

_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/test/list.ts)_
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/test/list.ts)_

## `sf agent test results`

Expand Down Expand Up @@ -1034,7 +1034,7 @@ FLAG DESCRIPTIONS
expression when using custom evaluations.
```

_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/test/results.ts)_
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/test/results.ts)_

## `sf agent test resume`

Expand Down Expand Up @@ -1107,7 +1107,7 @@ FLAG DESCRIPTIONS
expression when using custom evaluations.
```

_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/test/resume.ts)_
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/test/resume.ts)_

## `sf agent test run`

Expand Down Expand Up @@ -1181,7 +1181,7 @@ FLAG DESCRIPTIONS
expression when using custom evaluations.
```

_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/test/run.ts)_
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/test/run.ts)_

## `sf agent validate authoring-bundle`

Expand Down Expand Up @@ -1228,6 +1228,6 @@ EXAMPLES
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
```

_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.19/src/commands/agent/validate/authoring-bundle.ts)_
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.20-tdx26.0/src/commands/agent/validate/authoring-bundle.ts)_

<!-- commandsstop -->
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@inquirer/core": "^10.3.2",
"@inquirer/prompts": "^7.10.1",
"@oclif/core": "^4",
"@oclif/multi-stage-output": "^0.8.29",
"@salesforce/agents": "^0.24.2",
"@salesforce/core": "^8.27.0",
"@salesforce/kit": "^3.2.4",
"@oclif/multi-stage-output": "^0.8.36",
"@salesforce/agents": "1.1.0",
"@salesforce/core": "^8.28.3",
"@salesforce/kit": "^3.2.6",
"@salesforce/sf-plugins-core": "^12.2.6",
"@salesforce/source-deploy-retrieve": "^12.32.1",
"@salesforce/types": "^1.6.0",
"@salesforce/source-deploy-retrieve": "^12.32.8",
"@salesforce/types": "^1.7.1",
"ansis": "^3.3.2",
"fast-xml-parser": "^5.5.8",
"fast-xml-parser": "^5.7.1",
"glob": "^11.0.3",
"ink": "5.0.1",
"ink-text-input": "^6.0.0",
Expand Down
Loading
Loading