Changelog
What's new
All releases, fixes, and improvements — newest first.
Initial Release — The one that started it all
The first public release of Callahan CI. Everything is new. This is the foundation — AI-native pipelines, serverless execution, and a complete built-in toolchain. No plugins required.
New
- Serverless pipeline execution engine — every job runs in a fresh ephemeral container, cold start under 2 seconds
- Callahanfile.yaml — GitHub Actions-compatible YAML with AI extensions (
ai.review,ai.explain-failures,ai.security-scan) - Unified LLM layer — supports Anthropic Claude, OpenAI, Groq, Mistral, and Ollama (local, offline)
- Pipeline Architect agent — generate full pipelines from plain English descriptions
- Build Debugger agent — chat interface inside failing builds with AI root cause analysis
- Code Reviewer agent — automatic AI review comments posted to GitHub, GitLab, Bitbucket, and Gitea PRs
- Security Analyst agent — Trivy, Semgrep, and gitleaks built-in with AI-powered triage and fix suggestions
- Auto language detection — Node.js, Python, Go, Rust, Java, .NET, PHP, Ruby detected automatically
- Dependency caching — npm, pip, cargo, Maven, Go modules cached and reused across runs
- Matrix builds — run jobs across multiple language versions or OS targets in parallel
- Secrets management — encrypted storage, injected as environment variables at runtime
- Built-in deployment steps — Fly.io, Vercel, Netlify, Kubernetes, Helm, Terraform, AWS Lambda, Railway, Render
- SBOM generation — software bill of materials produced on every build
- Dashboard — real-time build logs, pipeline visual editor, AI insights, command palette (⌘K)
- REST API + WebSocket — full programmatic access to all platform features
- Single-command install —
curl -fsSL https://callahanci.com | sh - Docker Compose support — full stack up in one command
- SQLite with WAL mode — persistent pipeline state, no external database required
- Example pipelines — Next.js, Python FastAPI, Go, Rust, Java Spring Boot
- MIT License — free to use, modify, and distribute forever
More releases coming soon. Watch the repo →