.gitignore
.notes.md
MIGRATION_YAML_TO_TOML.md
README.md
SETTINGS_README.md
filtering-proxy.js
formatter_text.py
manifest.in
pyproject.toml
requirements.txt
setup.cfg
setup.py
test_settings.py
test_toml_migration.py
.github/workflows/build.yml
debian/changelog
debian/control
debian/postinst
debian/prerm
debian/rules
src/ai_ebash.egg-info/PKG-INFO
src/ai_ebash.egg-info/SOURCES.txt
src/ai_ebash.egg-info/dependency_links.txt
src/ai_ebash.egg-info/entry_points.txt
src/ai_ebash.egg-info/requires.txt
src/ai_ebash.egg-info/top_level.txt
src/aiebash/__init__.py
src/aiebash/__main__.py
src/aiebash/arguments.py
src/aiebash/block_runner.py
src/aiebash/chat.py
src/aiebash/config_manager.py
src/aiebash/default_config.toml
src/aiebash/error_handling.py
src/aiebash/llm_factory.py
src/aiebash/llm_interface.py
src/aiebash/logger.py
src/aiebash/openai_client.py
src/aiebash/script_executor.py
src/aiebash/settings.py
src/aiebash/tests/conftest.py
src/aiebash/tests/test_main.py
src/aiebash/tests/test_openai_client.py