.gitignore
.pylintrc
LICENSE
README.md
publish_pypi.sh
pyproject.toml
requirements.txt
run_tests.sh
.github/dependabot.yml
.github/workflows/github-releases-to-discord.yml
.github/workflows/pylint.yml
.github/workflows/python-publish-dev.yml
.github/workflows/python-publish.yml
.github/workflows/python-testing.yml
media/screenshots/.gitignore
media/screenshots/copilot-v-ayechat-competitive-adv.png
media/screenshots/copilot-v-ayechat-key-differences.png
media/screenshots/shell-integration-screenshot.png
src/aye/.gitignore
src/aye/__init__.py
src/aye/__main__.py
src/aye/api.py
src/aye/api_driver.py
src/aye/auth.py
src/aye/config.py
src/aye/download_plugins.py
src/aye/plugin_base.py
src/aye/plugin_manager.py
src/aye/repl.py
src/aye/service.py
src/aye/snapshot.py
src/aye/source_collector.py
src/aye/tutorial.py
src/aye/ui.py
src/aye/plugins/.gitignore
src/aye/plugins/__init__.py
src/aye/plugins/auto_detect_mask.py
src/aye/plugins/completer.py
src/aye/plugins/plugin_base.py
src/aye/plugins/shell_executor.py
src/ayechat.egg-info/PKG-INFO
src/ayechat.egg-info/SOURCES.txt
src/ayechat.egg-info/dependency_links.txt
src/ayechat.egg-info/entry_points.txt
src/ayechat.egg-info/requires.txt
src/ayechat.egg-info/top_level.txt
tests/.gitignore
tests/test_api.py
tests/test_auth.py
tests/test_auth_uat_1.py
tests/test_cli.py
tests/test_download_plugins.py
tests/test_plugin_manager.py
tests/test_service.py
tests/test_snapshot.py
tests/config/unittest-env.sh
tests/ua/api_tests.md
tests/ua/auth_tests.md
tests/ua/config_tests.md
tests/ua/demo_tests.md
tests/ua/download_plugins_tests.md
tests/ua/plugin_tests.md
tests/ua/service_tests.md
tests/ua/snapshot_tests.md
tests/ua/source_collector_tests.md
tests/ua/ui_tests.md