sandbox-agent/factory
Nicholas Kissel e792a720a0
Refine Foundry UI layout and styling (#235)
* feat: modernize chat UI and rename handoff to task

- Remove agent message bubbles, keep user bubbles (right-aligned)
- Rename "Handoffs" to "Tasks" with ListChecks icon in sidebar
- Move model picker inside composer, add renderFooter to ChatComposer SDK
- Make project sections collapsible with hover-only chevrons
- Remove divider between chat and composer
- Update model picker chevron to flip on open/close
- Replace all user-visible "handoff" strings with "task" across frontend

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* feat: real org mock data, model picker styling, project icons, task minutes indicator

- Replace fake acme/* mock data with real rivet-dev GitHub org repos and PRs
- Fix model picker popover: dark gray surface with backdrop blur instead of pure black
- Add colored letter icons to project section headers (swap to chevron on hover)
- Add "847 min used" indicator in transcript header
- Rename browser tab title from OpenHandoff to Foundry
- Reduce transcript header title font weight to 500

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* feat: refine Foundry UI — single-line task cards, dark user bubbles, curved panel corners, send icon

- Collapse task sidebar cards to single-line layout (title, number, diffs, timestamp)
- Dark-themed user message bubbles matching site theme
- Curved top-left corner on center chat panel with border line
- Subtle focus border on composer input
- Replace ArrowUpFromLine with SendHorizonal icon
- Tab strip gaps, padding, and divider alignment fixes
- Plus button with visible background
- Right sidebar header color matching

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 01:50:36 -07:00
..
docker Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
e2e Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
memory Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
packages Refine Foundry UI layout and styling (#235) 2026-03-11 01:50:36 -07:00
research Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
scripts Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
AGENTS.md Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
CLAUDE.md Share chat UI components in @sandbox-agent/react (#228) 2026-03-10 22:31:36 -07:00
compose.dev.yaml Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
compose.preview.yaml Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
CONTRIBUTING.md Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
Dockerfile Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
factory-cloud.md Add star repo onboarding flow (#232) 2026-03-10 23:47:33 -07:00
railway.toml Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
README.md Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
tsconfig.base.json Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00

OpenHandoff

TypeScript workspace handoff system powered by RivetKit actors, SQLite/Drizzle state, and OpenTUI.

Documentation: openhandoff.dev

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