Skip to content

v1.4.1

Choose a tag to compare

@mlhher mlhher released this 10 Jul 15:43
· 37 commits to main since this release

Feature:

  • Add search_names fast-path mode to search_tool for instant filename globbing (bypassing content scanning) by @giveen

Fix:

  • Auto-coerce regex patterns to valid globs for search_names mode to improve search reliability with smaller models by @giveen
  • Distinguish output truncation from context exhaustion