mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-09 16:36:40 -07:00
split context (#24623)
This commit is contained in:
@@ -169,6 +169,11 @@ Implement a comprehensive authentication system with multiple providers.
|
||||
getUseTerminalBuffer: () => false,
|
||||
} as unknown as import('@google/gemini-cli-core').Config,
|
||||
settings: createMockSettings({ ui: { useAlternateBuffer } }),
|
||||
inputState: {
|
||||
buffer: { text: '' } as never,
|
||||
showEscapePrompt: false,
|
||||
shellModeActive: false,
|
||||
},
|
||||
},
|
||||
);
|
||||
};
|
||||
@@ -472,6 +477,11 @@ Implement a comprehensive authentication system with multiple providers.
|
||||
settings: createMockSettings({
|
||||
ui: { useAlternateBuffer: useAlternateBuffer ?? true },
|
||||
}),
|
||||
inputState: {
|
||||
buffer: { text: '' } as never,
|
||||
showEscapePrompt: false,
|
||||
shellModeActive: false,
|
||||
},
|
||||
},
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user