Revert background agent commits (#4479)

This commit is contained in:
Tommaso Sciortino
2025-07-18 17:28:40 -07:00
committed by GitHub
parent 5b7b6fe608
commit 4dbd9f30b6
16 changed files with 3 additions and 871 deletions

View File

@@ -382,7 +382,6 @@ export async function loadCliConfig(
toolCallCommand: settings.toolCallCommand,
mcpServerCommand: settings.mcpServerCommand,
mcpServers,
backgroundAgents: settings.backgroundAgents,
userMemory: memoryContent,
geminiMdFileCount: fileCount,
approvalMode: argv.yolo || false ? ApprovalMode.YOLO : ApprovalMode.DEFAULT,

View File

@@ -64,7 +64,6 @@ export interface Settings {
toolCallCommand?: string;
mcpServerCommand?: string;
mcpServers?: Record<string, MCPServerConfig>;
backgroundAgents?: Record<string, MCPServerConfig>;
allowMCPServers?: string[];
excludeMCPServers?: string[];
showMemoryUsage?: boolean;