LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.py
aixterm/__init__.py
aixterm/__main__.py
aixterm/cleanup.py
aixterm/config.py
aixterm/main.py
aixterm/mcp_client.py
aixterm/progress_display.py
aixterm/py.typed
aixterm/server.py
aixterm/utils.py
aixterm.egg-info/PKG-INFO
aixterm.egg-info/SOURCES.txt
aixterm.egg-info/dependency_links.txt
aixterm.egg-info/entry_points.txt
aixterm.egg-info/not-zip-safe
aixterm.egg-info/requires.txt
aixterm.egg-info/top_level.txt
aixterm/context/__init__.py
aixterm/context/directory_handler.py
aixterm/context/log_processor.py
aixterm/context/terminal_context.py
aixterm/context/token_manager.py
aixterm/context/tool_optimizer.py
aixterm/integration/__init__.py
aixterm/integration/base.py
aixterm/integration/bash.py
aixterm/integration/fish.py
aixterm/integration/zsh.py
aixterm/llm/__init__.py
aixterm/llm/client.py
aixterm/llm/exceptions.py
aixterm/llm/message_validator.py
aixterm/llm/streaming.py
aixterm/llm/tools.py
tests/test_cleanup.py
tests/test_config.py
tests/test_context.py
tests/test_context_modular.py
tests/test_integration.py
tests/test_llm.py
tests/test_log_processor_tty.py
tests/test_mcp_client.py
tests/test_mcp_progress_notifications.py
tests/test_progress_display.py
tests/test_shell_integration.py