fix: include skills in minimal prompt mode for subagents
This commit is contained in:
@@ -18,7 +18,7 @@ function buildSkillsSection(params: {
|
|||||||
readToolName: string;
|
readToolName: string;
|
||||||
}) {
|
}) {
|
||||||
const trimmed = params.skillsPrompt?.trim();
|
const trimmed = params.skillsPrompt?.trim();
|
||||||
if (!trimmed || params.isMinimal) return [];
|
if (!trimmed) return [];
|
||||||
return [
|
return [
|
||||||
"## Skills (mandatory)",
|
"## Skills (mandatory)",
|
||||||
"Before replying: scan <available_skills> <description> entries.",
|
"Before replying: scan <available_skills> <description> entries.",
|
||||||
|
|||||||
Reference in New Issue
Block a user