LICENSE
README.md
pyproject.toml
setup.py
src/grucli/__init__.py
src/grucli/api.py
src/grucli/auth.py
src/grucli/chat_manager.py
src/grucli/commands.py
src/grucli/config.py
src/grucli/handlers.py
src/grucli/interrupt.py
src/grucli/main.py
src/grucli/permissions.py
src/grucli/stats.py
src/grucli/theme.py
src/grucli/tools.py
src/grucli/ui.py
src/grucli.egg-info/PKG-INFO
src/grucli.egg-info/SOURCES.txt
src/grucli.egg-info/dependency_links.txt
src/grucli.egg-info/entry_points.txt
src/grucli.egg-info/requires.txt
src/grucli.egg-info/top_level.txt
src/grucli/sysprompts/main_sysprompt.txt
tests/test_api_parsers.py
tests/test_auth_mock.py
tests/test_chats.py
tests/test_commands.py
tests/test_config_encryption.py
tests/test_edit_file_deletion.py
tests/test_handlers.py
tests/test_keyboard.py
tests/test_permissions.py
tests/test_stats.py
tests/test_tool_errors.py
tests/test_tools_extended.py