Highlights
Terminal Dashboard (major upgrade)
- Full-screen Textual TUI with light champagne/warm-paper theme matching elophanto.com
- Live feed with real-time tagged events (
GW/AGT/MND/SCH/SW/HB) — 12 visible lines, 200-line history - Space bar fixed — Kitty keyboard protocol
key_spacehandler ensures normal typing - No response timeout — dashboard waits as long as the agent needs;
/stopto cancel manually - Auto-refresh every 30s — scheduler and provider panels stay current without reconnect
- Purple cursor indicator in input bar
- Provider dots correctly reflect
enabled: falsestate (openai/kimi no longer show green when disabled)
Proactive Engine
- Heartbeat standing orders — agent checks in on a schedule and acts autonomously
- Webhook endpoints — trigger agent tasks via HTTP
- Chat tool — agent can message you back proactively
New LLM Provider
- Kimi / Moonshot AI as 5th provider via Kilo Code Gateway
Browser Reliability
- Persistent profile copy moved from
/tmp(OS-cleaned) to~/.elophanto/browser-profile/— agent logins survive macOS temp cleanup profile_refresh_hours: 0default — sessions never wiped unless you force it- Auto-migrates old temp-dir copy on first start
Gateway & Performance
- Response-before-DB — gateway sends WebSocket response immediately, DB writes in background; eliminates 1-2 min hangs on slow SQLite
reasoning_effortsupport for OpenRouter and OpenAI providers- Vision model auto-routing for image-containing calls
Other
- AutoLoop focus lock and fixed iteration budgets
- Learning Engine: lesson extraction, semantic memory, KB compression
- 120+ new skills and 75 org role templates
- Solana wallet + 27 ecosystem skills
- VS Code extension IDE chat sidebar
Upgrade
git pull
uv sync