@mastra/code-sdk 1.2.2-alpha.0 → 1.2.2-alpha.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mastra/code-sdk
2
2
 
3
+ ## 1.2.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`7e096f0`](https://github.com/mastra-ai/mastra/commit/7e096f02f0dddbf09b85d306458351245ed2f886), [`8f0a332`](https://github.com/mastra-ai/mastra/commit/8f0a3321bf180368d76fe7b36aa1a8f60f00b6de), [`b098de9`](https://github.com/mastra-ai/mastra/commit/b098de9d7cb9f672e0883a5c716465a3a689693d), [`ef6e295`](https://github.com/mastra-ai/mastra/commit/ef6e295b59bc25a5b61b633a89c97bcfce9fb465), [`208e1b3`](https://github.com/mastra-ai/mastra/commit/208e1b39f30f4b386e494394e9d71d96f0f90241), [`c938d34`](https://github.com/mastra-ai/mastra/commit/c938d34739936c8ecbabd67ad6a4a4396f41c4c6), [`1d9a0ea`](https://github.com/mastra-ai/mastra/commit/1d9a0ea4a9901baee6cd56737243bd6d1f631ac0), [`5c3e4d9`](https://github.com/mastra-ai/mastra/commit/5c3e4d9082b483e911c82baf1f3f4d4b27be5bc3), [`3667679`](https://github.com/mastra-ai/mastra/commit/3667679db057edfb086846d13369fdda4902ad65), [`49696e8`](https://github.com/mastra-ai/mastra/commit/49696e8e42f870674a0a58f5abcd22cc54dd2864), [`2d56f92`](https://github.com/mastra-ai/mastra/commit/2d56f922d4090fded13a68029d8eeed1a7857c79), [`512100a`](https://github.com/mastra-ai/mastra/commit/512100a7d8b7e9c920f2590c6b3612f5de0d3cff), [`9ef432b`](https://github.com/mastra-ai/mastra/commit/9ef432b6faa534b57b0d182a610e13dd9a7123ff), [`b9cf308`](https://github.com/mastra-ai/mastra/commit/b9cf30846f97f99ac1906ee8a68f4f2d117b0378)]:
8
+ - @mastra/core@1.60.0-alpha.2
9
+ - @mastra/pg@1.20.1-alpha.0
10
+ - @mastra/duckdb@1.6.2-alpha.0
11
+
12
+ ## 1.2.2-alpha.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`15101bb`](https://github.com/mastra-ai/mastra/commit/15101bb53c0d934f31af6b8813b88191e382a5e5), [`c2c3deb`](https://github.com/mastra-ai/mastra/commit/c2c3debcf670c7082d0a5e553aa99818a864698c), [`d6c618f`](https://github.com/mastra-ai/mastra/commit/d6c618f37496f801827d4caa76feab742f1a7383), [`33374ba`](https://github.com/mastra-ai/mastra/commit/33374ba359e4fb13eaa918ae925fe167a3c55414), [`4c0b961`](https://github.com/mastra-ai/mastra/commit/4c0b9611e89c5097b7a02a28c6816e0adcbcfa09), [`c5f964d`](https://github.com/mastra-ai/mastra/commit/c5f964d3f77064e978f8066ec506eed77ba5c63c), [`f8f653f`](https://github.com/mastra-ai/mastra/commit/f8f653f10980d01a73706cc3c8689ca5e40ce808)]:
17
+ - @mastra/core@1.60.0-alpha.1
18
+ - @mastra/observability@1.17.1-alpha.0
19
+ - @mastra/mcp@1.16.0
20
+
3
21
  ## 1.2.2-alpha.0
4
22
 
5
23
  ### Patch Changes
@@ -1,2 +1,2 @@
1
- export declare const workflowBuilderAgent: import("@mastra/core/agent").Agent<"workflow-builder", import("@mastra/core/agent").ToolsInput, undefined, unknown, import("@mastra/core/agent").AgentEditorConfig | undefined>;
1
+ export declare const workflowBuilderAgent: import("@mastra/core/agent").Agent<"workflow-builder", import("@mastra/core/agent").ToolsInput, undefined, any, import("@mastra/core/agent").AgentEditorConfig | undefined>;
2
2
  //# sourceMappingURL=workflow-builder-agent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"workflow-builder-agent.d.ts","sourceRoot":"","sources":["../../src/agents/workflow-builder-agent.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,oBAAoB,iLA2D/B,CAAC"}
1
+ {"version":3,"file":"workflow-builder-agent.d.ts","sourceRoot":"","sources":["../../src/agents/workflow-builder-agent.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,oBAAoB,6KA2D/B,CAAC"}
package/dist/index.d.ts CHANGED
@@ -129,7 +129,7 @@ export declare function createMastraCodeAgentController(config?: MastraCodeConfi
129
129
  sessionId: string;
130
130
  ownerId: string;
131
131
  projectPath: string;
132
- codeAgent: Agent<string, import("@mastra/core/agent").ToolsInput, undefined, unknown, import("@mastra/core/agent").AgentEditorConfig | undefined>;
132
+ codeAgent: Agent<string, import("@mastra/core/agent").ToolsInput, undefined, any, import("@mastra/core/agent").AgentEditorConfig | undefined>;
133
133
  setActiveSession: (session: Session<MastraCodeState>) => void;
134
134
  /**
135
135
  * Starts the signal providers contributed by plugins. Called by the
@@ -212,7 +212,7 @@ export declare function bootLocalAgentController(config?: MastraCodeConfig): Pro
212
212
  sessionId: string;
213
213
  ownerId: string;
214
214
  projectPath: string;
215
- codeAgent: Agent<string, import("@mastra/core/agent").ToolsInput, undefined, unknown, import("@mastra/core/agent").AgentEditorConfig | undefined>;
215
+ codeAgent: Agent<string, import("@mastra/core/agent").ToolsInput, undefined, any, import("@mastra/core/agent").AgentEditorConfig | undefined>;
216
216
  setActiveSession: (session: Session<MastraCodeState>) => void;
217
217
  /**
218
218
  * Starts the signal providers contributed by plugins. Called by the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/code-sdk",
3
- "version": "1.2.2-alpha.0",
3
+ "version": "1.2.2-alpha.2",
4
4
  "description": "Mastra Code SDK: the agent core behind Mastra Code (everything except the TUI) — build your own UIs and surfaces on top of it",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -57,18 +57,18 @@
57
57
  "yaml": "^2.7.1",
58
58
  "zod": "^4.3.6",
59
59
  "@mastra/agent-browser": "0.5.1",
60
- "@mastra/core": "1.59.1-alpha.0",
61
- "@mastra/duckdb": "1.6.1",
60
+ "@mastra/core": "1.60.0-alpha.2",
61
+ "@mastra/duckdb": "1.6.2-alpha.0",
62
+ "@mastra/fastembed": "1.2.0",
62
63
  "@mastra/github-signals": "0.2.5",
63
64
  "@mastra/libsql": "1.20.0",
64
65
  "@mastra/mcp": "1.16.0",
65
- "@mastra/observability": "1.17.0",
66
- "@mastra/fastembed": "1.2.0",
67
- "@mastra/pg": "1.20.0",
68
- "@mastra/schema-compat": "1.3.7",
66
+ "@mastra/memory": "1.26.2",
67
+ "@mastra/observability": "1.17.1-alpha.0",
68
+ "@mastra/pg": "1.20.1-alpha.0",
69
69
  "@mastra/stagehand": "0.3.3",
70
- "@mastra/tavily": "1.1.1",
71
- "@mastra/memory": "1.26.2"
70
+ "@mastra/schema-compat": "1.3.7",
71
+ "@mastra/tavily": "1.1.1"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@libsql/client": "^0.17.4",
@@ -79,9 +79,9 @@
79
79
  "typescript": "^6.0.3",
80
80
  "typescript-eslint": "^8.57.0",
81
81
  "vitest": "4.1.10",
82
- "@internal/lint": "0.0.123",
82
+ "@internal/types-builder": "0.0.98",
83
83
  "@internal/workspace-test-utils": "0.0.67",
84
- "@internal/types-builder": "0.0.98"
84
+ "@internal/lint": "0.0.123"
85
85
  },
86
86
  "engines": {
87
87
  "node": ">=22.19.0"