docs(changelog): add Anthropic docs link for tool_search entry

This commit is contained in:
2026-03-09 21:24:15 +01:00
parent 119fdd9538
commit c374b943f3
+1 -1
View File
@@ -47,7 +47,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Git Commit Text Area.</strong> Made the Git commit text area bigger and dynamic.</li> <li><strong>Git Commit Text Area.</strong> Made the Git commit text area bigger and dynamic.</li>
<li><strong>AI Chat Panel.</strong> Toned down the font color to make it easier to read.</li> <li><strong>AI Chat Panel.</strong> Toned down the font color to make it easier to read.</li>
<li><strong>AI Chat Panel.</strong> Made completed tool calls fade a little to make it easier to separate.</li> <li><strong>AI Chat Panel.</strong> Made completed tool calls fade a little to make it easier to separate.</li>
<li><strong>Zaguán Coder Daemon.</strong> Added a <code>tool_search</code> tool based on the Anthropic documentation to help reduce initial token usage.</li> <li><strong>Zaguán Coder Daemon.</strong> Added a <code>tool_search</code> tool based on the <a href="https://platform.claude.com/docs/en/agents-and-tools/tool-use/tool-search-tool" target="_blank" rel="noopener">Anthropic documentation</a> to help reduce initial token usage.</li>
</ul> </ul>
</div> </div>