AI Agent Hub
Back to plugins
🤖

dsh-toolcall-compat

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Yukari316/dsh-toolcall-compat

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Yukari316/dsh-toolcall-compat in your DeepSeek Harness terminal to install the plugin; the full source is available at https://github.com/Yukari316/dsh-toolcall-compat . Restart DSH after installation to activate it.

About this plugin

When pairing third-party models like GPT with DSH tool calls, two recurring pain points stand out: the model injects sandbox_permissions and justification into every call, triggering strict validation errors and endless retry loops; and some tool calls hang indefinitely, freezing the entire session with no way to skip past them.

dsh-toolcall-compat tackles both with two focused features. The schema-fix mode intercepts tool-call requests upstream in the llm/stream pipeline and strips only those two offending fields, leaving all other parameters, tool names, and call IDs completely untouched. A yellow compat bypass badge appears on the affected card so you can immediately tell which calls were adjusted. The stuck-skip mode is more straightforward: once a call runs past the configured timeout (default 15 seconds), a prompt and a skip button appear above it. Clicking skip terminates the call, and the LLM receives a note to continue without retrying.

Built for developers who pair GPT-class models with DSH tool calls and are frustrated by persistent sandbox escalation errors or frozen sessions. It activates by default with zero configuration required.

Use Cases

  • GPT model repeatedly fails DSH tool calls due to sandbox escalation validation errors
  • A tool call such as bash hangs indefinitely and freezes the entire session
  • Want third-party models to complete DSH tool calls without modifying DSH source code

Best For

  • Developers pairing GPT-class models with DSH tool calls
  • Users repeatedly blocked by sandbox_permissions and justification validation errors
  • Automation workflow users who need to handle timed-out tool calls in DSH