Skip to content

Commit fb42461

Browse files
committed
Fix getSystemInfoSection call to include required parameters
1 parent e33086d commit fb42461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/prompts/system.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ${modesSection}
121121
122122
${getRulesSection(cwd, supportsComputerUse, effectiveDiffStrategy)}
123123
124-
${getSystemInfoSection(cwd)}
124+
${getSystemInfoSection(cwd, mode, customModeConfigs)}
125125
126126
${getObjectiveSection()}
127127

0 commit comments

Comments
 (0)