@mastra/server 1.55.0-alpha.2 → 1.55.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 +28 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 1.55.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Added `autoPublish` to stored agent creation so callers can review an initial draft before publishing it. Existing calls continue to publish immediately. ([#20381](https://github.com/mastra-ai/mastra/pull/20381))
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
await client.createStoredAgent({
|
|
11
|
+
id: 'support-agent',
|
|
12
|
+
name: 'Support agent',
|
|
13
|
+
instructions: 'Help customers with support questions.',
|
|
14
|
+
model: { provider: 'openai', name: 'gpt-5' },
|
|
15
|
+
autoPublish: false,
|
|
16
|
+
});
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`3f472b4`](https://github.com/mastra-ai/mastra/commit/3f472b468892a1ff14ccb43cc0343b86f7d8fd7d), [`ba369f2`](https://github.com/mastra-ai/mastra/commit/ba369f2a0aaf998da0d6aa033d26f64f96bef8ac), [`35b929b`](https://github.com/mastra-ai/mastra/commit/35b929b7abc3d20d85c7985880960ac2d04a6c86), [`55c9e24`](https://github.com/mastra-ai/mastra/commit/55c9e248c27c1d72b5bb7e94ea6b8a3999eee49f), [`dcfed93`](https://github.com/mastra-ai/mastra/commit/dcfed93e1e256c6abfa792cbb7ca836f5d0e8638), [`2876e15`](https://github.com/mastra-ai/mastra/commit/2876e15b4d2f616a3bc1ed3af57d546c268384ce), [`9b3626a`](https://github.com/mastra-ai/mastra/commit/9b3626aeb1d16fcd34b0a8e94c114ddb80a3b240), [`4696963`](https://github.com/mastra-ai/mastra/commit/469696312ac4c618bc8475b0c5ed7949b8a3455e), [`723aa54`](https://github.com/mastra-ai/mastra/commit/723aa5437106bdb708ae03c0ef6b77aa11291e73), [`07f5b4b`](https://github.com/mastra-ai/mastra/commit/07f5b4ba9d608d88865030732e580298296adf99), [`723aa54`](https://github.com/mastra-ai/mastra/commit/723aa5437106bdb708ae03c0ef6b77aa11291e73), [`723aa54`](https://github.com/mastra-ai/mastra/commit/723aa5437106bdb708ae03c0ef6b77aa11291e73), [`598080f`](https://github.com/mastra-ai/mastra/commit/598080f224edb3f0f5b801035b067fac50a56a03)]:
|
|
22
|
+
- @mastra/core@1.55.0
|
|
23
|
+
|
|
24
|
+
## 1.55.0-alpha.3
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [[`723aa54`](https://github.com/mastra-ai/mastra/commit/723aa5437106bdb708ae03c0ef6b77aa11291e73), [`723aa54`](https://github.com/mastra-ai/mastra/commit/723aa5437106bdb708ae03c0ef6b77aa11291e73), [`723aa54`](https://github.com/mastra-ai/mastra/commit/723aa5437106bdb708ae03c0ef6b77aa11291e73)]:
|
|
29
|
+
- @mastra/core@1.55.0-alpha.3
|
|
30
|
+
|
|
3
31
|
## 1.55.0-alpha.2
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
package/dist/docs/SKILL.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "1.55.0
|
|
3
|
+
"version": "1.55.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -116,14 +116,14 @@
|
|
|
116
116
|
"vitest": "4.1.10",
|
|
117
117
|
"zod": "^4.4.3",
|
|
118
118
|
"zod-to-ts": "^2.1.0",
|
|
119
|
-
"@internal/lint": "0.0.118",
|
|
120
119
|
"@internal/core": "0.1.0",
|
|
121
|
-
"@internal/
|
|
122
|
-
"@internal/
|
|
123
|
-
"@internal/types-builder": "0.0.
|
|
120
|
+
"@internal/lint": "0.0.119",
|
|
121
|
+
"@internal/storage-test-utils": "0.0.115",
|
|
122
|
+
"@internal/types-builder": "0.0.94",
|
|
123
|
+
"@internal/voice": "0.0.19",
|
|
124
124
|
"@mastra/agent-builder": "1.1.8",
|
|
125
|
-
"@
|
|
126
|
-
"@
|
|
125
|
+
"@mastra/core": "1.55.0",
|
|
126
|
+
"@internal/test-utils": "0.0.55",
|
|
127
127
|
"@mastra/schema-compat": "1.3.4"
|
|
128
128
|
},
|
|
129
129
|
"homepage": "https://mastra.ai",
|