feat(cli): implement prompt stashing with Alt+S

This commit is contained in:
Jack Wotherspoon
2026-03-24 23:09:00 -07:00
parent 0c919857fa
commit b101a83414
15 changed files with 349 additions and 7 deletions
+2
View File
@@ -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(),