README.md
pyproject.toml
cli_edit.egg-info/PKG-INFO
cli_edit.egg-info/SOURCES.txt
cli_edit.egg-info/dependency_links.txt
cli_edit.egg-info/entry_points.txt
cli_edit.egg-info/requires.txt
cli_edit.egg-info/top_level.txt
src/__init__.py
src/ai/__init__.py
src/ai/base.py
src/ai/claude.py
src/ai/openai.py
src/cli/__init__.py
src/cli/main.py
src/core/__init__.py
src/core/diff.py
src/core/editor.py
src/core/file_handler.py
src/ui/__init__.py
src/ui/diff_view.py
src/ui/display.py
src/ui/prompt.py
src/utils/__init__.py
src/utils/config.py
src/utils/syntax.py
tests/test_ai_base.py
tests/test_cli.py
tests/test_config.py
tests/test_diff.py
tests/test_file_handler.py
tests/test_syntax.py
tests/test_ui.py