mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-21 04:45:12 +00:00
* fix: setup * fix: compact workflow tidbits within streamed assistant parts feat: collapse workflow tidbit status messages in graph chat * Revert "fix: compact workflow tidbits within streamed assistant parts" This reverts commit f5fa6d6b7a480dfc001ede6de7949f45c7777f37. * fix: collapse workflow tidbit status messages in graph chat Tidbit messages (jokes/status ending with ...) during workflow execution now replace each other in place instead of stacking as separate chat bubbles. Handles both consecutive tidbit messages and multiple tidbit text parts within a single streamed message. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: compact multi-line tidbits within a single text part Tidbits arrive as text-deltas accumulated into a single text part (e.g. "Generating workflow…\nReticulating splines…\n..."). The previous fix only handled separate parts and separate messages but not multiple tidbit lines within one part. Added compactTidbitLinesInPart to trim multi-line tidbit text to just the last line. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>