Releases: haesleinhuepf/git-bob
Releases · haesleinhuepf/git-bob
0.25.0
What's Changed
- Update deployment process to use "python -m build" by @github-actions[bot] in #755
- Updated deployment to not call setup.py directly anymore
- Bugfix: In Edit mode some text changes were not applied
Full Changelog: 0.24.1...0.25.0
0.24.1
What's Changed
- Fix pull request diff retrieval for private repositories using GitHub's REST API by @github-actions in #745
Full Changelog: 0.24.0...0.24.1
0.24.0
What's Changed
- Fix: Add authentication to pull request diff retrieval for private repositories by @github-actions (reported by @aarogyarijal ) in #727
- Edit mode by @haesleinhuepf in #737
Full Changelog: 0.23.0...0.24.0
0.23.0
What's Changed
- Work with other files in generated code using correct relative paths by @haesleinhuepf in #714
Full Changelog: 0.22.0...0.23.0
0.22.0
What's Changed
- Adding Czech e-infra Ollama server API endpoint by @martinschatz-cz in #696
New Contributors
- @martinschatz-cz made their first contribution in #696
Full Changelog: 0.21.0...0.22.0
0.21.0
What's Changed
- Bugfix: handle prefixes in model names by @haesleinhuepf in #684
Full Changelog: 0.20.0...0.21.0
0.20.0
What's Changed
- enable read files in repository, specified by path instead of url by @haesleinhuepf in #605
- Support for creating mp3 audio files by @haesleinhuepf in #624
Full Changelog: 0.19.0...0.20.0
0.19.0
What's Changed
- Support for provider prefixes by @haesleinhuepf in #591
Deprecation message
With this change, model names without provider:
prefixes are deprecated. It is recommended to use providers in model specifications such as
openai:gpt-4o
instead ofgpt-4o
anthropic:claude-3-5-sonnet-20241022
instead of claude-3-5-sonnet-20241022google:gemini-1.5-pro-002
instead ofgemini-1.5-pro-002
mistral:mistral-large-2411
instead ofmistral-large-2411
Yet, model names without prefix work as before. This may change in future versions. Consider updating theGIT_BOB_LLM_NAME
secret in your repository and the provider to the model name.
Full Changelog: 0.18.1...0.19.0
0.18.1
0.18.0
What's Changed
- Implement plugin-based system for prompt handlers with entry points by @github-actions in #457
- Implement plugin-based system for trigger handlers by @haesleinhuepf in #458
- add support for deepseek API by @haesleinhuepf in #460 and #461
- more robust markdown fences handling, added tests by @haesleinhuepf in #462
- support creating xml files by @haesleinhuepf in #459
- Test agent code by @haesleinhuepf in #467 and #471 and #487
- Add CITATION.cff file for proper citation information by @github-actions in #527
- Add regex-based extension filtering using environment variable by @github-actions in #541
- Fix prompt function to respect configured LLM model by @github-actions in #552
- Implement .gitbobignore functionality for controlling file access by @github-actions in #560
Full Changelog: 0.17.0...0.18.0