Skip to content

Ghost in the Droid v1.2.0

Released 2026-04-17.

  • Ghost Bench β€” in-dashboard benchmark system with 14 built-in tasks (settings + navigation). Runner with SSE live streaming. New Benchmarks tab in the dashboard. Foundation for Phase 2 (real AndroidWorld integration).
  • 7 benchmark API endpoints (/api/benchmarks/*) β€” list suites, start run, stream events, past runs, stop.
  • Live Ollama model discovery β€” new GET /api/agent-chat/providers endpoint queries localhost:11434/api/tags so the dropdown shows actually-installed models, not a hardcoded list.
  • Background Ollama model pull β€” endpoint to pull new models without blocking the UI, with live status tracking.
  • Frontend model selector fetches providers on mount instead of relying on hardcoded constants.
  • Better errors when Ollama isn’t running or a requested model isn’t installed.
  • Confusing β€œconnection error” when user selected a model not installed locally β€” now says β€œmodel X not found, pull it first” with a pull button.