Changelog

What shipped.

Every release, honestly documented — features, fixes, and the breaking changes we'd rather not have needed.

5 releases · latest v0.9.0
  1. v0.9.0June 2026Latest

    Scheduled runs and cron triggers

    Feature
    • schedules/ directory — a cron expression per file starts the agent on a timer.
    • Runs started by schedules carry a trigger context tools can read.
    • New frond runs ls --schedule filter in the CLI.
  2. v0.8.2May 2026

    Checkpoint compaction

    Fix
    • Long runs now compact old checkpoints automatically — 60% smaller state on disk.
    • Fixed a resume bug when a tool call was interrupted mid-stream.
  3. v0.8.0May 2026

    Channels go stable

    FeatureBreaking
    • Slack, Discord, and email channels move out of beta.
    • channels/*.ts now export a single default adapter — the old array export is removed.
    • Per-channel middleware for auth, rate limits, and message filtering.
  4. v0.7.1April 2026

    Faster sandbox boots

    Fix
    • Sandbox images are cached between runs — cold boots drop from 900ms to 180ms.
    • frond dev restarts no longer tear down the sandbox.
  5. v0.7.0April 2026

    Skills

    Feature
    • skills/ directory — Markdown playbooks loaded only when the task matches.
    • Skill frontmatter controls when a skill is offered to the model.
    • Ships with a starter library: research, review, and triage.