You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cody/capabilities/auto-edit.mdx
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,10 +84,6 @@ The following example demonstrates how to add Fireworks as an allowed LLM provid
84
84
}
85
85
```
86
86
87
-
#### Disable auto-edit
88
-
89
-
To disable auto-edit, turn off the feature flag `cody-autoedit-experiment-enabled-flag` as disabled
90
-
91
87
</Tab>
92
88
93
89
<Tabtitle="JetBrains">
@@ -136,10 +132,6 @@ The following example demonstrates how to add Fireworks as an allowed LLM provid
136
132
}
137
133
```
138
134
139
-
#### Disable auto-edit
140
-
141
-
To disable auto-edit, turn off the feature flag `cody-autoedit-experiment-enabled-flag` as disabled
142
-
143
135
</Tab>
144
136
145
137
<Tabtitle="Visual Studio">
@@ -187,11 +179,11 @@ The following example demonstrates how to add Fireworks as an allowed LLM provid
187
179
}
188
180
```
189
181
190
-
#### Disable auto-edit
191
-
192
-
To disable auto-edit, turn off the feature flag `cody-autoedit-experiment-enabled-flag` as disabled
193
-
194
182
</Tab>
195
183
</Tabs>
196
184
197
185
<Callouttype="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