We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d97429 commit 7ed0302Copy full SHA for 7ed0302
src/core/Cline.ts
@@ -1192,14 +1192,7 @@ export class Cline {
1192
mcpHub,
1193
this.browserSettings,
1194
)
1195
- this.providerRef
1196
- .deref()
1197
- ?.log(
1198
- `System prompt length with MCP ${mcpHub.shouldIncludeInPrompt() ? "enabled" : "disabled"}: ${systemPrompt.length} characters`,
1199
- )
1200
- // console.error(
1201
- // `System prompt length with MCP ${mcpHub.shouldIncludeInPrompt() ? "enabled" : "disabled"}: ${systemPrompt.length} characters`,
1202
- // )
+
1203
let settingsCustomInstructions = this.customInstructions?.trim()
1204
const clineRulesFilePath = path.resolve(cwd, GlobalFileNames.clineRules)
1205
let clineRulesFileInstructions: string | undefined
0 commit comments