@mastra/code-sdk 1.0.2-alpha.4 → 1.0.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 +13 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @mastra/code-sdk
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed stored provider API keys so authenticated models appear as configured and continue working during steering and follow-up messages. ([#20143](https://github.com/mastra-ai/mastra/pull/20143))
8
+
9
+ - Added a 15s `AbortSignal` timeout to the Anthropic OAuth token-exchange and refresh fetches so an unresponsive upstream cannot pin the caller indefinitely. ([#20129](https://github.com/mastra-ai/mastra/pull/20129))
10
+
11
+ - Updated dependencies [[`c8d8a01`](https://github.com/mastra-ai/mastra/commit/c8d8a010ee2efe2b7bf4d07707382c34c87b14e4), [`df6a9ce`](https://github.com/mastra-ai/mastra/commit/df6a9ce87214f7aadb2edfe62f67605fe998a0a4), [`73839cb`](https://github.com/mastra-ai/mastra/commit/73839cb58322679c170627d1015669ede5f619aa), [`371cf60`](https://github.com/mastra-ai/mastra/commit/371cf6075cef88ac6919a08d59a82e485397364a), [`8e4dc79`](https://github.com/mastra-ai/mastra/commit/8e4dc793dcf035ea506f9ce79f56d2d501a4be14), [`0f92ed4`](https://github.com/mastra-ai/mastra/commit/0f92ed4173a480f617c6a0af6d51af100b42bdfc), [`2db93cc`](https://github.com/mastra-ai/mastra/commit/2db93ccd0b872e4de7853a93383efe0647901df8), [`094ab61`](https://github.com/mastra-ai/mastra/commit/094ab6129a1a3ecf6eeb86decac17d5faea4e02a), [`fe80944`](https://github.com/mastra-ai/mastra/commit/fe80944f3ef6681fea6eae8200fce387b7bb3c2f), [`9fdb1b5`](https://github.com/mastra-ai/mastra/commit/9fdb1b50c39742e1a01b319a864754c90e7aa947), [`263d2ca`](https://github.com/mastra-ai/mastra/commit/263d2cac80ba3b03b9c0f008db6f1f1b9eb0278c), [`8e4dc79`](https://github.com/mastra-ai/mastra/commit/8e4dc793dcf035ea506f9ce79f56d2d501a4be14), [`75f843d`](https://github.com/mastra-ai/mastra/commit/75f843d09f758223e6eeb321321bdcc5c7e779d0), [`e51e166`](https://github.com/mastra-ai/mastra/commit/e51e166c52e220abc9b64554ce37359dca8544b1)]:
12
+ - @mastra/core@1.53.0
13
+ - @mastra/pg@1.17.1
14
+ - @mastra/libsql@1.17.1
15
+
3
16
  ## 1.0.2-alpha.4
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/code-sdk",
3
- "version": "1.0.2-alpha.4",
3
+ "version": "1.0.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": {
@@ -56,19 +56,19 @@
56
56
  "vscode-languageserver-protocol": "^3.17.5",
57
57
  "yaml": "^2.7.1",
58
58
  "zod": "^4.3.6",
59
- "@mastra/agent-browser": "0.4.1",
60
- "@mastra/core": "1.53.0-alpha.4",
61
59
  "@mastra/duckdb": "1.5.1",
60
+ "@mastra/core": "1.53.0",
62
61
  "@mastra/github-signals": "0.2.2",
63
- "@mastra/libsql": "1.17.1-alpha.1",
64
- "@mastra/mcp": "1.15.0",
65
62
  "@mastra/fastembed": "1.2.0",
63
+ "@mastra/libsql": "1.17.1",
64
+ "@mastra/mcp": "1.15.0",
65
+ "@mastra/agent-browser": "0.4.1",
66
66
  "@mastra/memory": "1.23.1",
67
- "@mastra/observability": "1.16.2",
68
- "@mastra/pg": "1.17.1-alpha.0",
69
- "@mastra/stagehand": "0.3.1",
67
+ "@mastra/pg": "1.17.1",
70
68
  "@mastra/schema-compat": "1.3.4",
71
- "@mastra/tavily": "1.1.1"
69
+ "@mastra/tavily": "1.1.1",
70
+ "@mastra/stagehand": "0.3.1",
71
+ "@mastra/observability": "1.16.2"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@libsql/client": "^0.17.4",
@@ -79,8 +79,8 @@
79
79
  "typescript": "^6.0.3",
80
80
  "typescript-eslint": "^8.57.0",
81
81
  "vitest": "4.1.10",
82
- "@internal/lint": "0.0.116",
83
- "@internal/types-builder": "0.0.91"
82
+ "@internal/types-builder": "0.0.92",
83
+ "@internal/lint": "0.0.117"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=22.19.0"