Skip to content

Releases: webmatze/lazyollama

v0.3.0

22 Aug 10:27

Choose a tag to compare

Extends the existing search and filter functionality (currently available for installed models via /) to the
installable models list when using the install feature (i key). Users can now search and filter through the Ollama
registry models during installation, making it much easier to find specific models.

What's Changed

  • Add Search/Filter Functionality to Installable Models by @webmatze in #9

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Aug 21:01

Choose a tag to compare

This is a feature and bugfix release fixing the loading of model tags after changes to the HTML structure on ollama.com and adding a filter feature for the installed models.

Thank you @PR4NJAL for you PR.

Filter feature:

  1. Filter Mode: Pressing / enters you to filter mode with a dedicated input field.
  2. Real-time Filtering: Inspired from fzf, case-insensitive search that updates as you type
  3. Visual feedback: Filter input box with cursor indicator. Model list title shows "filtered: X/Y" when active. Status bar indicates filter state and available commands.

Keybindings:

  • /: Enter filer mode
  • Left/Right Arrow: Move cursor in filter input
  • Enter: Confirm filter and return to normal mode
  • Esc: Cancel filter (clears it)
  • Ctrl + C: Clear filter input or entire filter

Full Changelog: v0.1.1...v0.2.0

v0.1.1

22 Apr 19:26

Choose a tag to compare

This is a bugfix release fixing the loading of model tags after changes to the HTML structure on ollama.com

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

v0.1.0

16 Apr 12:47
2bce48a

Choose a tag to compare

This is the initial release of the LazyOllama CLI tool.

"Easy Llama, easy life."

This release includes the following features:

  • List installed local models
  • Install new models
  • Delete local models
  • Run a selected model (using Ollama)

I hope you enjoy this release. If you have any problems or requests, please create a new issue.