Skip to content

v0.23.0

Choose a tag to compare

@MarkKropf MarkKropf released this 05 Jun 19:28
046b39f

Native code intelligence (no exec-shim)

  • donmai code get-repo-map and donmai code search-symbols now run a native Go implementation — index.json is byte-compatible with the prior TypeScript indexer (xxhash64 + git-blob hashing verified identical), so existing .donmai/code-index/ indexes interoperate. (#121)
  • The external code-intel binary shim is kept as a fallback behind DONMAI_CODE_BIN for advanced users.
  • No CGo; pure-Go regex extractors (TypeScript + Go). Python/Rust extractors + BM25 search-code + dedup/usages follow.