Skip to content

Commit b2acdd3

Browse files
committed
feat: Add limitations to Auto-edit feature documentation
- Clarify that Auto-edit suggestions are limited to a fixed number of lines around the cursor - Document that Auto-edit may not propose all necessary changes in complex refactoring scenarios - Explain that manual deletion or cleanup of code may still be required in some cases - Note that Auto-edit suggestions may not cover all similar instances of code that could be changed
1 parent 7112fc8 commit b2acdd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cody/capabilities/auto-edit.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@ Auto-edit:
7979

8080
- Requires at least one character edit in the codebase before suggestions become active
8181
- May not propose all necessary changes in complex refactoring scenarios, requiring some manual edits
82+
- Suggestions are limited to a fixed number of lines around the cursor.
8283
- Sometimes requires manual deletion or cleanup of code
8384
- Suggestions may not cover all similar instances of code that could be changed

0 commit comments

Comments
 (0)