mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Refactor /resume command to use dialog instead of standalone Ink app
This commit is contained in:
parent
2de50ae436
commit
12877ac849
9 changed files with 471 additions and 75 deletions
|
|
@ -64,6 +64,10 @@ export interface UIActions {
|
|||
// Subagent dialogs
|
||||
closeSubagentCreateDialog: () => void;
|
||||
closeAgentsManagerDialog: () => void;
|
||||
// Resume session dialog
|
||||
openResumeDialog: () => void;
|
||||
closeResumeDialog: () => void;
|
||||
handleResumeSessionSelect: (sessionId: string) => void;
|
||||
}
|
||||
|
||||
export const UIActionsContext = createContext<UIActions | null>(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue