CHANGELOG.md
LICENSE
MANIFEST.in
README.md
ai-cli.ico
config.example.json
config.example.linux.json
config.example.win.json
pyproject.toml
ai_cli/__init__.py
ai_cli/ai-cli.ico
ai_cli/app.py
ai_cli/cli.py
ai_cli/config.py
ai_cli/models.py
ai_cli/utils.py
ai_cli/core/__init__.py
ai_cli/core/git.py
ai_cli/core/installer.py
ai_cli/core/projects.py
ai_cli/core/tools.py
ai_cli/i18n/__init__.py
ai_cli/i18n/manager.py
ai_cli/platform/__init__.py
ai_cli/platform/base.py
ai_cli/platform/factory.py
ai_cli/platform/linux.py
ai_cli/platform/macos.py
ai_cli/platform/windows.py
ai_cli/ui/__init__.py
ai_cli/ui/input.py
ai_cli/ui/menu.py
ai_cli/ui/theme.py
ai_cli_launcher.egg-info/PKG-INFO
ai_cli_launcher.egg-info/SOURCES.txt
ai_cli_launcher.egg-info/dependency_links.txt
ai_cli_launcher.egg-info/entry_points.txt
ai_cli_launcher.egg-info/requires.txt
ai_cli_launcher.egg-info/top_level.txt
tests/test_app.py
tests/test_cli.py
tests/test_config.py
tests/test_features.py
tests/test_git.py
tests/test_models.py
tests/test_platform.py
tests/test_projects.py
tests/test_tools.py
tests/test_ui.py
tests/test_utils.py