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
- Wire credential vault into main flows (dashboard save, CLI save, kernel boot) — API keys now stored in AES-256-GCM vault with dual-write to secrets.env for backward compat
- Fix cron channel delivery that was a no-op — Channel, LastChannel, and Webhook variants all deliver now
- Propagate cron delivery failures to scheduler (one-shot jobs not removed on failure)
- Add credential resolver (vault → dotenv → env var) to kernel for unified secret resolution
- Add remove_from_vault() to CredentialResolver
- Bump to v0.4.4