Files
buzz/desktop
WintermuteandThomas Petersen 99bbbadb45 fix(desktop): address third-round review findings on project agent workspaces
- Keep scope-keyed in-memory sidebar membership authoritative so
  sequential add/remove mutations accumulate even when every
  localStorage write fails; storage is only the durable mirror.
  Regressions cover write-failure sequences, read+write failure, and
  recovery persisting the accumulated set.
- Disclose the exact agent-context payload before send: both the
  project-detail chat panel and the Projects prompt page now expose a
  pre-send preview of the byte-identical footer that will be appended
  and signed under the user's key, with an explicit untrusted-metadata
  warning. Component regression drives adversarial instruction-shaped
  metadata through the disclosure.

Co-authored-by: Thomas Petersen <thomasp@squareup.com>
Signed-off-by: Thomas Petersen <thomasp@squareup.com>
2026-08-16 19:51:17 -04:00
..
2026-08-03 21:51:17 -04:00

Buzz

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 frontend
  • pnpm tauri dev - run the desktop app
  • pnpm build - typecheck and build frontend
  • pnpm typecheck - TypeScript checks
  • pnpm lint - Biome lint
  • pnpm 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