dsh-claude-antidote
Run the following command in DeepSeek Harness:
dsh plugin install FolioTemp/dsh-claude-antidote
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install FolioTemp/dsh-claude-antidote in the DeepSeek Harness terminal; the source code is hosted at https://github.com/FolioTemp/dsh-claude-antidote and it must be installed after dsh-claude-ux followed by a dsh web restart and hard browser refresh.
About this plugin
The Claude risk-control module shipped with dsh-claude-ux is protective, but it also enforces region blocks, kills conversations on profanity detection, fires extra classify-LLM calls, injects system-prompt sections, and can swallow the input box entirely. If you just want the toggle to read "enabled" for peace of mind while none of those side effects actually run, the experience feels broken.
dsh-claude-antidote takes a "light on, wire pulled" approach: it spoofs the /_dsh/claude/status endpoint at the browser layer so the settings page always shows the master switch as on and saves echo back correctly, while the real enabled flag is flipped to false before the request reaches the host. Classify bypass requests are intercepted locally with an all-no response, consuming zero tokens. The upstream geo and region-policy prompt sections are stripped and the stego date format is restored. The moment the frontend detects a chatEnded projection, the plugin races the takeover chain with priority -100 and hands you back the native composer so subsequent turns hit the real model.
It matches only the public hooks, purposes, projection keys, and state routes exposed by dsh-claude-ux, leaving other risk-control, approval, and security plugins untouched. It is built for users who have dsh-claude-ux installed, want the settings page to show "enabled" for audit or comfort, but need region封锁, conversation kills, and input-box hijacking fully disabled. Uninstalling it will not silently re-enable upstream behaviour — the choice stays yours.
Use Cases
- Settings page must show Claude risk-control as enabled for audit, while region blocks and profanity chat-kills stay disabled
- Input box is swallowed by a Chat ended takeover and the native composer needs instant recovery
- Bypass classify calls waste tokens and upstream prompt sections alter model output without user consent
Best For
- Teams that rely on dsh-claude-ux for its settings-page appearance in audited environments
- DeepSeek Harness users whose workflow is disrupted by region blocks or profanity-triggered chat kills
- Developers who want granular control over which risk-control behaviors stay active and which are neutralized
Related Plugins
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.
Dockyard DSH is a native DeepSeek Harness plugin that unifies official OAuth/client sessions for Codex, Antigravity, Grok, Claude, and Cursor, providing account pool, model catalog, and quota status.