Skip to content

Latest commit

 

History

History
97 lines (64 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

97 lines (64 loc) · 1.8 KB

Changelog

All notable changes to this project will be documented in this file.

[0.4.0] - 2024-05-06

Bug Fixes

  • Fixing clippy errors

Documentation

  • Add pokem to the list of projects

Features

  • Don't respond to our own messages
  • Adding a callback on joining rooms
  • Allow setting a custom command prefix
  • Add a room size limit

Miscellaneous Tasks

  • Release v0.3.0
  • Bump to v0.4.0
  • Cargo update
  • Nix flake update

Styling

  • Fix formatting

[0.2.0] - 2024-04-07

Bug Fixes

  • 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

Features

  • 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
  • Split chaz out

Miscellaneous Tasks

  • Bump the version to v0.2.0
  • Release v0.2.0

Styling

  • 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

[0.1.0] - 2024-03-23

Bug Fixes

  • Formatting

Documentation

  • Add basic README

Features

  • 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

Miscellaneous Tasks

  • Release v0.1.0

Eat

  • Add in session persistence from the examples