mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Two chat-mode harness features: - chat_title observer frames: after the first successful turn in a chat channel, run a tool-less side session (no MCP servers, no system prompt, observer muted so its wire traffic never pollutes the turn's transcript) that titles the conversation, and emit the sanitized result as a chat_title frame for the desktop to apply. - chat backlog replay: chats now subscribe from just after the agent's own last reply (capped at 6h) instead of the startup watermark, so a message sent while the agent was stopped is delivered once the owner activates it, instead of being silently skipped forever. Adds streamed assistant-text capture to AcpClient for side prompts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>