Releases: ashlrai/ashlrcode
Releases · ashlrai/ashlrcode
v2.1.0 — Multi-Agent Architecture + Claude Code Migration
Highlights
ac --migrate— one-command migration from Claude Code (copies MCP servers, permissions, custom commands)- WebSocket MCP transport — all 3 transports now supported (stdio, SSE, WebSocket)
- macOS Keychain — API keys stored securely, never in plaintext
- Extended thinking display — Anthropic thinking blocks shown and preserved across turns
- 548 tests — up from 367, with provider tests, E2E smoke test, and coordinator/mailbox coverage
Install
bun install -g ashlrcode
ac --migrate # import your Claude Code setupFull Changelog
See CHANGELOG.md for complete details (16 added, 14 fixed, 10 improved).
v1.0.0 — First Release
AshlrCode v1.0.0
Multi-provider AI coding agent CLI. First public release.
- 42 tools, 34 commands, 6 providers
- Autonomous KAIROS mode with sub-agent orchestration
- Ink-based terminal UI with buddy companion
- 3-tier context compression
- 335 tests passing
Install
bun install -g ashlrcodeRequires Bun runtime.