mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
feat: subagent phase 2 implementation
This commit is contained in:
parent
c49e4f6e8a
commit
5d8874205d
33 changed files with 2435 additions and 21 deletions
|
|
@ -34,6 +34,7 @@ import { settingsCommand } from '../ui/commands/settingsCommand.js';
|
|||
import { vimCommand } from '../ui/commands/vimCommand.js';
|
||||
import { setupGithubCommand } from '../ui/commands/setupGithubCommand.js';
|
||||
import { terminalSetupCommand } from '../ui/commands/terminalSetupCommand.js';
|
||||
import { agentsCommand } from '../ui/commands/agentsCommand.js';
|
||||
|
||||
/**
|
||||
* Loads the core, hard-coded slash commands that are an integral part
|
||||
|
|
@ -52,6 +53,7 @@ export class BuiltinCommandLoader implements ICommandLoader {
|
|||
async loadCommands(_signal: AbortSignal): Promise<SlashCommand[]> {
|
||||
const allDefinitions: Array<SlashCommand | null> = [
|
||||
aboutCommand,
|
||||
agentsCommand,
|
||||
authCommand,
|
||||
bugCommand,
|
||||
chatCommand,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue