mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 07:10:55 +00:00
Revert background agent commits (#4479)
This commit is contained in:
parent
5b7b6fe608
commit
4dbd9f30b6
16 changed files with 3 additions and 871 deletions
|
|
@ -7,7 +7,6 @@
|
|||
import { Config } from '@google/gemini-cli-core';
|
||||
import { SlashCommand } from '../ui/commands/types.js';
|
||||
import { memoryCommand } from '../ui/commands/memoryCommand.js';
|
||||
import { backgroundCommand } from '../ui/commands/backgroundCommand.js';
|
||||
import { helpCommand } from '../ui/commands/helpCommand.js';
|
||||
import { clearCommand } from '../ui/commands/clearCommand.js';
|
||||
import { corgiCommand } from '../ui/commands/corgiCommand.js';
|
||||
|
|
@ -34,7 +33,6 @@ const loadBuiltInCommands = async (
|
|||
const allCommands = [
|
||||
aboutCommand,
|
||||
authCommand,
|
||||
backgroundCommand(config),
|
||||
bugCommand,
|
||||
chatCommand,
|
||||
clearCommand,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue