Skip to content

v2026.03.14 — Terminal Dashboard, Proactive Engine & Browser Reliability

Choose a tag to compare

@elophanto elophanto released this 14 Mar 17:25
· 376 commits to main since this release

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_space handler ensures normal typing
  • No response timeout — dashboard waits as long as the agent needs; /stop to 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: false state (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: 0 default — 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_effort support 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