Skip to content

v2026.02.24.3 — Autonomous Mind Fix

Choose a tag to compare

@elophanto elophanto released this 24 Feb 19:28
· 575 commits to main since this release

Autonomous Mind Fix + Real-Time Terminal Display

Bug Fix

  • Fixed autonomous mind not starting via ./start.sh — Root cause: ./start.sh runs elophanto chat (default), which uses _chat_gateway() in chat_cmd.py — a separate gateway startup path that was missing GoalRunner, AutonomousMind, and EmailMonitor wiring. The mind initialized but resume_on_startup() was never called.

Terminal Improvements

  • Real-time tool use visibility — Every tool the mind calls is now shown in the terminal as it happens. New MIND_TOOL_USE event via executor callback.
  • Rich cycle display — Wakeup shows budget/memory/last action, sleep shows formatted duration with full budget status, visual separators frame each cycle
  • Error recovery display — Shows error details and recovery strategy