@slothtron/dsh-fff
FFF (Fast File Finder) tools for DeepSeek Harness — fffind (fuzzy path search) and ffgrep (content grep) backed by a resident @ff-labs/fff-node index that follows the current session workspace.
安装
$
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 |