Files
npub1223z34hd7vtwc6qj4s7flsxkj644nlre2nthu7lrrmkumhu3xddsrx9r6wandTaylor Ho b2b0857c0c fix(desktop): sync derived active-turn liveness in channel activity path
Rebased from tho/active-turn-bridge-fix (#1492) onto post-#1380 main,
squashing the temporary debug-harness add/remove churn that netted to
zero. Behavior preserved:

- ChannelScreen mounts useActiveAgentTurnsBridge next to the existing
  observer bridge so raw observer frames (e.g. turn_completed) and the
  derived liveness store stay in sync in the channel activity path
- Extract syncActiveAgentTurnsFromObserver() from the bridge hook so the
  regression test drives the exact observer→derived-liveness path
- resetActiveAgentTurnsStore() wired into workspace-switch reset per the
  workspace-switching singleton contract
- Regression coverage: observer→active-turns bridge sync keeps the raw
  feed's completion event while derived liveness clears; non-running
  agents don't populate the store

Co-authored-by: Taylor Ho <taylorkmho@gmail.com>
Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
2026-07-03 12:34:04 -07:00
..
2026-06-11 15:06:24 +00:00
2026-06-11 15:06:24 +00: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