mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat: subagent feature wip
This commit is contained in:
@@ -122,9 +122,9 @@ Slash commands provide meta-level control over the CLI itself.
|
||||
- **`create`**:
|
||||
- **Description:** Launch an interactive wizard to create a new subagent. The wizard guides you through location selection, AI-powered prompt generation, tool selection, and visual customization.
|
||||
- **Usage:** `/agents create`
|
||||
- **`list`**:
|
||||
- **`manage`**:
|
||||
- **Description:** Open an interactive management dialog to view, edit, and delete existing subagents. Shows both project-level and user-level agents.
|
||||
- **Usage:** `/agents list`
|
||||
- **Usage:** `/agents manage`
|
||||
- **Storage Locations:**
|
||||
- **Project-level:** `.qwen/agents/` (shared with team, takes precedence)
|
||||
- **User-level:** `~/.qwen/agents/` (personal agents, available across projects)
|
||||
|
||||
@@ -39,10 +39,10 @@ Subagents are independent AI assistants that:
|
||||
|
||||
Follow the guided wizard to create a specialized agent.
|
||||
|
||||
2. **List existing agents**:
|
||||
2. **Manage existing agents**:
|
||||
|
||||
```
|
||||
/agents list
|
||||
/agents manage
|
||||
```
|
||||
|
||||
View and manage your configured subagents.
|
||||
@@ -77,14 +77,14 @@ Creates a new subagent through a guided step wizard.
|
||||
/agents create
|
||||
```
|
||||
|
||||
#### `/agents list`
|
||||
#### `/agents manage`
|
||||
|
||||
Opens an interactive management dialog for viewing and managing existing subagents.
|
||||
|
||||
**Usage:**
|
||||
|
||||
```
|
||||
/agents list
|
||||
/agents manage
|
||||
```
|
||||
|
||||
### Storage Locations
|
||||
|
||||
Reference in New Issue
Block a user