-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
## v0.3.0 | ||
|
||
### Core | ||
- Refactored conversation history management into dedicated ConversationHistory class | ||
- Fixed backtracking functionality to properly handle conversation state | ||
- Removed OpenAI and Gemini chat implementations to focus on Anthropic/Claude | ||
- Updated Claude model to sonnet-20241022 | ||
|
||
### UI/UX | ||
- Added demo GIF to README | ||
- Added FAQ section to documentation | ||
- Improved error handling and state management | ||
|
||
### Build | ||
- Removed poetry.lock for better dependency flexibility | ||
- Updated Python compatibility to >=3.8.1,<4.0 | ||
- Updated Textual to v0.83.0 | ||
|
||
## v0.2.0 | ||
Initial public release | ||
|
||
## v0.1.1, v0.1.2 | ||
Early development versions |