File tree Expand file tree Collapse file tree
packages/vscode/src/commands/open-settings-command Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Code with your favorite chatbot without tedious copy-pasting. The Connector exte
6767Get code at cursor from state-of-the-art reasoning models.
6868
6969** Edit Context** \
70- Create and modify files in context based on natural language instructions.
70+ Modify files in context based on natural language instructions.
7171
7272** Intelligent Update** \
7373Integrate chat/API responses in "truncated" edit format. Fix malformed diffs.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Context edit
33sidebar_position : 2
44---
55
6- Create and modify files in context based on natural language instructions.
6+ Modify files in context based on natural language instructions.
77
88✓ Multi-file updates in a single API call \
99✓ Efficient in output tokens—requests diffs
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Get code at cursor from state-of-the-art reasoning models.
1313
1414### [ Context edit] ( ./context-edit )
1515
16- Create and modify files in context based on natural language instructions.
16+ Modify files in context based on natural language instructions.
1717
1818### [ Intelligent update] ( ./intelligent-update )
1919
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const open_settings_command = (context: vscode.ExtensionContext) => {
3939 {
4040 label : LABEL_EDIT_CONTEXT ,
4141 detail :
42- 'Create and modify files based on natural language instructions.'
42+ 'Modify files based on natural language instructions.'
4343 } ,
4444 {
4545 label : LABEL_INTELLIGENT_UPDATE ,
You can’t perform that action at this time.
0 commit comments