Skip to content

Commit b0875f8

Browse files
chore: version packages (#820)
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 ## [email protected] ### 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. ## [email protected] ### 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 ## [email protected] ### 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 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 181971a commit b0875f8

File tree

14 files changed

+29
-46
lines changed

14 files changed

+29
-46
lines changed

.changeset/cold-items-smoke.md

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

.changeset/cute-chicken-lead.md

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

.changeset/dark-impalas-sin.md

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

.changeset/four-shirts-cheer.md

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

.changeset/light-meals-beam.md

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

.changeset/mean-shrimps-look.md

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

.changeset/pink-shirts-lay.md

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

.changeset/real-coins-glow.md

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

cli/CHANGELOG.md

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

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- 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.
8+
39
## 0.13.0
410

511
### Minor Changes

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "cli",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"private": true
55
}

0 commit comments

Comments
 (0)