Skip to content

Releases: dev-backpack/cllm

v0.1.2

25 Mar 05:54
88ea7df
Compare
Choose a tag to compare

What's Changed

  • Add installation script by @devleejb in #29
  • Add formatter and linter in GitHub Actions by @devleejb in #32
  • Add permission for CI running by @devleejb in #35
  • Add badges and connect with us and license section by @ykdy3951 in #37
  • Add error handling for CLI errors by @ykdy3951 in #34
  • Add command to store and display previous search history in the database by @ykdy3951 in #36
  • Add CLLM ASCII art logo to main.rs by @ykdy3951 in #38
  • Create project homepage and documentation using docusaurus by @ykdy3951 in #39
  • Add Continous Deployment for document using GitHub Pages by @ykdy3951 in #41
  • Fix GitHub Page Deployment Error by @ykdy3951 in #42
  • Add describe command to provide descriptions of commands and their options by @ykdy3951 in #43
  • Change CI in documentation page by @ykdy3951 in #40
  • Grant 'write' permission to upload-rust-binary-action upon Release registration by @devleejb in #44

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Feb 04:20
Compare
Choose a tag to compare

What's Changed

  • Version by @ykdy3951 in #16
  • Optimize dependencies to minimize installation time by @devleejb in #18
  • Fix intermittent appearance of "AI: " text by adding prompt and text slicing by @ykdy3951 in #19
  • Add loading indicator to command search by @devleejb in #20
  • Add functionality to automatically copy command search results to Clipboard by adding pyperclip module by @ykdy3951 in #21
  • Add github repo link to cllm help message by @ykdy3951 in #23
  • Update version to 0.1.1 and Change deps by @devleejb in #24
  • Migrate Python code to Rust for enhanced performance and dependency management in CLI tool by @ykdy3951 in #26
  • Add set key & search commands to the CLI by @ykdy3951 in #27

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Feb 13:31
Compare
Choose a tag to compare

Release Notes

New Features:

  • Added command for setting OpenAI Key.
  • Added command to invoke LLM for prompting commands.