summaryrefslogtreecommitdiff
path: root/packages/cli/src/services/CommandService.ts
diff options
context:
space:
mode:
authorTommaso Sciortino <[email protected]>2025-07-18 17:28:40 -0700
committerGitHub <[email protected]>2025-07-19 00:28:40 +0000
commit4dbd9f30b6df879661e968e493f817667954bfce (patch)
tree3dcdfb8b550baf559ea86f27d898d33988cdaf31 /packages/cli/src/services/CommandService.ts
parent5b7b6fe608257381f522df5432d76e9fdf2bc144 (diff)
Revert background agent commits (#4479)
Diffstat (limited to 'packages/cli/src/services/CommandService.ts')
-rw-r--r--packages/cli/src/services/CommandService.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/cli/src/services/CommandService.ts b/packages/cli/src/services/CommandService.ts
index 9db4e9e6..def8cfcc 100644
--- a/packages/cli/src/services/CommandService.ts
+++ b/packages/cli/src/services/CommandService.ts
@@ -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,