Add Windsurf in edit tool to modify changes, if installed (#853)

This commit is contained in:
Eddie Santos 2025-06-09 16:01:06 -07:00 committed by GitHub
parent 5c9e526f0e
commit 6484dc9008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 92 additions and 15 deletions

View file

@ -233,6 +233,8 @@ export enum ToolConfirmationOutcome {
ProceedAlwaysServer = 'proceed_always_server',
ProceedAlwaysTool = 'proceed_always_tool',
ModifyVSCode = 'modify_vscode',
ModifyWindsurf = 'modify_windsurf',
ModifyCursor = 'modify_cursor',
ModifyVim = 'modify_vim',
Cancel = 'cancel',
}