Skip to content

Releases: haesleinhuepf/git-bob

0.25.0

03 Aug 18:24
b572e19
Compare
Choose a tag to compare

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

23 Jun 15:01
2293d8a
Compare
Choose a tag to compare

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

22 Jun 12:22
c4145ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.23.0...0.24.0

0.23.0

21 Jun 22:24
998fe95
Compare
Choose a tag to compare

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

09 Apr 17:13
65bb2a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.21.0...0.22.0

0.21.0

02 Apr 06:11
103104e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.20.0...0.21.0

0.20.0

15 Mar 20:23
3af54d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.0...0.20.0

0.19.0

16 Feb 10:54
3f15450
Compare
Choose a tag to compare

What's Changed

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: 0.18.1...0.19.0

0.18.1

12 Feb 18:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.0...0.18.1

0.18.0

12 Feb 14:33
Compare
Choose a tag to compare

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