Skip to content

Releases: SpillwaveSolutions/agent-cron

v1.9.0

22 Mar 03:14

Choose a tag to compare

Install agent-cron 1.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SpillwaveSolutions/agent-cron/releases/download/v1.9.0/agent-cron-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install SpillwaveSolutions/agcron/agcron

Download agent-cron 1.9.0

File Platform Checksum
agent-cron-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
agent-cron-x86_64-apple-darwin.tar.xz Intel macOS checksum
agent-cron-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.8.0

17 Mar 22:30

Choose a tag to compare

Install agent-cron 1.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SpillwaveSolutions/agent-cron/releases/download/v1.8.0/agent-cron-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install SpillwaveSolutions/agcron/agcron

Download agent-cron 1.8.0

File Platform Checksum
agent-cron-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
agent-cron-x86_64-apple-darwin.tar.xz Intel macOS checksum
agent-cron-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.7 Conversational Skills

12 Mar 05:44

Choose a tag to compare

v1.7 Conversational Skills

Multi-platform conversational skills enabling natural language installation, job creation, daemon management, and job monitoring for Agent Cron across 5 AI CLI platforms.

Key Features

  • installing-agcron skill — Bootstrap-safe build-from-source walkthrough that works without agcron binary already installed
  • creating-jobs skill — Natural language to cron job markdown with validation, schedule explanation, show-before-write confirmation, and 4 job templates
  • managing-daemon skill — Daemon lifecycle management with double-start prevention and troubleshooting guide
  • monitoring-jobs skill — Job history, logs, stats, and failure diagnosis with progressive disclosure
  • agcron init subcommand — Scaffolds config and project directory with merge-carefully semantics
  • Cross-platform symlinks — Skills discoverable from Claude Code, OpenCode, Gemini, Codex, and Copilot

Stats

  • 4 phases, 7 plans, 28 commits
  • 4 SKILL.md files + 10 reference files
  • 29/30 requirements complete
  • Timeline: 5 days (2026-03-06 → 2026-03-11)

Installation

git clone https://github.com/SpillwaveSolutions/agent-cron.git
cd agent-cron
cargo build --manifest-path rust/Cargo.toml --release

See skills/agcron/installing-agcron/SKILL.md for guided installation via any supported AI CLI.

Full Changelog: v1.6...v1.7

v1.5 Multi-CLI Integration Testing

05 Mar 23:03

Choose a tag to compare

v1.5 Multi-CLI Integration Testing

Shipped: 2026-03-05 | Phases: 5 | Plans: 8 | Requirements: 17/17

What's New

Real CLI integration test suite verifying all 5 AI CLI adapters (Claude, Gemini, Codex, Copilot, OpenCode) with full daemon round-trip validation, failure mode coverage, and CI-ready nightly reporting.

Key Features

  • CLI Discovery — PATH probing, auth detection, and TOML capability matrix for all 5 CLIs
  • 15 Smoke Tests — Echo round-trip, file creation, model flag passthrough per CLI
  • 15 Failure Mode Tests — Missing binary (Crashed), auth failure (Failed), timeout/SIGKILL (Timeout) per CLI
  • Test Report Binary — JSON matrix, colored terminal table, and JUnit XML output
  • Nightly CI Pipeline — GitHub Actions workflow with per-CLI API key secrets, artifact upload, and fork guard
  • Skip Detection — AGCRON_SKIP:: stdout marker chain for graceful CI degradation when CLIs are unavailable

Stats

  • ~2,467 new LOC (Rust + YAML + TOML)
  • 30 integration tests (15 smoke + 15 failure)
  • 11 days development (2026-02-23 → 2026-03-05)

Previous Milestones

  • v1.4 E2E Testing (2026-02-12)
  • v1.3 Adapter Verification (2026-02-12)
  • v1.2 Job Observability (2026-02-12)
  • v1.1 Adapter Framework (2026-02-11)
  • v1.0 Core Daemon (2026-02-10)