Skip to content

Release v1.0.5

Latest
Compare
Choose a tag to compare
@shahabkondri shahabkondri released this 14 May 17:01
bf1351f

New Features

Chat Conversation Management: You can now store chat conversations in an H2 Database. Conversations can be continued from where they were left off, providing a seamless experience.
Conversation Commands: A new set of commands has been introduced for managing conversations:

conversation: Displays the current conversation ID and title.
conversation --all: Displays all stored conversations.
conversation --new: Starts a new conversation.
conversation --load [ID]: Loads a conversation by its ID.
conversation --delete [ID]: Deletes a conversation by its ID.
conversation --delete-all: Deletes all stored conversations.
Database Configuration: You can now configure the H2 Database URL, username, and password in the application.properties file or via environment variables.

Please refer to the updated README.md for more information on how to use the new features and improvements in version 1.0.5