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 4d0d1ed commit 170e623Copy full SHA for 170e623
src/core/task/Task.ts
@@ -1709,7 +1709,7 @@ export class Task extends EventEmitter<ClineEvents> {
1709
return SYSTEM_PROMPT(
1710
provider.context,
1711
this.cwd,
1712
- // kilocode_change: supports images => supports browser, frontrunning on https://github.com/RooCodeInc/Roo-Code/pull/5026
+ // kilocode_change: supports images => supports browser, front-running on https://github.com/RooCodeInc/Roo-Code/pull/5026
1713
(this.api.getModel().info.supportsImages ?? false) && (browserToolEnabled ?? true),
1714
mcpHub,
1715
this.diffStrategy,
0 commit comments