drop todo about qualified writes, turns out others don't do it either so nbd (#177)

This commit is contained in:
Olcan 2025-04-25 14:16:24 -07:00 committed by GitHub
parent 7087c0508e
commit 34f100d6ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export const ToolConfirmationMessage: React.FC<
value: ToolConfirmationOutcome.ProceedOnce,
},
{
label: 'Yes, allow always', // TODO: this is extreme w/o being qualified by file or directory
label: 'Yes, allow always',
value: ToolConfirmationOutcome.ProceedAlways,
},
{ label: 'No (esc)', value: ToolConfirmationOutcome.Cancel },