Skip to content

Releases: haesleinhuepf/git-bob

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

0.17.0

04 Jan 20:27
Compare
Choose a tag to compare

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

15 Dec 15:09
1187c72
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.2...0.16.0

0.15.2

13 Dec 10:44
Compare
Choose a tag to compare

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

30 Nov 15:34
2ca5cb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.0...0.15.0

0.14.0

02 Nov 15:08
Compare
Choose a tag to compare

What's Changed

  • Handle other main branch names, e.g. master by @haesleinhuepf in #423
  • Allow creating PPTx files by @github-actions in #424

manuscript_summary

Full Changelog: 0.12.0...0.14.0

0.12.0

27 Oct 11:39
Compare
Choose a tag to compare

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

22 Oct 13:33
3ca50f7
Compare
Choose a tag to compare

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