From dcf642f31e686a53729c7826baa2fe652881accf Mon Sep 17 00:00:00 2001 From: esengine <359807859@qq.com> Date: Sat, 2 May 2026 18:54:50 -0700 Subject: [PATCH] fix(cards): restore brand accent on done-state assistant reply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #126 (0.23.0) gave done assistant Markdown a brand-toned borderLeft per lamyc's RFC #20 readability ask. The #136 card redesign extracted CardBox but flipped the done-state color to FG.faint, defeating the contrast that lets long replies stand out in scrollback. Now matches the streaming-state color so the bar reads continuously across the streaming → done flip. Aborted state stays on FG.faint (correctly de-emphasized). --- src/cli/ui/cards/StreamingCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/ui/cards/StreamingCard.tsx b/src/cli/ui/cards/StreamingCard.tsx index c0669eb..6778424 100644 --- a/src/cli/ui/cards/StreamingCard.tsx +++ b/src/cli/ui/cards/StreamingCard.tsx @@ -26,7 +26,7 @@ export function StreamingCard({ card }: { card: StreamingCardData }): React.Reac if (card.done && !card.aborted) { return ( - +