Skip to content

Commit 6a10d16

Browse files
committed
Remove requirement for initial character edit in auto-edit feature
This change removes the requirement for at least one character edit in the codebase before auto-edit suggestions become active. This simplifies the user experience and allows the feature to provide suggestions immediately upon enabling.
1 parent 94dc92d commit 6a10d16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/cody/capabilities/auto-edit.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ The auto-edit feature can help you with various repetitive tasks in your code:
5959

6060
## Known limitations
6161

62-
- Requires at least one character edit in the codebase before suggestions become active
6362
- May not propose all necessary changes in complex refactoring scenarios, requiring some manual edits
6463
- Suggestions are limited to a fixed number of lines around the cursor
6564
- Sometimes requires manual deletion or cleanup of code

0 commit comments

Comments
 (0)