mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat: subagent list dialog - working
This commit is contained in:
parent
9fcc7a4cbe
commit
e44e28a640
24 changed files with 1340 additions and 307 deletions
|
|
@ -145,6 +145,7 @@ describe('useSlashCommandProcessor', () => {
|
|||
vi.fn(), // openPrivacyNotice
|
||||
vi.fn(), // openSettingsDialog
|
||||
vi.fn(), // openSubagentCreateDialog
|
||||
vi.fn(), // openAgentsManagerDialog
|
||||
vi.fn(), // toggleVimEnabled
|
||||
setIsProcessing,
|
||||
vi.fn(), // setGeminiMdFileCount
|
||||
|
|
@ -898,6 +899,7 @@ describe('useSlashCommandProcessor', () => {
|
|||
vi.fn(), // openPrivacyNotice
|
||||
vi.fn(), // openSettingsDialog
|
||||
vi.fn(), // openSubagentCreateDialog
|
||||
vi.fn(), // openAgentsManagerDialog
|
||||
vi.fn(), // toggleVimEnabled
|
||||
vi.fn(), // setIsProcessing
|
||||
vi.fn(), // setGeminiMdFileCount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue