Changelog
v0.1.0
2025-02-13 — initial release
added
- core architecture with trait-based pluggable subsystems
- openrouter provider (access claude, gpt-4, llama, gemini via single API)
- CLI channel with interactive and single-message modes
- observability (noop, log, multi)
- security sandbox (workspace scoping, command allowlisting, path traversal blocking, autonomy levels, rate limiting)
- tools (shell, file_read, file_write)
- SQLite memory with full-text search
- heartbeat engine
- native runtime adapter
- TOML config with sensible defaults
- onboarding wizard
- github actions CI
- 159 tests
- 3.1MB release binary