mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-17 09:30:58 -07:00
feat(sessions): add /resume slash command to open the session browser (#13621)
This commit is contained in:
@@ -148,6 +148,10 @@ const mockUIActions: UIActions = {
|
||||
closeSettingsDialog: vi.fn(),
|
||||
closeModelDialog: vi.fn(),
|
||||
openPermissionsDialog: vi.fn(),
|
||||
openSessionBrowser: vi.fn(),
|
||||
closeSessionBrowser: vi.fn(),
|
||||
handleResumeSession: vi.fn(),
|
||||
handleDeleteSession: vi.fn(),
|
||||
closePermissionsDialog: vi.fn(),
|
||||
setShellModeActive: vi.fn(),
|
||||
vimHandleInput: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user