refactor(chat): execution graph optimize (#873)

Co-authored-by: Haze <hazeone@users.noreply.github.com>
This commit is contained in:
Haze
2026-04-19 19:36:33 +08:00
committed by GitHub
Unverified
parent 2f03aa1fad
commit 1b2dccee6e
24 changed files with 1444 additions and 536 deletions

View File

@@ -23,7 +23,6 @@ describe('ChatMessage attachment dedupe', () => {
render(
<ChatMessage
message={message}
showThinking={false}
suppressProcessAttachments
/>,
);