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
Benchmarkstab 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/providersendpoint querieslocalhost:11434/api/tagsso 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.
Changed
Section titled βChangedβ- 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.