mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
The production proxy chain (Cloudflare -> Fastly -> Railway) retries OAuth callback requests when they take >10s. The first request succeeds and deletes the verification record, so the retry fails with "verification not found" -> ?error=please_restart_the_process. - Add callback deduplication by OAuth state param in the auth handler. Duplicate requests wait for the original and return a cloned response. - Cache appOrganization() and getUser() actor handles to eliminate redundant getOrCreate RPCs during callbacks (was 10+ per sign-in). - Add diagnostic logging for auth callback timing and adapter operations. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| docker | ||
| e2e | ||
| memory | ||
| packages | ||
| research | ||
| screenshots | ||
| scripts | ||
| AGENT-HANDOFF.md | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| compose.dev.yaml | ||
| compose.mock.yaml | ||
| compose.preview.yaml | ||
| CONTRIBUTING.md | ||
| FOUNDRY-CHANGES.md | ||
| foundry-cloud.md | ||
| railway.toml | ||
| README.md | ||
| tsconfig.base.json | ||
Foundry
TypeScript organization task system powered by RivetKit actors, SQLite/Drizzle state, and OpenTUI.
Documentation: see ../docs/ in the repository root
Quick Install
curl -fsSL https://bun.sh/install | bash
pnpm install
pnpm -w build
Repository Goals
- Simple: There's one screen. It has everything you need. You can use it blindfolded.
- Fast: No waiting around.
- Collaborative: Built for fast moving teams that need code reviewed & shipped fast.
- Pluggable: Works for small side repositories to enterprise teams.
License
MIT