Skip to content

Commit cb042fd

Browse files
chore: bump agents
1 parent 4cb41d3 commit cb042fd

3 files changed

Lines changed: 281 additions & 288 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@inquirer/prompts": "^7.10.1",
1313
"@oclif/core": "^4",
1414
"@oclif/multi-stage-output": "^0.8.36",
15-
"@salesforce/agents": "^1.1.2",
15+
"@salesforce/agents": "^1.2.0",
1616
"@salesforce/core": "^8.28.3",
1717
"@salesforce/kit": "^3.2.6",
1818
"@salesforce/sf-plugins-core": "^12.2.6",

src/commands/agent/preview/start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default class AgentPreviewStart extends SfCommand<AgentPreviewStartResult
8787
const agentIdentifier = flags['authoring-bundle'] ?? flags['api-name']!;
8888

8989
// Track telemetry for agent initialization
90-
let agent;
90+
let agent: ScriptAgent | ProductionAgent;
9191
try {
9292
agent = flags['authoring-bundle']
9393
? await Agent.init({ connection: conn, project: this.project!, aabName: flags['authoring-bundle'] })

0 commit comments

Comments
 (0)