Skip to content

v0.1.4

Choose a tag to compare

@Automage Automage released this 31 Jul 21:56
· 19 commits to main since this release

Features

  • macOS notifications — native alerts for scheduled runs, order fills/rejections, approvals needed, agents paused (turn limit), and app updates; per-kind toggles + per-agent mute in Settings → Notifications.
  • Background turn limit — cap how many unattended background turns an agent runs before pausing (default 20), with an agent-view turn button (reset / per-agent on-off) and global controls in Settings → Agents, including a per-run max run-time.
  • Use your Claude subscription for background runs — scheduled (headless) runs no longer silently bill your ANTHROPIC_API_KEY by default; toggle in Settings → Agents.
  • Production database migrations — existing databases now survive updates via versioned schema migrations.
  • Conversation-retention notice — Settings warns when Claude Code's cleanupPeriodDays is low enough that agents could lose memory, with a one-click fix.

Fixes

  • Robinhood re-authentication — an expired grant no longer leaves the Connect button permanently failing; boot auto-connect never opens a browser unprompted (re-consent is explicit).
  • Broken / failing agents — an unresumable agent now pauses its schedules instead of firing (and notifying) every tick; the failure reason (billing / auth / network) is logged; paused agents stop firing timers and monitors entirely.
  • Host stability — the backend host is no longer killed when an update finishes downloading (fixes the "OpenTrade connecting…" hang).