mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00:00
feat: subagent phase 2 implementation
This commit is contained in:
24
packages/cli/src/ui/components/subagents/index.ts
Normal file
24
packages/cli/src/ui/components/subagents/index.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2025 Qwen
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
export { SubagentCreationWizard } from './SubagentCreationWizard.js';
|
||||
export { LocationSelector } from './LocationSelector.js';
|
||||
export { GenerationMethodSelector } from './GenerationMethodSelector.js';
|
||||
export { DescriptionInput } from './DescriptionInput.js';
|
||||
export { ToolSelector } from './ToolSelector.js';
|
||||
export { ColorSelector } from './ColorSelector.js';
|
||||
export { CreationSummary } from './CreationSummary.js';
|
||||
|
||||
export type {
|
||||
CreationWizardState,
|
||||
WizardAction,
|
||||
WizardStepProps,
|
||||
WizardResult,
|
||||
ToolCategory,
|
||||
ColorOption,
|
||||
} from './types.js';
|
||||
|
||||
export { wizardReducer, initialWizardState } from './wizardReducer.js';
|
||||
Reference in New Issue
Block a user