diff options
| author | Abhi <[email protected]> | 2025-06-22 01:35:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-22 01:35:36 -0400 |
| commit | c9950b3cb273246d801a5cbb04cf421d4c5e39c4 (patch) | |
| tree | 0acd0de4ef11c6031c70489bba6063bbba4ca8f1 /packages/cli/src/ui/App.tsx | |
| parent | 5cf8dc4f0784408f4c2fcfc56d6e834facccf4a3 (diff) | |
feat: Add client-initiated tool call handling (#1292)
Diffstat (limited to 'packages/cli/src/ui/App.tsx')
| -rw-r--r-- | packages/cli/src/ui/App.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index 48d045e3..43936778 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -362,6 +362,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => { shellModeActive, getPreferredEditor, onAuthError, + performMemoryRefresh, ); pendingHistoryItems.push(...pendingGeminiHistoryItems); const { elapsedTime, currentLoadingPhrase } = |
