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
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,42 @@ Auto-edit is enabled by default for Cody Pro and Enterprise users. You can opt o
18
18
19
19
Site admins can opt their organization out of the auto-edit feature by disabling it from their config settings.
20
20
21
+
### Auto-edit access for Enterprise customers
22
+
23
+
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:
24
+
25
+
1. Site administrators must:
26
+
- Enable the feature flag `cody-autoedit-experiment-enabled-flag` and can also opt-out via the same flag
27
+
- Add `fireworks::*` as an [allowed provider](https://sourcegraph.com/docs/cody/enterprise/model-configuration#model-filters) (see below)
28
+
2. Once enabled, auto-edit will become the default suggestion mode for all users
29
+
3. Users can optionally switch back to autocomplete from the Cody extension settings
0 commit comments