@mastra/mcp-docs-server 0.13.12-alpha.3 → 0.13.12-alpha.5

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 (27) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +24 -24
  2. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +31 -31
  3. package/.docs/organized/changelogs/%40mastra%2Fcore.md +23 -23
  4. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +41 -41
  5. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +23 -23
  6. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +30 -30
  7. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +24 -24
  8. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +27 -27
  9. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +27 -27
  10. package/.docs/organized/changelogs/%40mastra%2Frag.md +23 -23
  11. package/.docs/organized/changelogs/%40mastra%2Fserver.md +32 -32
  12. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +24 -24
  13. package/.docs/organized/changelogs/create-mastra.md +3 -3
  14. package/.docs/organized/changelogs/mastra.md +30 -30
  15. package/.docs/organized/code-examples/agent.md +63 -2
  16. package/.docs/raw/deployment/server-deployment.mdx +57 -27
  17. package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +4 -7
  18. package/.docs/raw/frameworks/servers/express.mdx +135 -143
  19. package/.docs/raw/reference/agents/agent.mdx +1 -1
  20. package/.docs/raw/reference/agents/getDefaultVNextStreamOptions.mdx +1 -1
  21. package/.docs/raw/reference/agents/streamVNext.mdx +1 -1
  22. package/.docs/raw/reference/deployer/cloudflare.mdx +20 -131
  23. package/.docs/raw/reference/memory/Memory.mdx +1 -1
  24. package/.docs/raw/reference/voice/google-gemini-live.mdx +629 -0
  25. package/.docs/raw/voice/overview.mdx +21 -33
  26. package/.docs/raw/workflows/suspend-and-resume.mdx +2 -2
  27. package/package.json +4 -4
@@ -1,5 +1,28 @@
1
1
  # @mastra/clickhouse
2
2
 
3
+ ## 0.13.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3dd1d7b: dependencies updates:
8
+ - Updated dependency [`@clickhouse/client@^1.12.1` ↗︎](https://www.npmjs.com/package/@clickhouse/client/v/1.12.1) (from `^1.12.0`, in `dependencies`)
9
+ - Updated dependencies [0a7f675]
10
+ - Updated dependencies [12cae67]
11
+ - Updated dependencies [5a37d0c]
12
+ - Updated dependencies [4bde0cb]
13
+ - Updated dependencies [1a80071]
14
+ - Updated dependencies [36a3be8]
15
+ - Updated dependencies [361757b]
16
+ - Updated dependencies [2bb9955]
17
+ - Updated dependencies [2454423]
18
+ - Updated dependencies [a44d91e]
19
+ - Updated dependencies [dfb91e9]
20
+ - Updated dependencies [a741dde]
21
+ - Updated dependencies [7cb3fc0]
22
+ - Updated dependencies [195eabb]
23
+ - Updated dependencies [b78b95b]
24
+ - @mastra/core@0.14.0-alpha.4
25
+
3
26
  ## 0.13.1-alpha.0
4
27
 
5
28
  ### Patch Changes
@@ -275,28 +298,5 @@
275
298
  - Updated dependencies [12a95fc]
276
299
  - Updated dependencies [4b0f8a6]
277
300
  - Updated dependencies [51264a5]
278
- - Updated dependencies [8e6f677]
279
- - Updated dependencies [d70c420]
280
- - Updated dependencies [ee9af57]
281
- - Updated dependencies [36f1c36]
282
- - Updated dependencies [2a16996]
283
- - Updated dependencies [10d352e]
284
- - Updated dependencies [9589624]
285
- - Updated dependencies [53d3c37]
286
- - Updated dependencies [751c894]
287
- - Updated dependencies [577ce3a]
288
- - Updated dependencies [9260b3a]
289
- - @mastra/core@0.10.6
290
-
291
- ## 0.11.0-alpha.1
292
-
293
- ### Minor Changes
294
-
295
- - 704d1ca: Thread Timestamp Auto-Update Enhancement
296
- Added automatic thread updatedAt timestamp updates when messages are saved across all storage providers
297
- Enhanced user experience: Threads now accurately reflect their latest activity with automatic timestamp updates when new messages are added
298
- Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
299
- Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
300
- Backwards compatible: No breaking changes - existing code continues to work unchanged
301
301
 
302
- ... 755 more lines hidden. See full changelog in package directory.
302
+ ... 778 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,35 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.22-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @mastra/core@0.14.0-alpha.5
8
+
9
+ ## 0.10.22-alpha.4
10
+
11
+ ### Patch Changes
12
+
13
+ - 0a7f675: Client JS vnext methods
14
+ - 1d59515: Add options to playground based on modelVersion
15
+ - 195eabb: Process Mastra Stream
16
+ - Updated dependencies [0a7f675]
17
+ - Updated dependencies [12cae67]
18
+ - Updated dependencies [5a37d0c]
19
+ - Updated dependencies [4bde0cb]
20
+ - Updated dependencies [1a80071]
21
+ - Updated dependencies [36a3be8]
22
+ - Updated dependencies [361757b]
23
+ - Updated dependencies [2bb9955]
24
+ - Updated dependencies [2454423]
25
+ - Updated dependencies [a44d91e]
26
+ - Updated dependencies [dfb91e9]
27
+ - Updated dependencies [a741dde]
28
+ - Updated dependencies [7cb3fc0]
29
+ - Updated dependencies [195eabb]
30
+ - Updated dependencies [b78b95b]
31
+ - @mastra/core@0.14.0-alpha.4
32
+
3
33
  ## 0.10.22-alpha.3
4
34
 
5
35
  ### Patch Changes
@@ -268,35 +298,5 @@
268
298
  ### Patch Changes
269
299
 
270
300
  - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
271
- - 1ac8f6b: deduplicate message
272
- - @mastra/core@0.12.0-alpha.3
273
-
274
- ## 0.10.17-alpha.2
275
-
276
- ### Patch Changes
277
-
278
- - aa2715b: process stream response error handling
279
- - b8efbb9: feat: add flexible deleteMessages method to memory API
280
- - Added `memory.deleteMessages(input)` method that accepts multiple input types:
281
- - Single message ID as string: `deleteMessages('msg-123')`
282
- - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
283
- - Message object with id property: `deleteMessages({ id: 'msg-123' })`
284
- - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
285
- - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
286
- - Added REST API endpoint: `POST /api/memory/messages/delete`
287
- - Updated client SDK: `thread.deleteMessages()` accepts all input types
288
- - Updates thread timestamps when messages are deleted
289
- - Added comprehensive test coverage and documentation
290
-
291
- - Updated dependencies [27cc97a]
292
- - Updated dependencies [41daa63]
293
- - Updated dependencies [254a36b]
294
- - Updated dependencies [0b89602]
295
- - Updated dependencies [4d37822]
296
- - Updated dependencies [ff9c125]
297
- - Updated dependencies [b8efbb9]
298
- - Updated dependencies [71466e7]
299
- - Updated dependencies [0c99fbe]
300
- - @mastra/core@0.12.0-alpha.2
301
301
 
302
- ... 2023 more lines hidden. See full changelog in package directory.
302
+ ... 2053 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.14.0-alpha.5
4
+
5
+ ## 0.14.0-alpha.4
6
+
7
+ ### Patch Changes
8
+
9
+ - 0a7f675: Client JS vnext methods
10
+ - 12cae67: fix: add threadId and resourceId to scorers
11
+ - 5a37d0c: Fix dev server bug related to p-map imports
12
+ - 4bde0cb: Allow renaming .map functions in workflows
13
+ - 1a80071: loop code and tests
14
+ - 36a3be8: Agent processors tests
15
+ - 361757b: Execute method
16
+ - 2bb9955: Model loop changes
17
+ - 2454423: generateVNext and streamVNext
18
+ - a44d91e: Message list changes
19
+ - dfb91e9: Server handlers
20
+ - a741dde: generateVNext plumbing
21
+ - 7cb3fc0: Fix loop test
22
+ - 195eabb: Process Mastra Stream
23
+ - b78b95b: Support generateVNext in playground
24
+
3
25
  ## 0.14.0-alpha.3
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
298
 
277
299
  ## 0.12.0-alpha.4
278
300
 
279
- ### Patch Changes
280
-
281
- - ad0a58b: Enhancements for premade input processors
282
-
283
- ## 0.12.0-alpha.3
284
-
285
- ## 0.12.0-alpha.2
286
-
287
- ### Patch Changes
288
-
289
- - 27cc97a: dependencies updates:
290
- - Updated dependency [`hono@^4.8.9` ↗︎](https://www.npmjs.com/package/hono/v/4.8.9) (from `^4.8.4`, in `dependencies`)
291
- - 41daa63: Threads are no longer created until message generation is complete to avoid leaving orphaned empty threads in storage on failure
292
- - 254a36b: Expose mastra instance on dynamic agent arguments
293
- - 0b89602: Fix workflow feedback loop crashes by preventing resume data reuse
294
-
295
- Fixes an issue where workflows with loops (dountil/dowhile) containing suspended steps would incorrectly reuse resume data across iterations. This caused human-in-the-loop workflows to crash or skip suspend points after resuming.
296
-
297
- The fix ensures resume data is cleared after a step completes (non-suspended status), allowing subsequent loop iterations to properly suspend for new input.
298
-
299
- Fixes #6014
300
-
301
301
 
302
- ... 2598 more lines hidden. See full changelog in package directory.
302
+ ... 2620 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,44 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.14.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4908422]
8
+ - @mastra/server@0.14.0-alpha.5
9
+ - @mastra/core@0.14.0-alpha.5
10
+
11
+ ## 0.14.0-alpha.4
12
+
13
+ ### Patch Changes
14
+
15
+ - 96518cc: Bundling cleanup code improvements
16
+ - c712849: Deployer handlers
17
+ - 2454423: generateVNext and streamVNext
18
+ - 95e1330: Move to default rollup resolve from resolveFrom pkg
19
+ - 33eb340: Optimize workspace dependency detection in bundler
20
+ - Check workspace map directly before resolving package.json path
21
+
22
+ - Updated dependencies [0a7f675]
23
+ - Updated dependencies [12cae67]
24
+ - Updated dependencies [5a37d0c]
25
+ - Updated dependencies [4bde0cb]
26
+ - Updated dependencies [1a80071]
27
+ - Updated dependencies [36a3be8]
28
+ - Updated dependencies [361757b]
29
+ - Updated dependencies [bc1684a]
30
+ - Updated dependencies [2bb9955]
31
+ - Updated dependencies [2454423]
32
+ - Updated dependencies [a44d91e]
33
+ - Updated dependencies [dfb91e9]
34
+ - Updated dependencies [a741dde]
35
+ - Updated dependencies [7cb3fc0]
36
+ - Updated dependencies [195eabb]
37
+ - Updated dependencies [b78b95b]
38
+ - Updated dependencies [57f7019]
39
+ - @mastra/core@0.14.0-alpha.4
40
+ - @mastra/server@0.14.0-alpha.4
41
+
3
42
  ## 0.14.0-alpha.3
4
43
 
5
44
  ### Patch Changes
@@ -259,44 +298,5 @@
259
298
 
260
299
  ### Patch Changes
261
300
 
262
- - 832691b: dependencies updates:
263
- - Updated dependency [`@babel/core@^7.28.0` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.28.0) (from `^7.27.7`, in `dependencies`)
264
- - 557bb9d: dependencies updates:
265
- - Updated dependency [`esbuild@^0.25.8` ↗︎](https://www.npmjs.com/package/esbuild/v/0.25.8) (from `^0.25.5`, in `dependencies`)
266
- - 27cc97a: dependencies updates:
267
- - Updated dependency [`hono@^4.8.9` ↗︎](https://www.npmjs.com/package/hono/v/4.8.9) (from `^4.8.4`, in `dependencies`)
268
- - bc6b44a: Extract tools import from `createHonoServer`; the function now receives tools via a prop on the `options` parameter.
269
- - a77c823: include PATCH method in default CORS configuration
270
- - ff9c125: enhance thread retrieval with sorting options in libsql and pg
271
- - 09bca64: Log warning when telemetry is enabled but not loaded
272
- - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
273
- - d5cc460: This change implements a fix to sourcemap mappings being off due to `removeDeployer` Babel plugin missing source map config.
274
- - b8efbb9: feat: add flexible deleteMessages method to memory API
275
- - Added `memory.deleteMessages(input)` method that accepts multiple input types:
276
- - Single message ID as string: `deleteMessages('msg-123')`
277
- - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
278
- - Message object with id property: `deleteMessages({ id: 'msg-123' })`
279
- - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
280
- - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
281
- - Added REST API endpoint: `POST /api/memory/messages/delete`
282
- - Updated client SDK: `thread.deleteMessages()` accepts all input types
283
- - Updates thread timestamps when messages are deleted
284
- - Added comprehensive test coverage and documentation
285
-
286
- - Updated dependencies [510e2c8]
287
- - Updated dependencies [2f72fb2]
288
- - Updated dependencies [27cc97a]
289
- - Updated dependencies [3f89307]
290
- - Updated dependencies [9eda7d4]
291
- - Updated dependencies [9d49408]
292
- - Updated dependencies [41daa63]
293
- - Updated dependencies [ad0a58b]
294
- - Updated dependencies [254a36b]
295
- - Updated dependencies [2ecf658]
296
- - Updated dependencies [7a7754f]
297
- - Updated dependencies [fc92d80]
298
- - Updated dependencies [e0f73c6]
299
- - Updated dependencies [0b89602]
300
- - Updated dependencies [4d37822]
301
-
302
- ... 3417 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 3456 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # @mastra/firecrawl
2
2
 
3
+ ## 1.2.13-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0a7f675]
8
+ - Updated dependencies [12cae67]
9
+ - Updated dependencies [5a37d0c]
10
+ - Updated dependencies [4bde0cb]
11
+ - Updated dependencies [1a80071]
12
+ - Updated dependencies [36a3be8]
13
+ - Updated dependencies [361757b]
14
+ - Updated dependencies [2bb9955]
15
+ - Updated dependencies [2454423]
16
+ - Updated dependencies [a44d91e]
17
+ - Updated dependencies [dfb91e9]
18
+ - Updated dependencies [a741dde]
19
+ - Updated dependencies [7cb3fc0]
20
+ - Updated dependencies [195eabb]
21
+ - Updated dependencies [b78b95b]
22
+ - @mastra/core@0.14.0-alpha.4
23
+ - @mastra/rag@1.0.9-alpha.0
24
+
3
25
  ## 1.2.12
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
298
  - Updated dependencies [502fe05]
277
299
  - Updated dependencies [144eb0b]
278
300
  - Updated dependencies [8ba1b51]
279
- - Updated dependencies [4efcfa0]
280
- - Updated dependencies [0e17048]
281
- - @mastra/rag@1.0.1
282
- - @mastra/core@0.10.7
283
-
284
- ## 1.2.5-alpha.0
285
-
286
- ### Patch Changes
287
-
288
- - 8e1b6e9: dependencies updates:
289
- - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
290
- - Updated dependencies [8e1b6e9]
291
- - Updated dependencies [15e9d26]
292
- - Updated dependencies [a85fa13]
293
- - Updated dependencies [07d6d88]
294
- - Updated dependencies [5d74aab]
295
- - Updated dependencies [144eb0b]
296
- - @mastra/rag@1.0.1-alpha.0
297
- - @mastra/core@0.10.7-alpha.2
298
-
299
- ## 1.2.4
300
-
301
301
 
302
- ... 2615 more lines hidden. See full changelog in package directory.
302
+ ... 2637 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,34 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.12-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @mastra/core@0.14.0-alpha.5
8
+
9
+ ## 0.13.12-alpha.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [0a7f675]
14
+ - Updated dependencies [12cae67]
15
+ - Updated dependencies [5a37d0c]
16
+ - Updated dependencies [4bde0cb]
17
+ - Updated dependencies [e1aed55]
18
+ - Updated dependencies [1a80071]
19
+ - Updated dependencies [36a3be8]
20
+ - Updated dependencies [361757b]
21
+ - Updated dependencies [2bb9955]
22
+ - Updated dependencies [2454423]
23
+ - Updated dependencies [a44d91e]
24
+ - Updated dependencies [dfb91e9]
25
+ - Updated dependencies [a741dde]
26
+ - Updated dependencies [7cb3fc0]
27
+ - Updated dependencies [195eabb]
28
+ - Updated dependencies [b78b95b]
29
+ - @mastra/core@0.14.0-alpha.4
30
+ - @mastra/mcp@0.10.12-alpha.1
31
+
3
32
  ## 0.13.12-alpha.3
4
33
 
5
34
  ### Patch Changes
@@ -270,33 +299,4 @@
270
299
 
271
300
  ## 0.13.7-alpha.1
272
301
 
273
- ### Patch Changes
274
-
275
- - Updated dependencies [e0f73c6]
276
- - Updated dependencies [cda801d]
277
- - Updated dependencies [a77c823]
278
- - @mastra/core@0.12.0-alpha.1
279
-
280
- ## 0.13.7-alpha.0
281
-
282
- ### Patch Changes
283
-
284
- - Updated dependencies [510e2c8]
285
- - Updated dependencies [2f72fb2]
286
- - Updated dependencies [3f89307]
287
- - Updated dependencies [9eda7d4]
288
- - Updated dependencies [9d49408]
289
- - Updated dependencies [2ecf658]
290
- - Updated dependencies [7a7754f]
291
- - Updated dependencies [fc92d80]
292
- - Updated dependencies [23a6a7c]
293
- - Updated dependencies [09bca64]
294
- - @mastra/core@0.12.0-alpha.0
295
-
296
- ## 0.13.6
297
-
298
- ### Patch Changes
299
-
300
- - ce088f5: Update all peerdeps to latest core
301
-
302
- ... 1296 more lines hidden. See full changelog in package directory.
302
+ ... 1325 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.10.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e1aed55: Fixed an issue where keep-alive messages were interfering with endpoint messages on initial SSE connection
8
+ - Updated dependencies [0a7f675]
9
+ - Updated dependencies [12cae67]
10
+ - Updated dependencies [5a37d0c]
11
+ - Updated dependencies [4bde0cb]
12
+ - Updated dependencies [1a80071]
13
+ - Updated dependencies [36a3be8]
14
+ - Updated dependencies [361757b]
15
+ - Updated dependencies [2bb9955]
16
+ - Updated dependencies [2454423]
17
+ - Updated dependencies [a44d91e]
18
+ - Updated dependencies [dfb91e9]
19
+ - Updated dependencies [a741dde]
20
+ - Updated dependencies [7cb3fc0]
21
+ - Updated dependencies [195eabb]
22
+ - Updated dependencies [b78b95b]
23
+ - @mastra/core@0.14.0-alpha.4
24
+
3
25
  ## 0.10.12-alpha.0
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
298
 
277
299
  - 63f6b7d: dependencies updates:
278
300
  - Updated dependency [`@modelcontextprotocol/sdk@^1.12.1` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.12.1) (from `^1.10.2`, in `dependencies`)
279
- - Updated dependency [`hono@^4.7.11` ↗︎](https://www.npmjs.com/package/hono/v/4.7.11) (from `^4.7.4`, in `dependencies`)
280
- - 36f1c36: MCP Client and Server streamable http fixes
281
- - bd1674f: Change how connection promise works for client connection
282
- - 69f76f7: Fix Agents as tools when building mastra mcp server
283
- - Updated dependencies [63f6b7d]
284
- - Updated dependencies [12a95fc]
285
- - Updated dependencies [4b0f8a6]
286
- - Updated dependencies [51264a5]
287
- - Updated dependencies [8e6f677]
288
- - Updated dependencies [d70c420]
289
- - Updated dependencies [ee9af57]
290
- - Updated dependencies [36f1c36]
291
- - Updated dependencies [2a16996]
292
- - Updated dependencies [10d352e]
293
- - Updated dependencies [9589624]
294
- - Updated dependencies [53d3c37]
295
- - Updated dependencies [751c894]
296
- - Updated dependencies [577ce3a]
297
- - Updated dependencies [9260b3a]
298
- - @mastra/core@0.10.6
299
-
300
- ## 0.10.4-alpha.1
301
-
302
- ... 2018 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 2040 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,31 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.12.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 8a41506: dependencies updates:
8
+ - Updated dependency [`redis@^5.8.1` ↗︎](https://www.npmjs.com/package/redis/v/5.8.1) (from `^5.8.0`, in `dependencies`)
9
+ - 2454423: generateVNext and streamVNext
10
+ - a741dde: generateVNext plumbing
11
+ - e2ed127: Memory tests checkin
12
+ - Updated dependencies [0a7f675]
13
+ - Updated dependencies [12cae67]
14
+ - Updated dependencies [5a37d0c]
15
+ - Updated dependencies [4bde0cb]
16
+ - Updated dependencies [1a80071]
17
+ - Updated dependencies [36a3be8]
18
+ - Updated dependencies [361757b]
19
+ - Updated dependencies [2bb9955]
20
+ - Updated dependencies [2454423]
21
+ - Updated dependencies [a44d91e]
22
+ - Updated dependencies [dfb91e9]
23
+ - Updated dependencies [a741dde]
24
+ - Updated dependencies [7cb3fc0]
25
+ - Updated dependencies [195eabb]
26
+ - Updated dependencies [b78b95b]
27
+ - @mastra/core@0.14.0-alpha.4
28
+
3
29
  ## 0.12.2
4
30
 
5
31
  ### Patch Changes
@@ -272,31 +298,5 @@
272
298
  - Updated dependencies [bea9dd1]
273
299
  - Updated dependencies [dcd4802]
274
300
  - Updated dependencies [cbddd18]
275
- - Updated dependencies [7ba91fa]
276
- - @mastra/core@0.11.0
277
-
278
- ## 0.11.4-alpha.0
279
-
280
- ### Patch Changes
281
-
282
- - 138f4a2: dependencies updates:
283
- - Updated dependency [`redis@^5.6.0` ↗︎](https://www.npmjs.com/package/redis/v/5.6.0) (from `^4.7.1`, in `dependencies`)
284
- - Updated dependencies [7827943]
285
- - Updated dependencies [bf1e7e7]
286
- - Updated dependencies [cbddd18]
287
- - @mastra/core@0.11.0-alpha.0
288
-
289
- ## 0.11.3
290
-
291
- ### Patch Changes
292
-
293
- - 4b20131: Fixed an issue where per-resource semantic recall wouldn't always be enabled properly in agent tool calls
294
- - 2ba5b76: Allow passing jsonSchema into workingMemory schema
295
- - c3a30de: added new experimental vnext working memory
296
- - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
297
- - Updated dependencies [0b56518]
298
- - Updated dependencies [db5cc15]
299
- - Updated dependencies [2ba5b76]
300
- - Updated dependencies [5237998]
301
301
 
302
- ... 2626 more lines hidden. See full changelog in package directory.
302
+ ... 2652 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,31 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 5.1.21-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 1d59515: Add options to playground based on modelVersion
8
+ - 398ed81: PG types
9
+ - b78b95b: Support generateVNext in playground
10
+ - Updated dependencies [0a7f675]
11
+ - Updated dependencies [12cae67]
12
+ - Updated dependencies [5a37d0c]
13
+ - Updated dependencies [4bde0cb]
14
+ - Updated dependencies [1a80071]
15
+ - Updated dependencies [36a3be8]
16
+ - Updated dependencies [1d59515]
17
+ - Updated dependencies [361757b]
18
+ - Updated dependencies [2bb9955]
19
+ - Updated dependencies [2454423]
20
+ - Updated dependencies [a44d91e]
21
+ - Updated dependencies [dfb91e9]
22
+ - Updated dependencies [a741dde]
23
+ - Updated dependencies [7cb3fc0]
24
+ - Updated dependencies [195eabb]
25
+ - Updated dependencies [b78b95b]
26
+ - @mastra/core@0.14.0-alpha.4
27
+ - @mastra/client-js@0.10.22-alpha.4
28
+
3
29
  ## 5.1.21-alpha.2
4
30
 
5
31
  ### Patch Changes
@@ -272,31 +298,5 @@
272
298
  ### Patch Changes
273
299
 
274
300
  - f873f3a: dependencies updates:
275
- - Updated dependency [`zustand@^5.0.6` ↗︎](https://www.npmjs.com/package/zustand/v/5.0.6) (from `^5.0.5`, in `dependencies`)
276
- - f442224: speech to text using voice config
277
- - 89d2f4e: add TTS to the playground
278
- - Updated dependencies [510e2c8]
279
- - Updated dependencies [2f72fb2]
280
- - Updated dependencies [3f89307]
281
- - Updated dependencies [9eda7d4]
282
- - Updated dependencies [9d49408]
283
- - Updated dependencies [2ecf658]
284
- - Updated dependencies [7a7754f]
285
- - Updated dependencies [fc92d80]
286
- - Updated dependencies [6bd354c]
287
- - Updated dependencies [23a6a7c]
288
- - Updated dependencies [09bca64]
289
- - Updated dependencies [b641ba3]
290
- - @mastra/core@0.12.0-alpha.0
291
- - @mastra/client-js@0.10.17-alpha.0
292
-
293
- ## 5.1.15
294
-
295
- ### Patch Changes
296
-
297
- - ce088f5: Update all peerdeps to latest core
298
- - @mastra/core@0.11.1
299
- - @mastra/client-js@0.10.16
300
-
301
301
 
302
- ... 2469 more lines hidden. See full changelog in package directory.
302
+ ... 2495 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 1.0.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - a741dde: generateVNext plumbing
8
+ - Updated dependencies [0a7f675]
9
+ - Updated dependencies [12cae67]
10
+ - Updated dependencies [5a37d0c]
11
+ - Updated dependencies [4bde0cb]
12
+ - Updated dependencies [1a80071]
13
+ - Updated dependencies [36a3be8]
14
+ - Updated dependencies [361757b]
15
+ - Updated dependencies [2bb9955]
16
+ - Updated dependencies [2454423]
17
+ - Updated dependencies [a44d91e]
18
+ - Updated dependencies [dfb91e9]
19
+ - Updated dependencies [a741dde]
20
+ - Updated dependencies [7cb3fc0]
21
+ - Updated dependencies [195eabb]
22
+ - Updated dependencies [b78b95b]
23
+ - @mastra/core@0.14.0-alpha.4
24
+
3
25
  ## 1.0.8
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
298
  - a85fa13: Add model to createVectorQueryTool runtimeContext
277
299
  - Updated dependencies [15e9d26]
278
300
  - Updated dependencies [07d6d88]
279
- - Updated dependencies [5d74aab]
280
- - Updated dependencies [144eb0b]
281
- - @mastra/core@0.10.7-alpha.2
282
-
283
- ## 1.0.0
284
-
285
- ### Major Changes
286
-
287
- - 75136cd: Add LaTeX chunking support by adding a case for Language.LATEX in getSeparatorsForLanguage.
288
-
289
- ### Patch Changes
290
301
 
291
- - 63f6b7d: dependencies updates:
292
- - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
293
- - Updated dependencies [63f6b7d]
294
- - Updated dependencies [12a95fc]
295
- - Updated dependencies [4b0f8a6]
296
- - Updated dependencies [51264a5]
297
- - Updated dependencies [8e6f677]
298
- - Updated dependencies [d70c420]
299
- - Updated dependencies [ee9af57]
300
- - Updated dependencies [36f1c36]
301
-
302
- ... 2415 more lines hidden. See full changelog in package directory.
302
+ ... 2437 more lines hidden. See full changelog in package directory.