Major improvements
* This version has reduced number and length of prompts sent to the LLM in the background making responses faster and cheaper.
* Dependencies `blablado` and `langchain` were removed, making the code easier to debug.
* Support for anthropic claude and google gemini were added. Claude is also mentioned in the documentation because it works well.
* Pull-request reviews should be written with a more critical perspective, the feedback more to the point.
What's Changed
* prevent repeatedly reading the same file by haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/74
* better logging + reporting by haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/75
* Direct prompting instead of function calling by haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/79
* introduce more detailed system prompt by haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/88
* make LLM choosable via gh secrets by haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/89
* Update file by haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/90
* Add numpy-style docstrings to functions in _utilities.py (by claude-3-5-sonnet-20240620) by github-actions in https://github.com/haesleinhuepf/git-bob/pull/108
* Add numpy-style docstrings to all functions in "src/git_bob/_github_utilities.py" by gpt-4o-2024-05-13 by github-actions in https://github.com/haesleinhuepf/git-bob/pull/112
* Add unit testing framework and GitHub Actions workflow by github-actions in https://github.com/haesleinhuepf/git-bob/pull/115
* Make images in readme.md clickable and adjust formatting by github-actions in https://github.com/haesleinhuepf/git-bob/pull/119
**Full Changelog**: https://github.com/haesleinhuepf/git-bob/compare/0.1.2...0.2.0