Skip to content

Releases: codingagentsystem/cas

CAS v1.0

11 Mar 18:34

Choose a tag to compare

  • Remove .env.example in favor of .env.worktree.template
  • Sync .claude rules/skills after cas update and add MCP config
  • Fix unused Content import warning when mcp-proxy feature is disabled
  • Fix m165 migration crash when verifications table doesn't exist
  • Remove duplicate install.sh and trim Quick Start
  • Add factory TUI screenshot to README header
  • Fix release workflow: move secret check from job-level if to step script
  • CI: use default features only, add homebrew conditional
  • Fix release workflow: use GITHUB_TOKEN, add homebrew auto-update
  • Initial open-source release

CAS v0.6.3

26 Feb 11:58

Choose a tag to compare

What's Changed

Added

  • Rich content (images) support in MCP execute responses
  • Event-based triggers for factory reminder system

Changed

  • Use execute() instead of execute_rich() after upstream API merge
  • Improved factory reminder storage

Full Changelog: codingagentsystem/cas-internal@v0.6.2...v0.6.3

CAS v0.6.2

25 Feb 09:23

Choose a tag to compare

What's Changed

Added

  • Interactive terminal dialog (Ctrl+T) in factory TUI with show/hide/kill
  • MCP proxy catalog caching for SessionStart context injection
  • Billing interval switching buttons (monthly/yearly) with savings display
  • Resume subscription button on cancellation notice
  • cas changelog command to show release notes

Changed

  • Cloud sync on MCP startup runs in background with 5s timeout (non-blocking)
  • Heartbeat uses shorter 5s timeout and spawn_blocking to avoid stalling async loop
  • Refactored cloud routes for cleaner URL structure

Fixed

  • Debounced Ctrl+C interrupt to prevent accidental double-sends
  • Update version check now compares versions properly
  • Stripe portal return URL redirects back to billing page
  • Removed duplicate type export in types/index.ts

Full Changelog: codingagentsystem/cas-internal@v0.6.1...v0.6.2

CAS v0.6.1

24 Feb 11:53

Choose a tag to compare

  • Remove SLA reminders, bump to v0.6.1
  • Add install script endpoint with download analytics
  • Fix duplicate migration timestamp 20260223120000
  • Update Postgres mount for PG18 data directory layout
  • Fix WAL-G download URL for ARM64 in Postgres Dockerfile

CAS v0.6.0

24 Feb 06:48

Choose a tag to compare

What's New

  • Persistent memory, tasks, rules, and skills across sessions
  • Factory mode for multi-agent orchestration
  • Code-mode-mcp proxy integration
  • Trial billing and plan management
  • Install analytics tracking

Install

curl -fsSL https://cas.dev/install.sh | sh

Platforms

  • macOS ARM64 (Apple Silicon)
  • Linux x86_64

CAS v0.5.9

17 Feb 20:16

Choose a tag to compare

What's Changed

  • LLM harness config: New llm.harness config for selecting CLI harness (Claude/Codex) with per-role overrides (llm.supervisor.harness, llm.worker.harness)
  • Codex factory support: cas factory --worker-cli codex / --supervisor-cli codex flags with auto-fallback between Claude and Codex
  • Verification prompts: Verification jail and gate prompts now give Claude the explicit Task(subagent_type="task-verifier", ...) syntax

Note: Linux x86_64 binary not included in this release due to CI billing issue. macOS ARM (Apple Silicon) binary available below.

CAS v0.5.7

15 Feb 21:57

Choose a tag to compare

  • Restore macOS factory boot screen with subprocess init progress
  • Update Cargo.lock for v0.5.7
  • Release v0.5.7

CAS v0.5.6

15 Feb 20:44

Choose a tag to compare

  • Apply rustfmt import ordering
  • Release v0.5.6: clippy cleanup and stability updates

CAS v0.5.5

15 Feb 20:25

Choose a tag to compare

  • Release 0.5.5

CAS v0.5.4

15 Feb 15:20

Choose a tag to compare

  • Improve Supabase auth login UX and callback branding