Skip to content

Commit e5ddc2a

Browse files
chore: version packages (#1472)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @gram-ai/elements@1.25.1 ### Patch Changes - 63bb328: Fix tool group count showing inflated numbers when loading chat history. The server accumulates all tool calls from a turn into each assistant message, causing duplicate tool-call parts when converting messages for the UI. Added deduplication in the message converter so each tool call only appears once. Also fixed `buildAssistantContentParts` silently dropping tool calls when assistant content is a string. ## dashboard@0.27.4 ### Patch Changes - a7cb2d9: reinstate deployments access in Sources page UI and make relevant deployment accessible from a source card - Updated dependencies [63bb328] - @gram-ai/elements@1.25.1 ## server@0.22.2 ### Patch Changes - 26ddbdd: Adds backend support for generating chat resolutions Co-authored-by: gram-bot[bot] <gram-bot[bot]@users.noreply.github.com>
1 parent d721972 commit e5ddc2a

File tree

11 files changed

+23
-22
lines changed

11 files changed

+23
-22
lines changed

.changeset/beige-masks-joke.md

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

.changeset/cute-camels-kick.md

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

.changeset/fix-tool-group-counts.md

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

.changeset/olive-cougars-juggle.md

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

.changeset/twelve-schools-lay.md

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

client/dashboard/CHANGELOG.md

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

3+
## 0.27.4
4+
5+
### Patch Changes
6+
7+
- a7cb2d9: reinstate deployments access in Sources page UI and make relevant deployment accessible from a source card
8+
- Updated dependencies [63bb328]
9+
- @gram-ai/elements@1.25.1
10+
311
## 0.27.3
412

513
### Patch 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.27.3",
4+
"version": "0.27.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

elements/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gram-ai/elements
22

3+
## 1.25.1
4+
5+
### Patch Changes
6+
7+
- 63bb328: Fix tool group count showing inflated numbers when loading chat history. The server accumulates all tool calls from a turn into each assistant message, causing duplicate tool-call parts when converting messages for the UI. Added deduplication in the message converter so each tool call only appears once. Also fixed `buildAssistantContentParts` silently dropping tool calls when assistant content is a string.
8+
39
## 1.25.0
410

511
### Minor Changes

elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@gram-ai/elements",
33
"description": "Gram Elements is a library of UI primitives for building chat-like experiences for MCP Servers.",
44
"type": "module",
5-
"version": "1.25.0",
5+
"version": "1.25.1",
66
"main": "dist/index.js",
77
"exports": {
88
".": {

server/CHANGELOG.md

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

3+
## 0.22.2
4+
5+
### Patch Changes
6+
7+
- 26ddbdd: Adds backend support for generating chat resolutions
8+
39
## 0.22.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)