Releases: Orellius/cortex-rs
Releases · Orellius/cortex-rs
cortex-rs v0.2.0
First public release.
Install
cargo install cortex-rs-cliThen run cortex init to create ~/.cortex/cortex.yaml, and add to ~/.claude/settings.json to use as an MCP server in Claude Code.
What's included
- Memory — FTS5 + semantic embeddings (all-MiniLM-L6-v2), hot/warm/cold tiers, Weibull decay
- Router — rule-based task-to-model routing from
cortex.yaml, with cost savings tracking - Stats — Anthropic/OpenAI org API or local
~/.claude/log scraper - Notes — wikilinked markdown notes with backlink graph (
[[slug]]syntax) - Pattern miner — N-gram tool call mining for speculative pre-fetch
Crates
All 9 crates published to crates.io. MIT pillar crates can be embedded independently:
cortex-rs-core,cortex-rs-memory,cortex-rs-notes,cortex-rs-router,cortex-rs-stats,cortex-rs-miner— MITcortex-rs-mcp,cortex-rs-daemon,cortex-rs-cli— AGPL-3.0