-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.2.1 Better AI API and special error handling, performance and other…
… optimizations
- Loading branch information
1 parent
133db0b
commit 179b937
Showing
10 changed files
with
332 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.2.1] - 2024-10-31 | ||
### Added | ||
- Better AI API error handling | ||
- Performance optimizations in healing_agent decorator | ||
- This changelog file | ||
|
||
### Changed | ||
- Minor optimizations and bug fixes | ||
- Updated JSONDecodeError handling | ||
- Updated diagram | ||
|
||
## [0.2.0] - 2024-10-31 | ||
### Added | ||
- New hints feature for better error resolution | ||
- Enhanced handling of different exception types | ||
- Optimized configuration system | ||
|
||
### Changed | ||
- Improved overall code structure | ||
- Enhanced error handling capabilities | ||
|
||
## [0.1.2] - 2024-10-30 | ||
### Added | ||
- Special JSON DECODE error handling | ||
|
||
### Changed | ||
- Streamlined import system | ||
- Updated decorator parameters | ||
|
||
## [0.1.1] - 2024-10-29 | ||
### Changed | ||
- Improved packaging configuration | ||
- Various small updates and optimizations | ||
|
||
## [0.1.0] - 2024-10-29 | ||
### Added | ||
- Initial release | ||
- Basic error handling functionality | ||
- Core healing agent features | ||
- Basic documentation | ||
|
||
[0.2.1]: https://github.com/matebenyovszky/healing-agent/compare/v0.2.0...v0.2.1 | ||
[0.2.0]: https://github.com/matebenyovszky/healing-agent/compare/v0.1.2...v0.2.0 | ||
[0.1.2]: https://github.com/matebenyovszky/healing-agent/compare/v0.1.1...v0.1.2 | ||
[0.1.1]: https://github.com/matebenyovszky/healing-agent/compare/v0.1.0...v0.1.1 | ||
[0.1.0]: https://github.com/matebenyovszky/healing-agent/releases/tag/v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.