@mastra/code-sdk 1.2.2-alpha.1 → 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,14 @@
|
|
|
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
|
+
|
|
3
12
|
## 1.2.2-alpha.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const workflowBuilderAgent: import("@mastra/core/agent").Agent<"workflow-builder", import("@mastra/core/agent").ToolsInput, 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,
|
|
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,
|
|
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,
|
|
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.
|
|
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,17 +57,17 @@
|
|
|
57
57
|
"yaml": "^2.7.1",
|
|
58
58
|
"zod": "^4.3.6",
|
|
59
59
|
"@mastra/agent-browser": "0.5.1",
|
|
60
|
-
"@mastra/core": "1.60.0-alpha.
|
|
61
|
-
"@mastra/duckdb": "1.6.
|
|
62
|
-
"@mastra/libsql": "1.20.0",
|
|
63
|
-
"@mastra/github-signals": "0.2.5",
|
|
64
|
-
"@mastra/memory": "1.26.2",
|
|
60
|
+
"@mastra/core": "1.60.0-alpha.2",
|
|
61
|
+
"@mastra/duckdb": "1.6.2-alpha.0",
|
|
65
62
|
"@mastra/fastembed": "1.2.0",
|
|
63
|
+
"@mastra/github-signals": "0.2.5",
|
|
64
|
+
"@mastra/libsql": "1.20.0",
|
|
66
65
|
"@mastra/mcp": "1.16.0",
|
|
66
|
+
"@mastra/memory": "1.26.2",
|
|
67
67
|
"@mastra/observability": "1.17.1-alpha.0",
|
|
68
|
-
"@mastra/
|
|
69
|
-
"@mastra/pg": "1.20.0",
|
|
68
|
+
"@mastra/pg": "1.20.1-alpha.0",
|
|
70
69
|
"@mastra/stagehand": "0.3.3",
|
|
70
|
+
"@mastra/schema-compat": "1.3.7",
|
|
71
71
|
"@mastra/tavily": "1.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"typescript-eslint": "^8.57.0",
|
|
81
81
|
"vitest": "4.1.10",
|
|
82
82
|
"@internal/types-builder": "0.0.98",
|
|
83
|
-
"@internal/
|
|
84
|
-
"@internal/
|
|
83
|
+
"@internal/workspace-test-utils": "0.0.67",
|
|
84
|
+
"@internal/lint": "0.0.123"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": ">=22.19.0"
|