Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 15:22
· 83 commits to main since this release
v0.4.0
7999dbb

• Search now treats the pattern as a positional argument and defaults to matching all, instead of -q.

It's highly recommended to update both skill and tool for models to start using the new syntax correctly.

• Dash‑prefixed patterns are now accepted (with -- separator for CLI parsing; ripgrep is protected via -- injection).


  • Remove local ksrc launcher script
  • Switch search to positional pattern and default --all
  • Silence buildSrc no-source warning
  • Update README
  • Update ksrc skill for new search syntax
  • Bump plugin version to align with script version
  • Allow dash-prefixed search patterns