mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 22:51:08 +00:00
fix: plan mode adjustments
This commit is contained in:
parent
249b141f19
commit
8035be6f8d
10 changed files with 169 additions and 47 deletions
|
|
@ -275,7 +275,7 @@ export async function buildSystemMessage(
|
|||
tools,
|
||||
mcp_servers: mcpServerList,
|
||||
model: config.getModel(),
|
||||
permissionMode,
|
||||
permission_mode: permissionMode,
|
||||
slash_commands: slashCommands,
|
||||
qwen_code_version: config.getCliVersion() || 'unknown',
|
||||
agents: agentNames,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue