mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 21:50:52 +00:00
feat: subagent feature wip
This commit is contained in:
parent
549f296eb5
commit
6b09aee32b
30 changed files with 329 additions and 239 deletions
|
|
@ -44,7 +44,7 @@ import { FolderTrustDialog } from './components/FolderTrustDialog.js';
|
|||
import { ShellConfirmationDialog } from './components/ShellConfirmationDialog.js';
|
||||
import { RadioButtonSelect } from './components/shared/RadioButtonSelect.js';
|
||||
import {
|
||||
SubagentCreationWizard,
|
||||
AgentCreationWizard,
|
||||
AgentsManagerDialog,
|
||||
} from './components/subagents/index.js';
|
||||
import { Colors } from './colors.js';
|
||||
|
|
@ -1093,7 +1093,7 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => {
|
|||
</Box>
|
||||
) : isSubagentCreateDialogOpen ? (
|
||||
<Box flexDirection="column">
|
||||
<SubagentCreationWizard
|
||||
<AgentCreationWizard
|
||||
onClose={closeSubagentCreateDialog}
|
||||
config={config}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue