@salesforce/sfdx-agent-sdk 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/errors.d.ts CHANGED
@@ -4,6 +4,7 @@ export declare const AgentSDKErrorType: {
4
4
  readonly COMPACTION_FAILED: "COMPACTION_FAILED";
5
5
  readonly DISPOSED: "DISPOSED";
6
6
  readonly INCOMPATIBLE_HARNESS: "INCOMPATIBLE_HARNESS";
7
+ readonly NOT_SUPPORTED: "NOT_SUPPORTED";
7
8
  };
8
9
  export type AgentSDKErrorType = (typeof AgentSDKErrorType)[keyof typeof AgentSDKErrorType];
9
10
  export declare class AgentSDKError extends Error {
package/dist/errors.js CHANGED
@@ -8,6 +8,7 @@ export const AgentSDKErrorType = {
8
8
  COMPACTION_FAILED: 'COMPACTION_FAILED',
9
9
  DISPOSED: 'DISPOSED',
10
10
  INCOMPATIBLE_HARNESS: 'INCOMPATIBLE_HARNESS',
11
+ NOT_SUPPORTED: 'NOT_SUPPORTED',
11
12
  };
12
13
  export class AgentSDKError extends Error {
13
14
  type;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sfdx-agent-sdk",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Harness-agnostic agentic infrastructure for Salesforce developer experience tooling",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,12 +28,12 @@
28
28
  "LICENSE.txt"
29
29
  ],
30
30
  "dependencies": {
31
- "@salesforce/agentic-common": "0.2.0",
32
- "@salesforce/llm-gateway-sdk": "0.2.0"
31
+ "@salesforce/agentic-common": "0.3.0",
32
+ "@salesforce/llm-gateway-sdk": "0.3.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@eslint/js": "^10.0.1",
36
- "@salesforce/sfdx-agent-harness-mastra": "0.2.0",
36
+ "@salesforce/sfdx-agent-harness-mastra": "0.3.0-dev.2",
37
37
  "@types/node": "^22.19.17",
38
38
  "@vitest/coverage-istanbul": "^4.1.5",
39
39
  "@vitest/eslint-plugin": "^1.6.16",