mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
Add Windsurf in edit tool to modify changes, if installed (#853)
This commit is contained in:
parent
5c9e526f0e
commit
6484dc9008
6 changed files with 92 additions and 15 deletions
|
|
@ -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',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue