Skip to content

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 22 Jun 08:24

Changelog

  • 6aa9f54 Added the Architecture of mcp - for contributors
  • 4f5babe Fixed DB Issue: Before all folders used that same /tmp/abc.db folder - after fix project/.mycli-fts/abc.db - cross-repo data contamination
  • a7ac00b Fixed Security BUG: C ommand Injection through fallback ripgrep - New: 1. Allow Searching only approved dir
  • 61b6c72 Fixed Security BUG: readLineRange() no cross-check, unintended repo can be read which is out of our boundary, Added isPathWithinRoot() - excepts as symbol path {path} is outside repo root
  • 22c20b4 Fixed Unbounded Facts/Stash Acceptance : stash_context & remember accepts unbounded content - used stash_context can take upto 1mb of content & remember accepts 10kb of content
  • 3a6a2cf added list of languages can be parsed with AST tree-sitter.
  • 126b537 gofmt: align comment spacing in const block
  • 05c2830 removed dead code - intended for CLI purpose, never used in MCP