mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 10:05:18 +00:00
* Move Foundry HTTP APIs out of /api/rivet
* Move Foundry HTTP APIs onto /v1
* Fix Foundry Rivet base path and frontend endpoint fallback
* Configure Foundry Rivet runner pool for /v1
* Remove Foundry Rivet runner override
* Serve Foundry Rivet routes directly from Bun
* Log Foundry RivetKit deployment friction
* Add actor display metadata
* Tighten actor schema constraints
* Reset actor persistence baseline
* Remove temporary actor key version prefix
Railway has no persistent volumes so stale actors are wiped on
each deploy. The v2 key rotation is no longer needed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Cache app workspace actor handle across requests
Every request was calling getOrCreate on the Rivet engine API
to resolve the workspace actor, even though it's always the same
actor. Cache the handle and invalidate on error so retries
re-resolve. This eliminates redundant cross-region round-trips
to api.rivet.dev on every request.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add temporary debug logging to GitHub OAuth exchange
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Make squashed baseline migrations idempotent
Use CREATE TABLE IF NOT EXISTS and CREATE UNIQUE INDEX IF NOT
EXISTS so the squashed baseline can run against actors that
already have tables from the pre-squash migration sequence.
This fixes the "table already exists" error when org workspace
actors wake up with stale migration journals.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Revert "Make squashed baseline migrations idempotent"
This reverts commit
|
||
|---|---|---|
| .. | ||
| ai | ||
| deploy | ||
| images | ||
| logo | ||
| agent-capabilities.mdx | ||
| agent-sessions.mdx | ||
| architecture.mdx | ||
| attachments.mdx | ||
| cli.mdx | ||
| cors.mdx | ||
| credentials.mdx | ||
| custom-tools.mdx | ||
| daemon.mdx | ||
| docs.json | ||
| favicon.svg | ||
| file-system.mdx | ||
| gigacode.mdx | ||
| inspector.mdx | ||
| manage-sessions.mdx | ||
| mcp-config.mdx | ||
| multiplayer.mdx | ||
| observability.mdx | ||
| openapi.json | ||
| opencode-compatibility.mdx | ||
| pi-support-plan.md | ||
| processes.mdx | ||
| quickstart.mdx | ||
| react-components.mdx | ||
| sdk-overview.mdx | ||
| security.mdx | ||
| session-persistence.mdx | ||
| session-restoration.mdx | ||
| session-transcript-schema.mdx | ||
| skills-config.mdx | ||
| telemetry.mdx | ||
| theme.css | ||
| troubleshooting.mdx | ||