Skip to content

Releases: renxida/chatsh

Release 0.3.1

01 Nov 13:48
Compare
Choose a tag to compare

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

Release 0.3.0

25 Oct 01:58
Compare
Choose a tag to compare

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

Release 0.2.0

30 Sep 05:20
1e7e021
Compare
Choose a tag to compare
Merge pull request #2 from renxida/markdown

Refactoring + undeletable prompts

Release 0.1.2

12 Sep 03:32
Compare
Choose a tag to compare
v0.1.2

add info about loaner token to readme

Release 0.1.1

12 Sep 03:04
Compare
Choose a tag to compare
v0.1.1

fix trove classifiers