mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Ensure the assistant onboarding maintains exactly one personal agent: recognize prior agents by a stable system-prompt marker, reuse the single keeper, and delete duplicates left over from earlier sessions. Reset now reuses that agent and bounces its process so each session gets a fresh relay connection, fixing silent non-responses from a wedged long-lived agent. Add a dev-only force flag (localStorage / ?onboarding=force) to replay onboarding even after completion, cleared on finish/skip. Split AssistantSetupStep into pure helpers (lib/assistantSetupHelpers) and terminal UI (ui/AssistantTerminal) to stay near the file-size gate. Co-authored-by: Cursor <cursoragent@cursor.com>
Sprout
Desktop chat shell with:
- Tauri + React + TypeScript + Vite
- Tailwind CSS
- shadcn/ui-ready shared components
- Biome (lint/format/check)
- Feature-driven frontend structure
Scripts
pnpm dev- run the web frontendpnpm tauri dev- run the desktop apppnpm build- typecheck and build frontendpnpm typecheck- TypeScript checkspnpm lint- Biome lintpnpm format- Biome format (write)pnpm check- Biome check
Structure
src/shared- reusable app-wide code (ui,lib,styles)src/features- feature modules (vertical slices)src/app- top-level app composition