mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
The channel "active agents" working timer/badge is fed by two signals: observer-derived turns (correctly scoped to agents the current identity owns) and a bot-typing fallback. The typing fallback mirrored *every* agent typing in the channel into the working signal, so another member's agent typing in a shared channel lit up your own timer. Scope the typing mirror to owned agents only — locally managed agents plus relay agents whose declared owner (NIP-OA) is the current identity — reusing combineObserverIngestionAgents so both feeds agree on "my agents". The in-channel "typing…" row is unchanged and still shows all agents; only what feeds the working timer is narrowed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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 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