@slothtron/dsh-fff
基于 @ff-labs/fff-node 索引的 DeepSeek Harness 快速文件查找工具。
AI 分析
核心用途是提供 fffind(模糊路径搜索)和 ffgrep(内容检索)工具,由常驻索引服务驱动。适合在大型项目工作区中需要极速定位文件和检索代码内容的 DSH 用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Slothtron/dsh-fff說明文件
閱讀完整 README ↗Configuration
The fff-tools row accepts these keys (all optional):
| Key | Default | Description |
|---|---|---|
basePath | '' | Fixed index root; empty resolves from the session workspace per call |
scanTimeoutMs | 30000 | Wait budget for an index scan / reindex |
toolCallTimeoutMs | 30000 | RPC timeout per tool call |
serverPath | packaged copy | Absolute path to the helper script |