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

@@ -63,7 +63,6 @@ describe('useChatStore startup history retry', () => {
error: null,
loading: false,
thinkingLevel: null,
showThinking: true,
});
gatewayRpcMock
@@ -115,7 +114,6 @@ describe('useChatStore startup history retry', () => {
error: null,
loading: false,
thinkingLevel: null,
showThinking: true,
});
gatewayRpcMock
@@ -162,7 +160,6 @@ describe('useChatStore startup history retry', () => {
error: null,
loading: false,
thinkingLevel: null,
showThinking: true,
});
let resolveFirstAttempt: ((value: { messages: Array<{ role: string; content: string; timestamp: number }> }) => void) | null = null;
@@ -242,7 +239,6 @@ describe('useChatStore startup history retry', () => {
error: null,
loading: false,
thinkingLevel: null,
showThinking: true,
});
gatewayRpcMock.mockImplementationOnce(async () => {