multica/packages
Naiyuan Qing d96bdb0126 fix(ui): prevent empty div flicker between tool transitions
The text wrapper div was rendering when `isStreaming` was true but
`text` was empty, causing a brief empty flex container to appear
between tool executions. Changed condition from `(text || isStreaming)`
to `text` only, so the div only renders when there's actual content.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-26 16:18:29 +08:00
..
core fix(agent): auto-recover from persistent 400 format errors by reloading session 2026-02-24 13:19:39 +08:00
hooks fix(chat): stabilize multi-session sync and tool flow 2026-02-17 15:59:25 +08:00
sdk refactor(core-sdk): enforce conversation-only client protocol 2026-02-17 09:41:37 +08:00
store refactor(protocol): add conversationId compatibility across hub/client 2026-02-17 09:39:24 +08:00
types refactor(protocol): add conversationId compatibility across hub/client 2026-02-17 09:39:24 +08:00
ui fix(ui): prevent empty div flicker between tool transitions 2026-02-26 16:18:29 +08:00
utils feat(utils): add SMC_DATA_DIR env var to override root data directory 2026-02-15 00:39:13 +08:00