Skip to content

Commit 77e2d56

Browse files
RELEASING: Releasing 2 package(s)
Releases: server@0.13.1 dashboard@0.22.1
1 parent 90bc34b commit 77e2d56

File tree

11 files changed

+23
-40
lines changed

11 files changed

+23
-40
lines changed

.changeset/brave-pots-hug.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-oranges-give.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-ducks-wonder.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/small-garlics-dress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-lions-notice.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tiny-forks-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-days-guess.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

client/dashboard/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# dashboard
22

3+
## 0.22.1
4+
5+
### Patch Changes
6+
7+
- 013d15d: Restore chat history loading in playground after v5 AI SDK upgrade
8+
- 2667ecf: Fixed radix warning about Dialog.Content not having a Dialog.Title child.
9+
- c8a0376: - fix SSE streaming response truncation due to chunk boundary misalignment
10+
- `addToolResult()` was called following tool execution, the AI SDK v5 wasn't automatically triggering a follow-up LLM request with the tool results. This is a known limitation with custom transports (vercel/ai#9178).
11+
- e9988d8: Ensure stable QueryClient is used for lifetime of web app especially during
12+
development mode hot reloads.
13+
314
## 0.22.0
415

516
### Minor Changes

client/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dashboard",
33
"private": true,
4-
"version": "0.22.0",
4+
"version": "0.22.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# server
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- 1538ac3: feat: chat scoped key access to mcp server
8+
- 0818c9a: feat: reading toolset endpointa available to chat scoped auth
9+
- c8a0376: - fix SSE streaming response truncation due to chunk boundary misalignment
10+
- `addToolResult()` was called following tool execution, the AI SDK v5 wasn't automatically triggering a follow-up LLM request with the tool results. This is a known limitation with custom transports (vercel/ai#9178).
11+
- c039dc0: Updated the CORS middleware to include the `User-Agent` header in the `Access-Control-Allow-Headers` response. This allows clients to send the `User-Agent` header in cross-origin requests which is useful for debugging and analytics purposes.
12+
313
## 0.13.0
414

515
### Minor Changes

0 commit comments

Comments
 (0)