claude-agent-rs v1.0.0
The 1.0 release. Stable, battle-tested, ready for production.
What's New
- 8 built-in skills: /status, /explore, /plan, /review, /fix-build, /deploy, /release, /handoff
- Frontmatter support: Skills now support YAML frontmatter with
descriptionfield - Skill categorization: Banner and /help distinguish built-in (●) vs user (○) skills
- User skill overrides: Drop a .md file in ~/.claude-agent/skills/ to override any built-in
Full Feature Set
- 8 built-in tools (bash, read, write, edit, glob, grep, web_fetch, agent)
- MCP client with auto-discovery from ~/.mcp.json
- Dual backend: CLI (Claude Max, $0) or API (pay-per-token)
- Session persistence with SQLite
- Sub-agent spawning
- REPL with history
- Hooks system (pre/post tool use)
- Plugin system
- Auto-routing (Opus vs Haiku by complexity)
- Context auto-compaction
Install
cargo install claude-agent-rsFull Changelog: v0.7.0...v1.0.0