Skip to content

Commit 46adec8

Browse files
committed
Add minor edits
1 parent 64ce07c commit 46adec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cody/capabilities/auto-edit.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p className="subtitle">Auto-edit suggests code changes by analyzing 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-edit is currently available in VS Code extension in the Experimental stage for all Cody Pro users and Enterprise users on Cody Gateway (but with limited support).</Callout>
5+
<Callout type="info">Auto-edit is currently available in VS Code extension in the Experimental stage for all Cody Pro users and Enterprise users on Cody Gateway.</Callout>
66

77
## Capabilities of auto-edit
88

@@ -18,8 +18,6 @@ Eligible Cody Pro users will gradually be given access to the auto-edit feature.
1818

1919
![Auto-edit demo](https://p21.p4.n0.cdn.zight.com/items/4guL2xzb/6d545dab-e2db-4114-a05e-c54b08e7f0bd.jpg?v=a3673b4b48aed41b1977858f18ba0369)
2020

21-
🔴 **Image to be uploaded to GCP** 🔴
22-
2321
### Auto-edit access for Enterprise customers
2422

2523
Auto-edit is available for Enterprise customers with [Sourcegraph Cody Gateway](/cody/core-concepts/cody-gateway#sourcegraph-cody-gateway) access. Enabling the feature requires two steps:
@@ -38,6 +36,8 @@ The system detects potential changes based on the following:
3836

3937
## Auto-edit vs. Autocomplete
4038

39+
In terms of feature-set and functionality, auto-edit and autocomplete have some key differences:
40+
4141
| **Feature** | **Autocomplete** | **Auto-edit** |
4242
| ---------------------- | -------------------------------------- | -------------------------------------------------- |
4343
| **Text modification** | Can only insert text, not delete | Can both insert and delete text |

0 commit comments

Comments
 (0)