mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 07:10:55 +00:00
fix: wrong slash_command in systemMessage
This commit is contained in:
parent
8c109be48c
commit
7f645b9726
2 changed files with 71 additions and 57 deletions
|
|
@ -259,7 +259,7 @@ export async function buildSystemMessage(
|
|||
// Load slash commands with filtering based on allowed built-in commands
|
||||
const slashCommands = await loadSlashCommandNames(
|
||||
config,
|
||||
allowedBuiltinCommandNames || [],
|
||||
allowedBuiltinCommandNames,
|
||||
);
|
||||
|
||||
// Load subagent names from config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue