v2.64.6
Softened search guidance
- Reframed the
searchtool guidance across the tool definition, system prompt, and search skill:searchis 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.