You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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