Skip to content

Commit 4a4577f

Browse files
committed
Add feedback from Alex
1 parent 54bdbe6 commit 4a4577f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cody/capabilities/auto-edit.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ You can opt-in the auto-edit feature from the JetBrains Cody plugin settings.
101101

102102
- Click the three-dot menu on the top right of the Cody plugin window and select **Open Cody Settings Editor**
103103
- This will open the `cody_settings.json` file in your editor
104-
- Here, add `"cody.suggestions.mode": "auto-edit (Beta)"` setting to enable the auto-edit feature
104+
- Here, add `"cody.suggestions.mode": "auto-edit"` setting to enable the auto-edit feature
105105

106106
![JetBrains-Cody-Settings-Editor](https://storage.googleapis.com/sourcegraph-assets/Docs/jb-cody-settings.png)
107107

@@ -110,7 +110,7 @@ You can opt-in the auto-edit feature from the JetBrains Cody plugin settings.
110110
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:
111111

112112
1. Site administrators must:
113-
- Ensure the feature flag `cody-autoedit-experiment-enabled-flag` is enabled (enabled by default)
113+
- Ensure the feature flag `cody-autoedit-experiment-enabled-flag` is enabled from the settings editor
114114
- Add `fireworks::*` as an [allowed provider](https://sourcegraph.com/docs/cody/enterprise/model-configuration#model-filters) (see below)
115115
2. Once enabled, auto-edit will become the default suggestion mode for all users
116116
3. Users can optionally switch back to autocomplete from the Cody extension settings

0 commit comments

Comments
 (0)