Skip to content

v0.1.10

Choose a tag to compare

@ApiliumDevTeam ApiliumDevTeam released this 09 Mar 16:49
· 216 commits to main since this release
600e970

Persistent Cortex Storage & Seamless Auto-Update

  • Persistent storage: Cortex sidecar now uses --db flag for Sled-backed persistence (~/.mayros/cortex-data/)
  • Graceful update flow: flush data via /api/flush + SIGTERM before binary replacement — zero data loss
  • Sidecar hardening: lock files, port conflict detection, stderr capture, stale lock reclaim, auto-restart fix
  • Lifecycle callbacks: plugin-to-infra bridge for coordinated sidecar restarts during updates
  • Secrets migration: credentials follow dataDir with automatic migration from ~/.mayros/
  • UX fix: slash commands (/kg, /tools, /trace, etc.) now show clean user-facing text
  • Requires Cortex ≥ 0.4.1 (auto-installed if missing)