Skip to content

Kodiqa v1.3.0 β€” Smart Ollama Lifecycle + Dynamic Model Library

Choose a tag to compare

@eniz1806 eniz1806 released this 01 Mar 18:38

What's New

Smart Ollama Lifecycle

  • Auto-start on launch β€” Ollama starts and checks for model updates on startup
  • Stop on cloud switch β€” switching to Claude/Qwen API model stops Ollama (saves resources)
  • Restart on local switch β€” switching back to a local model restarts Ollama + checks updates
  • Clean quit β€” only stops Ollama on exit if Kodiqa started it (won't kill your own Ollama)

Dynamic Model Library

  • Replaced hardcoded 12-model list with live fetch from ollama.com/library
  • Shows all 200+ available models, sorted by popularity with pull counts
  • Filters out already-installed models and embedding models
  • Top 20 shown to user, pick by number to pull

New User Guidance

  • Welcome detects if default local model is missing β€” shows (not installed) instead of (Local/Ollama)
  • Guides new users: pull a model or add an API key
  • Auto-sets model to first pulled model so they can start chatting immediately

Bug Fixes

  • Fixed KeyError: '"old_string"' crash β€” escaped curly braces in SYSTEM_PROMPT multi_edit example
  • Empty file path validation in do_write_file / do_edit_file prevents batch edit loop