Skip to content

v1.1.0

Choose a tag to compare

@bogdan-copocean bogdan-copocean released this 02 Apr 08:29
· 18 commits to main since this release

Local-only indexer and assistant toolkit — no LLM inside CodeRay, no API key, no network for core use.

What’s in the box

  • Semantic search — hybrid retrieval (embeddings + BM25, RRF), tuned via .coderay.toml
  • Code graph — imports, calls, inheritance; blast radius (impact) for callers and dependents
  • File skeletons — signatures and docstrings without bodies
  • CLIinit, build, watch, search, skeleton, impact, graph, list, status, maintain
  • MCP server (coderay-mcp) — same tools for agents; see AGENTS.md
  • Languages — Python, JavaScript, TypeScript (Tree-sitter)
  • Workspaces — multi-root / monorepo, optional subtree include
  • Embeddings — fastembed (CPU) or MLX on Apple Silicon; incremental watch re-index

Install: pip install coderay==1.1.0 · PyPI