mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
feat: Add client-initiated tool call handling (#1292)
This commit is contained in:
parent
5cf8dc4f07
commit
c9950b3cb2
8 changed files with 363 additions and 136 deletions
|
|
@ -362,6 +362,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
|
|||
shellModeActive,
|
||||
getPreferredEditor,
|
||||
onAuthError,
|
||||
performMemoryRefresh,
|
||||
);
|
||||
pendingHistoryItems.push(...pendingGeminiHistoryItems);
|
||||
const { elapsedTime, currentLoadingPhrase } =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue