All notable changes to this project will be documented in this file.
0.3.0 - 2024-10-25
- set headjack dep to the released version
- Update the prompts
- Improve the summarizations
- Only use the most recent model command
- Expose the aichat-git package for any consumers
- Hide the party command as an easter egg
- Handle tilde safely
- Support a separate aichat config directory
- Add room renaming
- Add a clear command to reset the session
- Parse the default model from aichat --info
- Allow passing files to the models
- Adding a systemd service config for home-manager
- Checking in aichat-git for the nix build
- Make the state directory configurable
- Send the userid to the callbacks
- Bump the version to v0.2.0
- Split out headjack
- Adjust some of the responses in listing/setting models
- Cleanup some comments/error messages
- Formatting
- Major refactor into a matrix bot framework
- Refactoring out the list command for reuse
- Formatting
- Add basic README
- Initialization from examples
- Add ollama backend
- Use a config file for login info
- Add context to the ollama requests
- Add model configuration to config file
- Use aichat as the chat backend
- Release v0.1.0
- Add in session persistence from the examples