mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-20 23:10:48 -07:00
feat(cli): implement prompt stashing with Alt+S
This commit is contained in:
@@ -567,6 +567,8 @@ const mockUIActions: UIActions = {
|
||||
handleEmptyWalletChoice: vi.fn(),
|
||||
setQueueErrorMessage: vi.fn(),
|
||||
popAllMessages: vi.fn(),
|
||||
stashPrompt: vi.fn(),
|
||||
popStashedPrompt: vi.fn(),
|
||||
handleApiKeySubmit: vi.fn(),
|
||||
handleApiKeyCancel: vi.fn(),
|
||||
setBannerVisible: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user