Releases: haesleinhuepf/git-bob
Releases · haesleinhuepf/git-bob
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
0.17.0
What's Changed
- Add support for o1 models by @haesleinhuepf in #446
- Add SVG file generation support by @github-actions in #449
Full Changelog: 0.16.0...0.17.0
0.16.0
What's Changed
- Docx support by @haesleinhuepf in #440
- Automatically fix errors in generated notebooks by @haesleinhuepf in #441
Full Changelog: 0.15.2...0.16.0
0.15.2
What's Changed
- Implement advanced remote mode with a new entry point and function for cloning repositories. by @github-actions in #434
- Bugfix: commenting on PRs crashed by @haesleinhuepf in #435
- Minor fixes for Picture and Powerpoint generation
Full Changelog: 0.15.0...0.15.2
0.15.0
What's Changed
- Add support Mistral/Pixtral models by @haesleinhuepf in #430
- Explicit triggering required to do code reviews by @haesleinhuepf in #431
Full Changelog: 0.14.0...0.15.0
0.14.0
What's Changed
- Handle other main branch names, e.g. master by @haesleinhuepf in #423
- Allow creating PPTx files by @github-actions in #424
Full Changelog: 0.12.0...0.14.0
0.12.0
What's Changed
- Add image parameter to
prompt_claude
for vision support. by @github-actions in #407 - Bugfix: Some actions used function from the wrong branch by @haesleinhuepf in #405
- Add model name alias functionality in the command line interface. by @github-actions in #409
- Added image support to the
prompt_gemini
function for vision-support by @github-actions in #411 - Clean up: Removed all files from the "playground" directory. by @github-actions in #413
- Bugfix: download code files from github did't work by @haesleinhuepf in #417
- Implement "paint" action for image generation in
solve_github_issue
. by @github-actions in #419
Full Changelog: 0.11.1...0.12.0
0.11.1
What's Changed
- Update installation instructions by @github-actions in #402
- New trigger words + better documentation by @haesleinhuepf in #403
Full Changelog: 0.11.0...0.11.1