oppnc/dsh-kernel-grok

oppnc★ 0JavaScript最后同步: 2026-08-20

在 GitHub 打开

Grok Build written in DSH form: the grok-build tool surface re-registered as native DeepSeek Harness tools.

README 摘要

English 中文 dsh-kernel-grok DSH runs on one simple idea: everything is a plugin . Models, tools, subagents — plug them together however you like. So we did exactly that: we turned Grok Build into a DSH plugin . The grok-build tool surface you already know — run terminal cmd , read file , search replace , list dir , grep , web search , web fetch , todo write , task , get task output , kill task , ask user question , enter plan mode , exit plan mode — is now a set of native DSH tools. Same names, same schemas, same behavior. The payoff is simple: use grok's tools natively inside DSH — no different from opening Grok Build itself. Every model stays in the environment it knows best — main agent or subagent, it feels like coming home. Two grok-native rules, kept as-is: search replace IS grok's write tool (create a file by passing an empty old string ), and run terminal cmd requires a description saying why the command is needed. web search uses the Grok OAuth JWT against cli-chat-proxy.grok.com ( tools: [{type:'web search'}] ), not DeepSeek's search provider. web fetch is a local HTTPS GET through the same proxy grok-build uses. Distilled from grok-build e5fd481 (2026-08-13); origin/main …

在 GitHub 查看完整 README →
工具/开发coding-agentcordisdeepseek-harnessdshdsh-plugingrokgrok-buildxai

分类