Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cold-items-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cute-chicken-lead.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dark-impalas-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-shirts-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-meals-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-shrimps-look.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pink-shirts-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-coins-glow.md

This file was deleted.

6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cli

## 0.13.1

### Patch Changes

- b8ed917: feat: add --scope flag to gram install command to determine whether the mcp config is added to the user, project or local config locations.

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cli",
"version": "0.13.0",
"version": "0.13.1",
"private": true
}
7 changes: 7 additions & 0 deletions client/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# dashboard

## 0.18.6

### Patch Changes

- 900d4cc: Adds the option to select/deselect all during tool management, for example when adding tools to a toolset
- 4b5a511: fix: logs page dialog content warning

## 0.18.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion client/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dashboard",
"private": true,
"version": "0.18.5",
"version": "0.18.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
13 changes: 13 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# server

## 0.9.13

### Patch Changes

- 51f5349: Added the necessary Authorization header to the Fly API delete machine request
to ensure proper authentication. We also increase the reap batch size to 50.
- ab8d2fe: adds experimental gram-mode:embedding for dynamic MCP tool selection based on semantic search
- 43f8702: Fixed a bug in logging the chosen OpenAPI parser.
- 0f70699: Fixed a bug in `ExecuteProjectFunctionsReaperWorkflow` where it was running the
wrong workflow (`ProcessDeploymentWorkflow` instead of
`FunctionsReaperWorkflow`).
- 181971a: fix resource env config incorrectly unmarshaled

## 0.9.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.9.12",
"version": "0.9.13",
"description": "",
"private": true,
"main": "index.js",
Expand Down