Skip to content

Commit 713d69d

Browse files
committed
feat: Rename "Auto-edits" to "Auto-edit"
- Update the feature name from "Auto-edits" to "Auto-edit" throughout the documentation - Adjust the subtitle and description to reflect the singular "Auto-edit" name - Update the section headings and references to use the singular "Auto-edit" terminology
1 parent b8516a1 commit 713d69d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/cody/capabilities/auto-edit.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Auto-edits
1+
# Auto-edit
22

3-
<p className="subtitle">Auto-edits suggests code changes by analyzing your cursor movements and typing. After you've made at least one character edit in your codebase, it begins proposing contextual modifications based on your cursor position and recent changes.</p>
3+
<p className="subtitle">Auto-edit suggests code changes by analyzing your cursor movements and typing. After you've made at least one character edit in your codebase, it begins proposing contextual modifications based on your cursor position and recent changes.</p>
44

5-
<Callout type="info">Auto-edits is currently in the Experimental stage for all Cody users. Enterprise users can also use this, but with limited support. If you have feedback or questions, please visit our [support forum](https://community.sourcegraph.com/).</Callout>
5+
<Callout type="info">Auto-edit is currently in the Experimental stage for all Cody users. Enterprise users can also use this, but with limited support. If you have feedback or questions, please visit our [support forum](https://community.sourcegraph.com/).</Callout>
66

7-
## Capabilities of auto-edits
7+
## Capabilities of auto-edit
88

99
- Can automatically insert and delete text
1010

@@ -16,15 +16,15 @@
1616

1717
- Can propose similar changes across multiple locations based on recent edits
1818

19-
## Enable auto-edits
19+
## Enabling auto-edit
2020

21-
Auto-edits is available exclusively for Pro and Enterprise users during the experimental release phase. Eligible Pro users will be gradually enrolled in the feature and will receive an in-editor notification when access is granted.
21+
Auto-edit is available exclusively for Pro and Enterprise users during the experimental release phase. Eligible Pro users will be gradually enrolled in the feature and will receive an in-editor notification when access is granted.
2222

23-
### Auto-edits access for Enterprise customers
23+
### Auto-edit access for Enterprise customers
2424

2525
**TBD -- waiting for Aravind to provide the details.**
2626

27-
## How do auto-edits work?
27+
## How does auto-edit work?
2828

2929
The system detects potential changes based on:
3030

@@ -36,7 +36,7 @@ The system detects potential changes based on:
3636

3737
- Common refactoring patterns
3838

39-
## Auto-edits vs. Autocomplete
39+
## Auto-edit vs. Autocomplete
4040

4141
Autocomplete:
4242

@@ -46,7 +46,7 @@ Autocomplete:
4646

4747
- Suggests on every character typed
4848

49-
Auto-edits:
49+
Auto-edit:
5050

5151
- Can both insert and delete text
5252

@@ -56,7 +56,7 @@ Auto-edits:
5656

5757
- Can do everything autocomplete can do
5858

59-
## Auto-edits use cases
59+
## Auto-edit use cases
6060

6161
1. Function signature refactoring (adding error returns)
6262

0 commit comments

Comments
 (0)