Skip to content

Releases: Jmi2020/KITT

1.0.0

21 Nov 22:10

Choose a tag to compare

What’s New

  • Autonomy Calendar
    • Backend schema + APScheduler wiring + dispatcher for known job types (health, research, knowledge update, etc.).
    • Cron/NL inputs (simple daily/weekly phrases), croniter-based next-run, execution history logging.
    • CLI: kitty-cli calendar list|create|delete.
    • UI: Calendar page to create/list schedules, filters (job type/status/search), and history view.
  • Access-All Console
    • Ollama (GPT-OSS) status detection and clearer local/legacy llama.cpp indicators.
    • Per-service start/stop/restart controls for Ollama, llama.cpp, and Docker; softer offline messaging.
  • I/O Control
    • Dashboard polish: stats cards, filters, quick links for access console/CLI/Web UI.
  • Research Pipeline
    • GPT-OSS/Ollama routing improvements, better session streaming with fallback polling, hierarchical config/pickers, and report export command.
  • Docs
    • Calendar schedule design doc; README cleanup.

Key Commits (recent)

Upgrade Notes

  • Run migrations: alembic -c services/common/alembic.ini upgrade head.
  • Restart brain so APScheduler registers schedules.
  • Install dependency: croniter (in services/common/pyproject.toml).
  • Default reasoning stack is now Ollama (GPT-OSS); llama.cpp offline shows as “not currently connected.”