Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.95 KB

todo.md

File metadata and controls

59 lines (48 loc) · 1.95 KB

Milestone

  1. Refactor ollero listing
  • setup a DI system
  • create a new ollama version
    • move run command
    • add Ask command
    • move install command
    • ref list models
    • remove model
    • diferentiate between installed and remote models
    • remove old ollama
  • review & refactor ollero module
  • create tag-release CI automation
  • create quality gateway
  • clean up readme

Change Log - v1.0.0

🚀 Features:

  • added Ask command to interact with models 🤖
  • send selected text (visual) to model 🤖
  • list ollama models from online source 🌐 (along with installed ones) 🤖
  • install model in background 🤖

🐛 Bug Fixes:

  • fixed issue with model installation
  • fixed issue with model listing

🔨 Enhancements:

  • implemented tests and a test runner integrated with neovim
  • dependency injection system
  • refactored ollero module
  • refactored ollama module
  • move logger to a shared module
  • add ci workflows for tag release and quality gateway

Useful Links