Skip to content

Releases: kznrluk/aski

v2.2.0

18 May 16:22
Compare
Choose a tag to compare
  • Migration to segregated profiles

Until now, all profiles were written in the config.yaml file, but the chat context tended to be lengthy, making the file less maintainable.

We have now updated the profiles to be stored separately in the .aski/profile directory on a file-by-file basis. Also, the -p option can now be used with the current directory, absolute or relative paths, making it easier to integrate with other software.

  • Fixed incorrect prompts when performing restores

v2.1.0

07 May 11:46
5fee413
Compare
Choose a tag to compare
  • Pipe support
  • Syntax highlight for history
  • Edit message command
  • CJK Input support
  • Fix tab character issues in yaml
  • Add profile validation
  • Add custom parameter

v2.0.0

02 May 18:41
Compare
Choose a tag to compare
  1. Editing in an external editor
  2. Saving and loading history
  3. Moving to any conversation point
  4. Conversation summarization
  5. GPT-4 compatibility
  6. Embed-free profile
  7. Refactoring