Skip to content

Releases: darko-mesaros/bedrust

v0.8.3

15 Nov 06:51
Compare
Choose a tag to compare

Fixed

  • There was an issue where the config checker was still looking for the model config file

v0.8.2

07 Nov 21:20
be37dab
Compare
Choose a tag to compare

Added

  • BETA: You can export conversations as HTML now

Changed

  • Cleaned up the saving and recalling process
  • Moved out the HTML source code to an external file

v0.8.1

06 Nov 19:45
3f7d11c
Compare
Choose a tag to compare

Added

  • BETA: You can now save and recall conversations

Changed

  • Support for additional models (Claude 3.5 and v2, Haiku 3.5, Llama 3.1 models)
  • Better system prompts
  • Cleaned up some code and improved way things are orchestrated

v0.8.0

15 Sep 04:51
e985573
Compare
Choose a tag to compare

Added

  • Support for Mistral Large 2

Changed

  • Changed the whole underlying system to use the AWS Bedrock Converse API. No longer having the need to pass model specific parameters depending on the model chosen.
  • Updated the code chat feature to support .gitignore files
  • Added additional retries and checks to the code chat feature

Thanks

  • Thank you Stephen for the feature feedbacks

v0.7.5

31 Jul 03:17
Compare
Choose a tag to compare

Added

  • Added support for Claude 3.5 Sonnet
  • Added a BETA feature that allows you to put a code repository into context so a user can chat about their code.

Changed

  • Fixed the region provider issue where it would always default to the us-west-2 region, no matter the profile being used.

v0.7.4

29 May 04:49
Compare
Choose a tag to compare

Changed

  • Fixed the credential provider chain issue. Now it will try a few credential providers, before giving up.

Thanks

  • Thanks to kaumnen and electric__universe on Twitch <3

Added

v0.7.3

20 Apr 20:17
df61738
Compare
Choose a tag to compare

[0.7.3] - 2024-04-20

Added

  • Added support for the Mistral Large model
  • Special command to clear current chat history
  • Added configuration option to hide the ASCII banner

Changed

  • Updated the bedrust_config.ron file with some comments
  • Updated the package versions

Full Changelog: v0.7.3...v0.7.3