Releases: darko-mesaros/bedrust
Releases · darko-mesaros/bedrust
v0.8.3
v0.8.2
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
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
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
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
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
[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