From 0a3c66f79dc0e5a7a8c3554a6d2fff024322a0d0 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 9 Apr 2026 12:15:46 -0400 Subject: [PATCH] chore(tools/ls): improve tool description --- internal/agent/tools/ls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/agent/tools/ls.md b/internal/agent/tools/ls.md index ba4fd7462dfefd540fc9e33b672a73f6e412ca7a..cb7c6756e0e19c57e6fe0ffc8a0297d4810cda4a 100644 --- a/internal/agent/tools/ls.md +++ b/internal/agent/tools/ls.md @@ -1,4 +1,4 @@ -Shows files and subdirectories in tree structure for exploring project organization. +List files and directories as a tree; skips hidden files and common system dirs; max 1000 files. Use glob to find files by pattern, grep to search contents. - Provide path to list (defaults to current working directory)