Add /background commands (when background agent is configured) (#4407)

Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
Tommaso Sciortino 2025-07-18 15:38:04 -07:00 committed by GitHub
parent 04bbc60b97
commit 003609239f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 563 additions and 3 deletions

View file

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