What's Changed
* Support for provider prefixes by haesleinhuepf in https://github.com/haesleinhuepf/git-bob/pull/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 of `gpt-4o`
* `anthropic:claude-3-5-sonnet-20241022` instead of claude-3-5-sonnet-20241022
* `google:gemini-1.5-pro-002` instead of `gemini-1.5-pro-002`
* `mistral:mistral-large-2411` instead of `mistral-large-2411`
Yet, model names without prefix work as before. This may change in future versions. Consider updating the `GIT_BOB_LLM_NAME` secret in your repository and the provider to the model name.
**Full Changelog**: https://github.com/haesleinhuepf/git-bob/compare/0.18.1...0.19.0