Merge remote-tracking branch 'origin/codex/goal-commands' into codex/ralph-tool

This commit is contained in:
Tianyi Cui
2026-07-20 14:32:20 +08:00
59 changed files with 2853 additions and 55 deletions
+4 -3
View File
@@ -114,9 +114,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'