Skip to content

Commit 51bd969

Browse files
committed
Update 'Edit Context' descriptions to clarify the feature only modifies existing files
1 parent 6acd0cd commit 51bd969

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Code with your favorite chatbot without tedious copy-pasting. The Connector exte
6767
Get 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** \
7373
Integrate chat/API responses in "truncated" edit format. Fix malformed diffs.

docs/api-tools/context-edit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Context edit
33
sidebar_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

docs/api-tools/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/vscode/src/commands/open-settings-command/open-settings-command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)