CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
gitwise/__init__.py
gitwise/config.py
gitwise/prompts.py
gitwise/cli/__init__.py
gitwise/cli/add.py
gitwise/cli/init.py
gitwise/core/__init__.py
gitwise/core/git_manager.py
gitwise/features/__init__.py
gitwise/features/add.py
gitwise/features/changelog.py
gitwise/features/commit.py
gitwise/features/pr.py
gitwise/features/pr_enhancements.py
gitwise/features/pr_templates.py
gitwise/features/push.py
gitwise/llm/__init__.py
gitwise/llm/download.py
gitwise/llm/model_presets.py
gitwise/llm/offline.py
gitwise/llm/ollama.py
gitwise/llm/online.py
gitwise/llm/router.py
gitwise/llm/models/__init__.py
gitwise/llm/models/gemini_models.py
gitwise/llm/providers/__init__.py
gitwise/llm/providers/anthropic_provider.py
gitwise/llm/providers/base.py
gitwise/llm/providers/gemini_provider.py
gitwise/llm/providers/openai_provider.py
gitwise/templates/commit_message.md
gitwise/templates/pr_description.md
gitwise/ui/__init__.py
gitwise/ui/components.py
pygitwise.egg-info/PKG-INFO
pygitwise.egg-info/SOURCES.txt
pygitwise.egg-info/dependency_links.txt
pygitwise.egg-info/entry_points.txt
pygitwise.egg-info/not-zip-safe
pygitwise.egg-info/requires.txt
pygitwise.egg-info/top_level.txt
tests/test_add_feature.py
tests/test_changelog.py
tests/test_cli.py
tests/test_commit.py
tests/test_config.py
tests/test_git_manager.py
tests/test_llm.py
tests/test_pr.py
tests/test_push_feature.py