.gitignore
.pylintrc
BUILD.md
DISCLAIMER
LICENSE
README.md
aye-chat.spec
ayechat.nix
flake.lock
flake.nix
installer.iss
publish_pypi.sh
pyproject.toml
requirements.txt
run_tests.cmd
run_tests.sh
version_info.txt
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/build-windows-installer.yml
.github/workflows/message-releases-to-discord.yml
.github/workflows/pylint.yml
.github/workflows/python-publish-dev.yml
.github/workflows/python-publish.yml
.github/workflows/python-testing.yml
.github/workflows/test-homebrew.yml
.github/workflows/test-nix-github.yml
.github/workflows/test-nix.yml
.github/workflows/test-windows-installer.yml
.github/workflows/update-homebrew.yml
Formula/aye-chat.rb
assets/aye-chat.ico
src/aye/.gitignore
src/aye/__init__.py
src/aye/__main__.py
src/aye/__main_chat__.py
src/aye/controller/__init__.py
src/aye/controller/command_handlers.py
src/aye/controller/commands.py
src/aye/controller/llm_handler.py
src/aye/controller/llm_invoker.py
src/aye/controller/plugin_manager.py
src/aye/controller/repl.py
src/aye/controller/tutorial.py
src/aye/controller/util.py
src/aye/model/__init__.py
src/aye/model/api.py
src/aye/model/ast_chunker.py
src/aye/model/auth.py
src/aye/model/config.py
src/aye/model/download_plugins.py
src/aye/model/file_processor.py
src/aye/model/ignore_patterns.py
src/aye/model/json_extractor.py
src/aye/model/models.py
src/aye/model/offline_llm_manager.py
src/aye/model/onnx_manager.py
src/aye/model/source_collector.py
src/aye/model/telemetry.py
src/aye/model/vector_db.py
src/aye/model/version_checker.py
src/aye/model/write_validator.py
src/aye/model/index_manager/__init__.py
src/aye/model/index_manager/index_manager.py
src/aye/model/index_manager/index_manager_executor.py
src/aye/model/index_manager/index_manager_file_ops.py
src/aye/model/index_manager/index_manager_state.py
src/aye/model/index_manager/index_manager_utils.py
src/aye/model/snapshot/__init__.py
src/aye/model/snapshot/base.py
src/aye/model/snapshot/file_backend.py
src/aye/model/snapshot/git_ref_backend.py
src/aye/plugins/__init__.py
src/aye/plugins/at_file_completer.py
src/aye/plugins/auto_detect_mask.py
src/aye/plugins/completer.py
src/aye/plugins/local_model.py
src/aye/plugins/offline_llm.py
src/aye/plugins/plugin_base.py
src/aye/plugins/shell_executor.py
src/aye/plugins/slash_completer.py
src/aye/presenter/__init__.py
src/aye/presenter/cli_ui.py
src/aye/presenter/diff_presenter.py
src/aye/presenter/repl_ui.py
src/aye/presenter/streaming_ui.py
src/aye/presenter/ui_utils.py
src/ayechat_dev.egg-info/PKG-INFO
src/ayechat_dev.egg-info/SOURCES.txt
src/ayechat_dev.egg-info/dependency_links.txt
src/ayechat_dev.egg-info/entry_points.txt
src/ayechat_dev.egg-info/requires.txt
src/ayechat_dev.egg-info/top_level.txt
tests/.gitignore
tests/test_api.py
tests/test_ast_chunker.py
tests/test_at_file_completer.py
tests/test_auth.py
tests/test_auth_uat_1.py
tests/test_auto_detect_mask.py
tests/test_chromadb_corruption_recovery.py
tests/test_cli.py
tests/test_command_handlers.py
tests/test_commands.py
tests/test_completer_plugin.py
tests/test_config.py
tests/test_diff_presenter.py
tests/test_download_plugins.py
tests/test_file_processor.py
tests/test_git_ref_backend.py
tests/test_index_manager.py
tests/test_index_manager_executor.py
tests/test_index_manager_more.py
tests/test_index_manager_state.py
tests/test_index_manager_utils.py
tests/test_llm_handler.py
tests/test_llm_invoker.py
tests/test_local_model_plugin.py
tests/test_offline_llm.py
tests/test_offline_llm_manager.py
tests/test_onnx_manager.py
tests/test_plugin_base.py
tests/test_plugin_manager.py
tests/test_presenter.py
tests/test_rag_context_retrieval.py
tests/test_repl.py
tests/test_service.py
tests/test_shell_executor_plugin.py
tests/test_slash_completer.py
tests/test_snapshot.py
tests/test_source_collector.py
tests/test_streaming_ui.py
tests/test_telemetry.py
tests/test_tutorial.py
tests/test_ui_utils.py
tests/test_util.py
tests/test_vector_db.py
tests/test_version_checker.py
tests/test_write_validator.py
tests/config/unittest-env.sh
tests/e2e/test_chat_workflow.py
tests/ua/api_tests.md
tests/ua/auth_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