mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
remove obsolete corgi mode
This commit is contained in:
parent
0d90d5c118
commit
f8aeb06823
14 changed files with 1 additions and 83 deletions
|
|
@ -15,7 +15,6 @@ import { bugCommand } from '../ui/commands/bugCommand.js';
|
|||
import { clearCommand } from '../ui/commands/clearCommand.js';
|
||||
import { compressCommand } from '../ui/commands/compressCommand.js';
|
||||
import { copyCommand } from '../ui/commands/copyCommand.js';
|
||||
import { corgiCommand } from '../ui/commands/corgiCommand.js';
|
||||
import { docsCommand } from '../ui/commands/docsCommand.js';
|
||||
import { directoryCommand } from '../ui/commands/directoryCommand.js';
|
||||
import { editorCommand } from '../ui/commands/editorCommand.js';
|
||||
|
|
@ -63,7 +62,6 @@ export class BuiltinCommandLoader implements ICommandLoader {
|
|||
clearCommand,
|
||||
compressCommand,
|
||||
copyCommand,
|
||||
corgiCommand,
|
||||
docsCommand,
|
||||
directoryCommand,
|
||||
editorCommand,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue