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/brown-colts-open.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-wasps-open.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-views-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-toys-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-balloons-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-pugs-post.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-hats-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-planets-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-apples-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-ends-sink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/legal-results-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-taxis-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-glasses-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-shrimps-show.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/olive-spies-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-singers-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-moles-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-donuts-sink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaky-streets-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-hands-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-squids-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slick-towns-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-bugs-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-ends-dig.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-goats-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-shoes-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-banks-read.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-views-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-weeks-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yummy-trees-report.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- d6923b6: Enable asset upload to gram via `gram upload`

### Patch Changes

- 38e7b8f: Release CLI with properly prefixed tags.
- 40f0565: Increase client timeout to 10 minutes

## 0.3.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": "@gram/cli",
"version": "0.3.0",
"version": "0.4.0",
"private": true
}
15 changes: 15 additions & 0 deletions client/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @gram/dashboard

## 0.12.0

### Minor Changes

- e956b16: feat: temperature slider in the playground
- fbdc9bd: feat: add @ symbol tool tagging syntax to playground
- 0e83d56: add new mcp configuration section for setting up install pages

### Patch Changes

- 90daf89: fix: prevent asset names from being cut off in deployments overview
- f312721: fix: only capture cmd-f in logs when logs section is focused
- Updated dependencies [8972d1d]
- @gram/[email protected]

## 0.11.0

### Minor 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": "@gram/dashboard",
"private": true,
"version": "0.11.0",
"version": "0.12.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions client/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @gram/client

## 0.14.7

### Patch Changes

- 8972d1d: feat: update client to account for function tool types"
14 changes: 10 additions & 4 deletions client/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gram/client",
"version": "0.14.6",
"version": "0.14.7",
"author": "Speakeasy",
"private": true,
"type": "module",
Expand Down Expand Up @@ -60,9 +60,15 @@
"react-dom": "^18 || ^19"
},
"peerDependenciesMeta": {
"@tanstack/react-query": {"optional":true},
"react": {"optional":true},
"react-dom": {"optional":true}
"@tanstack/react-query": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"devDependencies": {
"@eslint/js": "^9.19.0",
Expand Down
16 changes: 16 additions & 0 deletions functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @gram/functions

## 0.0.1

### Patch Changes

- caee968: Harden function runner images by:
- Add basic safety checks after image builds to screen out setuid/setgid and check fs permissions.
- Remove most unnecessary system binaries
- Using root to bootstrap the filesystem of the runner then starting the runner as a non-root user. This ensures code is tamper proof. Alpine's `exec-su` is used to drop privileges.
- Moving from `/srv/app` to `/var/task` as the working directory to following aws lambda conventions and making all created files and directories owned by root and read-only.
- Allowing only a minimal set of headers to be sent from functions and especially preventing any headers related flyio's replay feature [^1].
- Removing debug symbols and trimming paths from the binary to reduce size and have stable paths in stack traces.
- Setting build info in the binary and implementing a flag, `gram-runner -version` to print it. We also set the version in a `Gram-Runner-Version` header on all outgoing responses.

[^1]: https://fly.io/docs/networking/dynamic-request-routing/
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "@gram/functions",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
28 changes: 28 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @gram/server

## 0.4.0

### Minor Changes

- 276d265: Support API key validation (/rpc/keys.verify)
- 7912397: Add endpoint to expose a project's active deployment

### Patch Changes

- e76199f: fill default schema for prompt templates
- 004e017: fix: consistent environment overrides"
- 148c86f: install page reflects pure toolset name
- 85ceb4c: Add JSON schema validation to tool schema generation
- 6a331ac: feat: connection function tools to toolset concept
- 6f11e8e: add ability to configure install pages and render configurations onto pages
- ae5a041: Add clickhouse dependency
- 094c3ee: Extract tools concurrently from incoming specs.
- 5a32fd7: fix: ensure custom domain ingress has proper regex annotation
- 41b5a22: feat: add consistent trace id to tool call requests
- 4fd085a: Update sanitization logic to properly coerce into the regex
- 8d7852e: add table for install page metadata
- 40ef4c9: feat: add project id to function tools model
- 663c572: omit access token which overrides intended oauth behavior
- 36454a3: patch nil dereference
- c40d9c0: fix: adjust cors policy for mcp oauth routes
- 180bfca: restore old location for install page (no /install)
- dcd0055: feat: billing usage tracking federation

## 0.3.0

### Minor 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": "@gram/server",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"private": true,
"main": "index.js",
Expand Down