@mastra/code-sdk 1.5.2-alpha.3 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @mastra/code-sdk
2
2
 
3
+ ## 1.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Added Kimi For Coding account authentication, API key authentication, token refresh, and model routing. ([#22428](https://github.com/mastra-ai/mastra/pull/22428))
8
+
9
+ ```text
10
+ /connect
11
+ ```
12
+
13
+ - Fix knowledge captured in factory sessions being stored in the wrong tenant. ([#21823](https://github.com/mastra-ai/mastra/pull/21823))
14
+
15
+ Knowledge captured during a factory session is now always stored under the organization
16
+ that owns the session, so it is visible in that organization's knowledge graph. A session
17
+ whose organization cannot be determined no longer stores knowledge somewhere it could
18
+ never be read back from; it stops capturing and reports why. Local (TUI/studio) use is
19
+ unaffected and captures under a dedicated local scope.
20
+
21
+ - Updated dependencies [[`bae1502`](https://github.com/mastra-ai/mastra/commit/bae150254b06a4da6964d7c137af97f336362359), [`0885364`](https://github.com/mastra-ai/mastra/commit/0885364c2fc7fa31febcfc444fc1ba5231ac1257), [`295e506`](https://github.com/mastra-ai/mastra/commit/295e506b9e6cec99e7181c5f712648888cd9486f), [`b8cb683`](https://github.com/mastra-ai/mastra/commit/b8cb683ba66499df254ddd1f7edd8cae3f89d2e7), [`8c3be07`](https://github.com/mastra-ai/mastra/commit/8c3be0761a862c5c035ed6e5d633de87cbba20e7), [`078affd`](https://github.com/mastra-ai/mastra/commit/078affdaea57ac5e95a77e9e7b197d1878190684), [`a87ff53`](https://github.com/mastra-ai/mastra/commit/a87ff53cef9318bea80c38c3bf3d9d9d507ac3c1), [`9e3403e`](https://github.com/mastra-ai/mastra/commit/9e3403e9868240cb18841898e84cf008ebd7a87e), [`791bf5e`](https://github.com/mastra-ai/mastra/commit/791bf5e81cd27e2e1cff66122f1380ab8a3dda41)]:
22
+ - @mastra/core@1.63.1
23
+ - @mastra/memory@1.28.1
24
+ - @mastra/libsql@1.22.1
25
+ - @mastra/pg@1.22.1
26
+ - @mastra/observability@1.17.4
27
+ - @mastra/mcp@1.17.2
28
+
3
29
  ## 1.5.2-alpha.3
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/code-sdk",
3
- "version": "1.5.2-alpha.3",
3
+ "version": "1.5.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": {
@@ -58,19 +58,19 @@
58
58
  "yaml": "^2.7.1",
59
59
  "zod": "^4.3.6",
60
60
  "@mastra/agent-browser": "0.5.1",
61
- "@mastra/core": "1.63.1-alpha.3",
62
61
  "@mastra/duckdb": "1.6.3",
63
- "@mastra/fastembed": "1.3.0",
62
+ "@mastra/core": "1.63.1",
63
+ "@mastra/libsql": "1.22.1",
64
64
  "@mastra/github-signals": "0.3.0",
65
- "@mastra/observability": "1.17.4-alpha.0",
65
+ "@mastra/fastembed": "1.3.0",
66
66
  "@mastra/mcp": "1.17.2",
67
- "@mastra/libsql": "1.22.1-alpha.0",
68
- "@mastra/parallel": "0.1.0",
69
- "@mastra/pg": "1.22.1-alpha.0",
70
- "@mastra/memory": "1.28.1-alpha.1",
67
+ "@mastra/memory": "1.28.1",
68
+ "@mastra/observability": "1.17.4",
69
+ "@mastra/pg": "1.22.1",
71
70
  "@mastra/schema-compat": "1.3.7",
72
- "@mastra/tavily": "1.1.1",
73
- "@mastra/stagehand": "0.3.3"
71
+ "@mastra/parallel": "0.1.0",
72
+ "@mastra/stagehand": "0.3.3",
73
+ "@mastra/tavily": "1.1.1"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@libsql/client": "^0.17.4",
@@ -81,9 +81,9 @@
81
81
  "typescript": "^6.0.3",
82
82
  "typescript-eslint": "^8.57.0",
83
83
  "vitest": "4.1.10",
84
- "@internal/lint": "0.0.127",
85
- "@internal/types-builder": "0.0.102",
86
- "@internal/workspace-test-utils": "0.0.71"
84
+ "@internal/types-builder": "0.0.103",
85
+ "@internal/lint": "0.0.128",
86
+ "@internal/workspace-test-utils": "0.0.72"
87
87
  },
88
88
  "engines": {
89
89
  "node": ">=22.19.0"