This repository was archived by the owner on Jun 16, 2026. It is now read-only.
What's Changed since v0.6.0
Features
- feat: multi-language template listing, capture name filter, and compact query results (#42) — closes #19, #20, #21
- feat: AST-based
find_similar_codeusing structural fingerprinting (#47) — fixes #45
Bug Fixes
- fix: add
.venv,venv,.toxto defaultexcluded_dirs(#44) - fix: support double underscore env var format (
MCP_TS_CACHE__MAX_SIZE_MB) for config (#41) — fixes #12 - fix: migrate from deprecated
lang.query()toQuery()constructor (#48) — fixes #46
Other
- docs: add AGENTS.md with instructions for AI coding agents (#40)
- chore: remove third-party badges from README (#43)
- test: add MCP protocol smoke test — boots the server over stdio and exercises tools end-to-end
Highlights
run_querynow supportscapture_filter(return only matching capture names) andcompactmode (minimal{capture, text}output)list_query_templatesaccepts multiple languages (comma-separated)find_similar_codecompletely rewritten — now uses AST fingerprinting with containment similarity instead of broken text search- Zero open issues
Full Changelog: v0.6.0...v0.7.0