mastracode 0.19.0-alpha.2 → 0.19.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/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Improved OpenAI Codex OAuth support in Mastra Code. When you select the Codex provider in `/login` or during onboarding, Mastra Code now asks how to sign in — **Browser (local callback)** or **Device code (headless)** — so the device-code flow is discoverable without setting an env var. `MASTRACODE_OPENAI_CODEX_AUTH_MODE=device` still works as a preselect for scripted environments. ([#16548](https://github.com/mastra-ai/mastra/pull/16548))
8
+
9
+ HTTP MCP server config can now pass OAuth client metadata to `@mastra/mcp` and store per-server OAuth state without sharing tokens across projects:
10
+
11
+ ```json
12
+ {
13
+ "mcpServers": {
14
+ "remote-api": {
15
+ "url": "https://mcp.example.com/mcp",
16
+ "oauth": {
17
+ "redirectUrl": "http://localhost:3000/oauth/callback"
18
+ }
19
+ }
20
+ }
21
+ }
22
+ ```
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [[`20787de`](https://github.com/mastra-ai/mastra/commit/20787de5965234a1af28fe35f49437c537dbfa0d), [`784ad98`](https://github.com/mastra-ai/mastra/commit/784ad989549de91dc5d33ab8ef36caa6f7dcd34e), [`fceae1f`](https://github.com/mastra-ai/mastra/commit/fceae1f5f5db4722cb078a663c6eb4bd22944123), [`090a647`](https://github.com/mastra-ai/mastra/commit/090a647ba5a66d36f203f9f49457e03a1ff4e6fb), [`97fe629`](https://github.com/mastra-ai/mastra/commit/97fe629d07b0a9952e6657b1e6334ca4d9aa15ce), [`bf02acb`](https://github.com/mastra-ai/mastra/commit/bf02acbb8a6110f638ac844e89f1ebf04cb7fe74), [`090a647`](https://github.com/mastra-ai/mastra/commit/090a647ba5a66d36f203f9f49457e03a1ff4e6fb), [`bdb4cbf`](https://github.com/mastra-ai/mastra/commit/bdb4cbf8ba4b685d7481f28bb9dc3de6c79c9ed2), [`0fd3fbe`](https://github.com/mastra-ai/mastra/commit/0fd3fbe40fb63657aedd72f6e7b38c8e8ee6940d), [`f84447d`](https://github.com/mastra-ai/mastra/commit/f84447d6c80f3471836a9b300d246b331fb47e0d), [`a1a5b3e`](https://github.com/mastra-ai/mastra/commit/a1a5b3e42ab2ca5161ea21db59ebf28442680fa7), [`af84f57`](https://github.com/mastra-ai/mastra/commit/af84f571ed762e92e8e61c5f9a72363520914274), [`8b3c6f9`](https://github.com/mastra-ai/mastra/commit/8b3c6f90f7879833ba7d1bc70937e1d8f69d0804), [`fed0475`](https://github.com/mastra-ai/mastra/commit/fed0475ccfea31e4fc251469ac05640d0742c1f0), [`0d53730`](https://github.com/mastra-ai/mastra/commit/0d53730c1ed87ef80c87caa5701c4170ea8028e6), [`522f44d`](https://github.com/mastra-ai/mastra/commit/522f44d947214bfc06cff50599bae1ef3494880d)]:
27
+ - @mastra/core@1.34.0
28
+ - @mastra/memory@1.18.1
29
+ - @mastra/duckdb@1.3.2
30
+
31
+ ## 0.19.0-alpha.3
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [[`090a647`](https://github.com/mastra-ai/mastra/commit/090a647ba5a66d36f203f9f49457e03a1ff4e6fb), [`090a647`](https://github.com/mastra-ai/mastra/commit/090a647ba5a66d36f203f9f49457e03a1ff4e6fb), [`f84447d`](https://github.com/mastra-ai/mastra/commit/f84447d6c80f3471836a9b300d246b331fb47e0d), [`a1a5b3e`](https://github.com/mastra-ai/mastra/commit/a1a5b3e42ab2ca5161ea21db59ebf28442680fa7), [`af84f57`](https://github.com/mastra-ai/mastra/commit/af84f571ed762e92e8e61c5f9a72363520914274), [`8b3c6f9`](https://github.com/mastra-ai/mastra/commit/8b3c6f90f7879833ba7d1bc70937e1d8f69d0804)]:
36
+ - @mastra/core@1.34.0-alpha.3
37
+ - @mastra/duckdb@1.3.2-alpha.0
38
+
3
39
  ## 0.19.0-alpha.2
4
40
 
5
41
  ### Patch Changes
@@ -1025,7 +1025,7 @@ function getInstallCommand(pm, version) {
1025
1025
  }
1026
1026
  function getCurrentVersion() {
1027
1027
  {
1028
- return "0.19.0-alpha.2";
1028
+ return "0.19.0";
1029
1029
  }
1030
1030
  }
1031
1031
  async function fetchLatestVersion() {
@@ -15583,5 +15583,5 @@ exports.createTUIState = createTUIState;
15583
15583
  exports.detectTerminalTheme = detectTerminalTheme;
15584
15584
  exports.formatOMStatus = formatOMStatus;
15585
15585
  exports.getCurrentVersion = getCurrentVersion;
15586
- //# sourceMappingURL=chunk-FR4SX2VD.cjs.map
15587
- //# sourceMappingURL=chunk-FR4SX2VD.cjs.map
15586
+ //# sourceMappingURL=chunk-AHSLZPEZ.cjs.map
15587
+ //# sourceMappingURL=chunk-AHSLZPEZ.cjs.map