mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 15:31:27 +00:00
feat: subagent feature wip
This commit is contained in:
parent
6b09aee32b
commit
4839cb9320
13 changed files with 48 additions and 33 deletions
|
|
@ -12,7 +12,7 @@ export const agentsCommand: SlashCommand = {
|
|||
kind: CommandKind.BUILT_IN,
|
||||
subCommands: [
|
||||
{
|
||||
name: 'list',
|
||||
name: 'manage',
|
||||
description: 'Manage existing subagents (view, edit, delete).',
|
||||
kind: CommandKind.BUILT_IN,
|
||||
action: (): OpenDialogActionReturn => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue