Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 659 Bytes

changelog.md

File metadata and controls

31 lines (17 loc) · 659 Bytes

Changelog

2024-04-14 - v0.5.0

  • Support adding text to the prompt via stdin
  • Support local Ollama server
  • Add examples to help output

2024-04-13 - v0.4.0

  • Add support for Anthropic's Claude models
  • Support running several models at once with cai all
  • Syntax highlight the output as markdown with bat

2024-03-31 - v0.3.0

  • Add support for sub-commands to specify the API provider
  • Set up proper CLI args handling powered by clap.rs

2024-03-29 - 0.2.0

  • Try to load API keys first from secrets.yaml and then from env variables

2024-03-28 - 0.1.0

  • Initial release