Skip to main content

Changelog

Full release notes are in CHANGELOG.md on GitHub.


v0.2.0 — 2026-05-01

Added

  • TUI (arc tui) -- k9s-style interface with Status, Agents, Cron, Config, Tokens, and Logs panes
  • vim navigation throughout: j/k cursor, h/l tab switching
  • Inline agent/cron/config editing, create/delete, $EDITOR escape hatch on every screen
  • Graceful degradation when daemon is not running
  • LXC system service install documentation

v0.1.0 — 2026-05-01

Initial release.

Added

  • Agent dispatch to Claude via acpx and local/remote Ollama models via httpx
  • Unix socket IPC daemon (arc daemon start/stop/restart/status/install)
  • APScheduler cron with Discord notify modes (discord, discord_on_urgent)
  • Discord bot with per-channel agent routing, rate limiting, and /model switching
  • Full CLI: arc ask, arc agent, arc cron, arc log, arc config, arc tokens, arc setup
  • OpenClaw migration (arc import-openclaw)
  • Shell completions for zsh, bash, fish, and PowerShell
  • Docusaurus documentation site