Skip to content

Kodiqa v1.4.0 — Session Summary + Smart Defaults

Choose a tag to compare

@eniz1806 eniz1806 released this 01 Mar 19:17

What's New

Auto Session Summary

  • On quit, Kodiqa generates a brief bullet-point summary of the session
  • Saved to project context file (~/.kodiqa/projects/<project>.md)
  • Auto-loaded into system prompt on next start — full context to continue
  • Replaces previous summary each session, preserves manual notes
  • Only triggers with 2+ user messages (skips trivial sessions)

Smart Ollama Lifecycle

  • Starts Ollama + checks updates on launch
  • Stops Ollama when switching to cloud model (Claude/Qwen API)
  • Restarts + checks updates when switching back to local
  • Only stops on quit if Kodiqa started it

Dynamic Model Library

  • Fetches available models from ollama.com/library (200+ models)
  • Shows top 20 sorted by popularity with pull counts
  • Filters out installed and embedding models

New User Experience

  • Detects missing local models — shows "(not installed)" with guidance
  • Checks model exists before chatting, suggests pull or API key
  • After pulling first model, auto-sets it as active

Other Improvements

  • Default to single model mode on startup
  • Multi-model requires at least 2 models
  • quit and exit work without slash prefix
  • Fixed SYSTEM_PROMPT KeyError with curly braces
  • Empty file path validation prevents batch edit loop