Skip to main content

Module smart_edit

Module smart_edit 

Source
Expand description

Semantic code edit tool with fuzzy location matching and diff preview.

Accepts natural language descriptions of edit locations (e.g., “the function that handles authentication”) and edit operations, then applies precise edits with unified diff output and auto-checkpoint support.

Structs§

SmartEditTool
Smart editing tool that accepts fuzzy location descriptions and generates precise edits with diff preview and optional auto-checkpoint.