@mastra/code-sdk 0.0.0-mastracode-cloud-20260706153555 → 0.0.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/package.json +27 -27
- package/CHANGELOG.md +0 -22
- package/LICENSE.md +0 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/code-sdk",
|
|
3
|
-
"version": "0.0.0
|
|
3
|
+
"version": "0.0.0",
|
|
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": {
|
|
@@ -27,6 +27,12 @@
|
|
|
27
27
|
},
|
|
28
28
|
"./package.json": "./package.json"
|
|
29
29
|
},
|
|
30
|
+
"scripts": {
|
|
31
|
+
"build:lib": "tsup --silent --config tsup.config.ts",
|
|
32
|
+
"check": "tsc --noEmit",
|
|
33
|
+
"test": "vitest run",
|
|
34
|
+
"lint": "eslint ."
|
|
35
|
+
},
|
|
30
36
|
"keywords": [],
|
|
31
37
|
"author": "",
|
|
32
38
|
"license": "Apache-2.0",
|
|
@@ -47,6 +53,19 @@
|
|
|
47
53
|
"@ai-sdk/openai-compatible": "^2.0.47",
|
|
48
54
|
"@ast-grep/napi": "^0.42.0",
|
|
49
55
|
"@aws-sdk/credential-providers": "^3.864.0",
|
|
56
|
+
"@mastra/agent-browser": "workspace:*",
|
|
57
|
+
"@mastra/core": "workspace:*",
|
|
58
|
+
"@mastra/duckdb": "workspace:*",
|
|
59
|
+
"@mastra/fastembed": "workspace:*",
|
|
60
|
+
"@mastra/github-signals": "workspace:*",
|
|
61
|
+
"@mastra/libsql": "workspace:*",
|
|
62
|
+
"@mastra/mcp": "workspace:*",
|
|
63
|
+
"@mastra/memory": "workspace:*",
|
|
64
|
+
"@mastra/observability": "workspace:*",
|
|
65
|
+
"@mastra/pg": "workspace:*",
|
|
66
|
+
"@mastra/schema-compat": "workspace:*",
|
|
67
|
+
"@mastra/stagehand": "workspace:*",
|
|
68
|
+
"@mastra/tavily": "workspace:*",
|
|
50
69
|
"ai": "^6.0.176",
|
|
51
70
|
"execa": "^9.6.1",
|
|
52
71
|
"posthog-node": "^5.37.0",
|
|
@@ -54,39 +73,20 @@
|
|
|
54
73
|
"vscode-jsonrpc": "^8.2.1",
|
|
55
74
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
56
75
|
"yaml": "^2.7.1",
|
|
57
|
-
"zod": "^4.3.6"
|
|
58
|
-
"@mastra/agent-browser": "0.0.0-mastracode-cloud-20260706153555",
|
|
59
|
-
"@mastra/core": "0.0.0-mastracode-cloud-20260706153555",
|
|
60
|
-
"@mastra/fastembed": "1.2.0",
|
|
61
|
-
"@mastra/duckdb": "0.0.0-mastracode-cloud-20260706153555",
|
|
62
|
-
"@mastra/mcp": "0.0.0-mastracode-cloud-20260706153555",
|
|
63
|
-
"@mastra/memory": "0.0.0-mastracode-cloud-20260706153555",
|
|
64
|
-
"@mastra/observability": "0.0.0-mastracode-cloud-20260706153555",
|
|
65
|
-
"@mastra/github-signals": "0.0.0-mastracode-cloud-20260706153555",
|
|
66
|
-
"@mastra/pg": "0.0.0-mastracode-cloud-20260706153555",
|
|
67
|
-
"@mastra/libsql": "0.0.0-mastracode-cloud-20260706153555",
|
|
68
|
-
"@mastra/schema-compat": "1.3.3",
|
|
69
|
-
"@mastra/stagehand": "0.0.0-mastracode-cloud-20260706153555",
|
|
70
|
-
"@mastra/tavily": "0.0.0-mastracode-cloud-20260706153555"
|
|
76
|
+
"zod": "^4.3.6"
|
|
71
77
|
},
|
|
72
78
|
"devDependencies": {
|
|
79
|
+
"@internal/lint": "workspace:*",
|
|
80
|
+
"@internal/types-builder": "workspace:*",
|
|
73
81
|
"@types/node": "22.19.21",
|
|
74
82
|
"eslint": "^10.4.1",
|
|
75
83
|
"tsup": "^8.5.1",
|
|
76
|
-
"tsx": "
|
|
77
|
-
"typescript": "
|
|
84
|
+
"tsx": "catalog:",
|
|
85
|
+
"typescript": "catalog:",
|
|
78
86
|
"typescript-eslint": "^8.57.0",
|
|
79
|
-
"vitest": "
|
|
80
|
-
"@internal/types-builder": "0.0.0-mastracode-cloud-20260706153555",
|
|
81
|
-
"@internal/lint": "0.0.0-mastracode-cloud-20260706153555"
|
|
87
|
+
"vitest": "catalog:"
|
|
82
88
|
},
|
|
83
89
|
"engines": {
|
|
84
90
|
"node": ">=22.19.0"
|
|
85
|
-
},
|
|
86
|
-
"scripts": {
|
|
87
|
-
"build:lib": "tsup --silent --config tsup.config.ts",
|
|
88
|
-
"check": "tsc --noEmit",
|
|
89
|
-
"test": "vitest run",
|
|
90
|
-
"lint": "eslint ."
|
|
91
91
|
}
|
|
92
|
-
}
|
|
92
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# @mastra/code-sdk
|
|
2
|
-
|
|
3
|
-
## 0.0.0-mastracode-cloud-20260706153555
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- Publish the Mastra Code agent core as `@mastra/code-sdk` (previously the internal `@internal/mastracode` package), so third parties can build their own UIs and surfaces on top of the Mastra Code coding agent. The `mastracode` CLI now consumes it as a regular runtime dependency instead of bundling it into its published output. ([`62ead38`](https://github.com/mastra-ai/mastra/commit/62ead38d2371fc8565f682611af9771bd58e5433))
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
- Updated dependencies [[`81e1ad4`](https://github.com/mastra-ai/mastra/commit/81e1ad440fd7ae0cd3b2977ae0c31eab0168efa7), [`3ffb8b7`](https://github.com/mastra-ai/mastra/commit/3ffb8b720e90f5e6977129ec1f6707d43c2bebe0), [`6ef59fe`](https://github.com/mastra-ai/mastra/commit/6ef59fef1da52ed8da5fbb2a892c71cf4fb6c739), [`a51c63d`](https://github.com/mastra-ai/mastra/commit/a51c63d8ee639e4daeba2a0be093efa6a1b5e52f), [`5ea76a7`](https://github.com/mastra-ai/mastra/commit/5ea76a723d966c72da9aa3ab30ae20276e049765), [`6445560`](https://github.com/mastra-ai/mastra/commit/6445560327045d20b239585fc63fed72e9ce36ec), [`e2b9f33`](https://github.com/mastra-ai/mastra/commit/e2b9f33456fd638eca555f9466c6519d8d049666), [`911281c`](https://github.com/mastra-ai/mastra/commit/911281c57893ba2630428bf88d0cd0c5101ce76f), [`a2ba369`](https://github.com/mastra-ai/mastra/commit/a2ba369e796dfab610f41c6875965b488272fa55), [`02705fd`](https://github.com/mastra-ai/mastra/commit/02705fd2f5a9062210d64ea061adeeb10dc9452e), [`ae51e81`](https://github.com/mastra-ai/mastra/commit/ae51e818825582d42500338dfc1929a082eff0ba), [`6f304ef`](https://github.com/mastra-ai/mastra/commit/6f304ef319e99725e884bdb8d3193c001b6e5964)]:
|
|
12
|
-
- @mastra/agent-browser@0.0.0-mastracode-cloud-20260706153555
|
|
13
|
-
- @mastra/core@0.0.0-mastracode-cloud-20260706153555
|
|
14
|
-
- @mastra/observability@0.0.0-mastracode-cloud-20260706153555
|
|
15
|
-
- @mastra/mcp@0.0.0-mastracode-cloud-20260706153555
|
|
16
|
-
- @mastra/stagehand@0.0.0-mastracode-cloud-20260706153555
|
|
17
|
-
- @mastra/tavily@0.0.0-mastracode-cloud-20260706153555
|
|
18
|
-
- @mastra/memory@0.0.0-mastracode-cloud-20260706153555
|
|
19
|
-
- @mastra/github-signals@0.0.0-mastracode-cloud-20260706153555
|
|
20
|
-
- @mastra/duckdb@0.0.0-mastracode-cloud-20260706153555
|
|
21
|
-
- @mastra/libsql@0.0.0-mastracode-cloud-20260706153555
|
|
22
|
-
- @mastra/pg@0.0.0-mastracode-cloud-20260706153555
|
package/LICENSE.md
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
Portions of this software are licensed as follows:
|
|
2
|
-
|
|
3
|
-
- All content that resides under any directory named "ee/" within this
|
|
4
|
-
repository, including but not limited to:
|
|
5
|
-
- `packages/core/src/auth/ee/`
|
|
6
|
-
- `packages/server/src/server/auth/ee/`
|
|
7
|
-
is licensed under the license defined in `ee/LICENSE`.
|
|
8
|
-
|
|
9
|
-
- All third-party components incorporated into the Mastra Software are
|
|
10
|
-
licensed under the original license provided by the owner of the
|
|
11
|
-
applicable component.
|
|
12
|
-
|
|
13
|
-
- Content outside of the above-mentioned directories or restrictions is
|
|
14
|
-
available under the "Apache License 2.0" as defined below.
|
|
15
|
-
|
|
16
|
-
# Apache License 2.0
|
|
17
|
-
|
|
18
|
-
Copyright (c) 2025 Kepler Software, Inc.
|
|
19
|
-
|
|
20
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
21
|
-
you may not use this file except in compliance with the License.
|
|
22
|
-
You may obtain a copy of the License at
|
|
23
|
-
|
|
24
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
25
|
-
|
|
26
|
-
Unless required by applicable law or agreed to in writing, software
|
|
27
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
28
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
29
|
-
See the License for the specific language governing permissions and
|
|
30
|
-
limitations under the License.
|