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/sprites-sandbox-provider.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ai-sandbox-sprites/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @tanstack/ai-sandbox-sprites

## 0.2.0

### Minor Changes

- [#868](https://github.com/TanStack/ai/pull/868) [`c3bb4b9`](https://github.com/TanStack/ai/commit/c3bb4b9bdd79d3da599a5f77a874da421188eeff) - Add `@tanstack/ai-sandbox-sprites`: a Sprites (Fly.io) stateful sandbox provider implementing the `SandboxProvider` / `SandboxHandle` contract. Supports exec (with separate stdout/stderr), background processes, native filesystem I/O, exec-backed git, env injection, durable filesystem, resume-by-id, and checkpoints (`snapshot()` to create a save point; in-place `restoreCheckpoint()` / `listCheckpoints()` on the handle). `ports.connect()` exposes the Sprite's single proxied public-URL port. Dependency-free (REST + WebSocket); needs `SPRITES_API_KEY`.
2 changes: 1 addition & 1 deletion packages/ai-sandbox-sprites/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-sandbox-sprites",
"version": "0.1.0",
"version": "0.2.0",
"description": "Sprites sandbox provider for TanStack AI — run harness adapters inside isolated Fly.io Sprite stateful sandboxes through the uniform SandboxHandle.",
"author": "",
"license": "MIT",
Expand Down