Skip to content

v1.0.0

Latest

Choose a tag to compare

@ExpertVagabond ExpertVagabond released this 16 Mar 18:13
· 11 commits to master since this release

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 description field
  • 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-rs

Full Changelog: v0.7.0...v1.0.0