LICENSE
README.md
pyproject.toml
termmind/__init__.py
termmind/api.py
termmind/autocomplete.py
termmind/cli.py
termmind/codegen.py
termmind/commands.py
termmind/config.py
termmind/context.py
termmind/cost_optimizer.py
termmind/diff_engine.py
termmind/doc_preview.py
termmind/eli5.py
termmind/file_ops.py
termmind/git.py
termmind/memory.py
termmind/plugins.py
termmind/promptlib.py
termmind/providers.py
termmind/recorder.py
termmind/refactor.py
termmind/security.py
termmind/sessions.py
termmind/shell.py
termmind/snippets.py
termmind/templates.py
termmind/themes.py
termmind/utils.py
termmind/voice.py
termmind.egg-info/PKG-INFO
termmind.egg-info/SOURCES.txt
termmind.egg-info/dependency_links.txt
termmind.egg-info/entry_points.txt
termmind.egg-info/requires.txt
termmind.egg-info/top_level.txt
tests/test_api.py
tests/test_commands.py
tests/test_config.py
tests/test_context.py
tests/test_file_ops.py
tests/test_git.py
tests/test_providers.py
tests/test_sessions.py
tests/test_themes.py
tests/test_utils.py