From 898bac3c69285d123c5ac9d9a755a877a726ad40 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sat, 4 Jul 2026 13:13:16 -0600 Subject: [PATCH] docs: added the ast_grep tool to the config.example.yaml --- config.example.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.example.yaml b/config.example.yaml index b8a19b6..eab018b 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -91,6 +91,7 @@ enabled_tools: null # Which tools to enable by default. # Example (comma-separated form): # enabled_tools: fs,web_search_coyote visible_tools: # Which tools are visible to be compiled (and are thus able to be defined in 'enabled_tools') +# - ast_grep.sh # - demo_py.py # - demo_sh.sh # - demo_ts.ts