Skip to content

Commit c3164c3

Browse files
committed
small tweaks
1 parent f1b4156 commit c3164c3

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

docs/cody/capabilities/auto-edit.mdx

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ The following example demonstrates how to add Fireworks as an allowed LLM provid
8484
}
8585
```
8686

87-
#### Disable auto-edit
88-
89-
To disable auto-edit, turn off the feature flag `cody-autoedit-experiment-enabled-flag` as disabled
90-
9187
</Tab>
9288

9389
<Tab title="JetBrains">
@@ -136,10 +132,6 @@ The following example demonstrates how to add Fireworks as an allowed LLM provid
136132
}
137133
```
138134

139-
#### Disable auto-edit
140-
141-
To disable auto-edit, turn off the feature flag `cody-autoedit-experiment-enabled-flag` as disabled
142-
143135
</Tab>
144136

145137
<Tab title="Visual Studio">
@@ -187,11 +179,11 @@ The following example demonstrates how to add Fireworks as an allowed LLM provid
187179
}
188180
```
189181

190-
#### Disable auto-edit
191-
192-
To disable auto-edit, turn off the feature flag `cody-autoedit-experiment-enabled-flag` as disabled
193-
194182
</Tab>
195183
</Tabs>
196184

197185
<Callout type="info">Self-hosted customers get autocomplete as default. They cannot opt-in for auto-edit until they allow gateway access to Cody.</Callout>
186+
187+
## Disable auto-edit
188+
189+
To turn-off the auto-edit feature, set the feature flag `cody-autoedit-experiment-enabled-flag` as `disabled` in your site configuration. Doing so will switch back to autocomplete as your default suggestion mode.

0 commit comments

Comments
 (0)