Skip to content

Commit e78492b

Browse files
CopilotTyriar
andcommitted
Add logging comment and finalize prompt heuristics implementation
Co-authored-by: Tyriar <[email protected]>
1 parent e3e4b23 commit e78492b

File tree

1 file changed

+1
-0
lines changed
  • src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/executeStrategy

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/executeStrategy/executeStrategy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export async function waitForIdleWithPromptHeuristics(
141141
}
142142

143143
// If we detect a common prompt pattern, we're done
144+
// Note: Logging is handled by the calling strategy (e.g., noneExecuteStrategy)
144145
if (detectsCommonPromptPattern(content)) {
145146
return;
146147
}

0 commit comments

Comments
 (0)