Qwen-code (#430)
This commit is contained in:
@@ -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>, };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user