Skip to content

Releases: Orellius/cortex-rs

cortex-rs v0.2.0

24 May 21:04
v0.2.0
3a783b6

Choose a tag to compare

First public release.

Install

cargo install cortex-rs-cli

Then 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-minerMIT
  • cortex-rs-mcp, cortex-rs-daemon, cortex-rs-cliAGPL-3.0