Qwen-code (#430)

This commit is contained in:
Solomon
2025-08-12 10:35:19 +01:00
committed by GitHub
parent c704085408
commit 74db7161b6
8 changed files with 115 additions and 116 deletions

View File

@@ -102,7 +102,11 @@ agent: BaseCodingAgent,
/**
* Command builder configuration
*/
command: CommandBuilder, };
command: CommandBuilder,
/**
* Optional profile-specific MCP config file path (absolute; supports leading ~). Overrides the default `BaseCodingAgent` config path
*/
mcp_config_path: string | null, };
export type AgentProfiles = { profiles: Array<AgentProfile>, };