Releases: codingagentsystem/cas
Releases · codingagentsystem/cas
CAS v1.0
- 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
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
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 changelogcommand 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
- 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
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 | shPlatforms
- macOS ARM64 (Apple Silicon)
- Linux x86_64
CAS v0.5.9
What's Changed
- LLM harness config: New
llm.harnessconfig 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 codexflags 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
- Restore macOS factory boot screen with subprocess init progress
- Update Cargo.lock for v0.5.7
- Release v0.5.7
CAS v0.5.6
- Apply rustfmt import ordering
- Release v0.5.6: clippy cleanup and stability updates
CAS v0.5.5
- Release 0.5.5
CAS v0.5.4
- Improve Supabase auth login UX and callback branding