sandbox-agent/foundry
Nathan Flurry 689d968397 Fix Foundry UI bugs: org names, hanging sessions, and wrong repo creation
- Fix org display name using GitHub description instead of name field
- Fix createWorkbenchSession hanging when sandbox is provisioning
- Fix auto-session creation retry storm on errors
- Fix task creation using wrong repo due to React state race conditions
- Remove Bun hot-reload from backend Dockerfile (causes port drift)
- Add GitHub sync/install status to dev panel

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-13 20:46:50 -07:00
..
docker Fix Foundry UI bugs: org names, hanging sessions, and wrong repo creation 2026-03-13 20:46:50 -07:00
e2e Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
memory Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
packages Fix Foundry UI bugs: org names, hanging sessions, and wrong repo creation 2026-03-13 20:46:50 -07:00
research WIP: async action fixes and interest manager 2026-03-13 18:48:07 -07:00
screenshots Fix Foundry UI bugs: org names, hanging sessions, and wrong repo creation 2026-03-13 20:46:50 -07:00
scripts Fix Foundry UI bugs: org names, hanging sessions, and wrong repo creation 2026-03-13 20:46:50 -07:00
AGENTS.md Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
CLAUDE.md Fix Foundry UI bugs: org names, hanging sessions, and wrong repo creation 2026-03-13 20:46:50 -07:00
compose.dev.yaml Merge remote-tracking branch 'origin/full-docker-defaults' into async-action-fixes 2026-03-13 18:50:46 -07:00
compose.mock.yaml Add full Docker image defaults, fix actor deadlocks, and improve dev experience 2026-03-13 18:31:55 -07:00
compose.preview.yaml Use vanilla Rivet routing in Foundry backend 2026-03-12 18:48:11 -07:00
CONTRIBUTING.md Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
foundry-cloud.md Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
railway.toml Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
README.md Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00
tsconfig.base.json Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00

Foundry

TypeScript workspace 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

Project 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 projects to enterprise teams.

License

MIT