feat(fs-search): hide grep glob without rg

This commit is contained in:
Dudu-0223
2026-07-13 16:17:36 +08:00
parent f859332e9c
commit 89f9e4fc21
10 changed files with 218 additions and 46 deletions

View File

@@ -133,9 +133,10 @@
- id: tool-fs
name: '@deepseek-ai/dsh-tool-fs'
# Bash-backed discovery tools (glob/grep): fixed ripgrep commands through the
# local bash executor above — not ctx.fs. Capped results save the complete
# formatted list through the spill backend below (ctx.spillStore, optional).
# Bash-backed discovery tools (glob/grep): if the local bash executor above
# can find rg, register fixed ripgrep commands — not ctx.fs. Capped results
# save the complete formatted list through the spill backend below
# (ctx.spillStore, optional).
- id: tool-fs-search
name: '@deepseek-ai/dsh-tool-fs-search'