Skip to content

v2.64.6

Choose a tag to compare

@aebrer aebrer released this 13 Sep 21:18
· 8 commits to master since this release
26134ae

Softened search guidance

  • Reframed the search tool guidance across the tool definition, system prompt, and search skill: search is now one optional exploration tool, best for exploring large code/text corpora when the exact keywords are unknown, rather than the "default exploration tool".
  • Exact-match and targeted lookups remain grep/find/ls/read/bash's job; the no-search fallback branch is unchanged.
  • Updated the system-prompt tests to assert the softened wording in both the search-available and fallback branches.

Implemented in PR #516, resolving issue #515.