dsh-grok-kit
Unofficial community plugin for DeepSeek Harness: use a SuperGrok / X Premium subscription via OAuth, with grok-4.6 chat, fused server-side web/X search, and Imagine
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MaRi23333/dsh-grok-kit说明文档
阅读完整 README ↗配置
| 配置项 | 默认值 | 说明 |
|---|---|---|
backendSearch | schema 为 false;本 bundle 设为 true | 在主聊天请求中启用 xAI 服务端网页/X 搜索 |
nestedSearchTools | 省略时取 !backendSearch | 注册独立的 grok_web_search / x_search |
searchModel | grok-build-0.1 | 嵌套搜索模式使用的模型 |
searchMaxResults | 8 | 嵌套搜索返回来源的上限 |
webSearchTimeoutMs | 60000 | 嵌套网页搜索的协作式超时预算 |
xSearchTimeoutMs | 120000 | 嵌套 X 搜索的协作式超时预算 |
imagineTool | true | 注册 grok_imagine |
proxyUrl | '' | xAI 专用 HTTP/HTTPS 代理;设置页保存值优先 |
本 bundle 的组合默认值来自 cordis.patch.yml。手工拆分或重组配置时,可用 dsh --profile web --dump-config 核对最终值。