Skip to content

Commit e6ac857

Browse files
committed
Improve comment about reasoning logs
1 parent 4b5b174 commit e6ac857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export class RunInTerminalTool extends Disposable implements IToolImpl {
299299
}
300300
}
301301

302-
// TODO: Surface reason on tool part https://github.com/microsoft/vscode/issues/256780
302+
// Log detailed auto approval reasoning
303303
for (const reason of autoApproveReasons) {
304304
this._logService.info(`- ${reason}`);
305305
}

0 commit comments

Comments
 (0)