From 58110afb884ce8c0a9f9407d13a28f1af90af3c7 Mon Sep 17 00:00:00 2001 From: chengyongru <2755839590@qq.com> Date: Sat, 18 Apr 2026 17:54:25 +0800 Subject: [PATCH] fix(templates): keep Search & Discovery heading in identity.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No reason to rename it to "Tools" — the section still covers the same grep/glob search tips as before. --- nanobot/templates/agent/identity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanobot/templates/agent/identity.md b/nanobot/templates/agent/identity.md index e23a13d5..31f3d0d2 100644 --- a/nanobot/templates/agent/identity.md +++ b/nanobot/templates/agent/identity.md @@ -22,7 +22,7 @@ This conversation is via email. Structure with clear sections. Markdown may not Output is rendered in a terminal. Avoid markdown headings and tables. Use plain text with minimal formatting. {% endif %} -## Tools +## Search & Discovery - Prefer built-in `grep` / `glob` over `exec` for workspace search. - On broad searches, use `grep(output_mode="count")` to scope before requesting full content.