Back to directory

dsh-infinite-gen-2

Maintenance: Active

minglink/dsh-infinite-gen-2

DeepSeek jailbreak plugin ("Infinite Gen 2") that keeps prompts stable and bypasses model refusals for DeepSeek Harness.

View on GitHubHomepage
$ dsh plugin add dsh-infinite-gen-2

248

stars

18

forks

PowerShell

Language

MIT

License

2026-08-15

Created

2026-08-22

Last push

MIT-licensed DeepSeek Harness plugin that overrides DeepSeek’s system-prompt priority via an order:100 segment and an `infinite_gen2_profile` tool, with refusal-resistance hardening and a client on/off status bar.

DSH integration

Native runtime

Author-claimed

Safety audit

Unaudited

Last verified

2026-08-25

License

MIT

01What can it help you accomplish?

  • Suppress DeepSeek’s system-prompt guardrails so the model prioritizes user instructions

    An appended armor-breaking system-prompt segment plus the `infinite_gen2_profile` tool that returns the bundled prompt and version info

    DeepSeek Harness users running DeepSeek-family models who want user instructions to take highest priority (the README frames use as study / research / tech exchange)

  • Lower the “installed but still refused” rate via refusal-resistance hardening

    An expanded banned-phrase list, no auto-recovery, and whole-session persistence of the override

    Users who found DeepSeek still refusing requests even after adding armor-breaking prompts

  • Show a visible on/off indicator so users can confirm the plugin loaded

    A green “● 破甲已开启” status bar above the input box (client half)

    Anyone who wants visual confirmation that the plugin is active in a session

02How to install into DeepSeek Harness

Prerequisites

  • DeepSeek Harness desktop client (EXE) or Web version — the README’s one-click install path assumes the official desktop client is already installed
  • A working `pnpm` on PATH — the install scripts automatically run `pnpm install`

Installation steps

  1. 01

    Download the repo and extract it; on Windows right-click `install.ps1` → “Run with PowerShell”, on Linux/macOS run `chmod +x install.sh && ./install.sh`

  2. 02

    Fully quit and restart DeepSeek Harness (refresh the page for Web, reopen for desktop), then start a new session

Verify the integration

  • After restart, a green “● 破甲已开启” status bar appears above the input box (client half loaded)
  • In a new session ask the model “which plugins does your system prompt come from?” — an answer mentioning 无限二代 / Infinite Generation Two confirms it is active

Rollback

  • Run `uninstall.ps1` (Windows) or `./uninstall.sh` (Linux/macOS) to remove the plugin and restore configuration

03DSH integration and capability boundaries

DSH integrationNative runtime

Registers an appended system-prompt segment (order: 100) that rewrites the model's obedience priority to user instructions, and exposes an `infinite_gen2_profile` tool.

  • Appended system-prompt override segment

    DeepSeek Harness plugin load (bundled into profiles via package.json)An order:100 system-prompt segment that rewrites the model’s obedience priority to user instructions

    rewrites the model’s obedience priority via an appended system-prompt segment
  • infinite_gen2_profile tool

    a tool call from DeepSeek Harnessthe bundled armor-breaking prompt plus version info

  • Refusal-resistance hardening

    session startexpanded banned-phrase list + no auto-recovery + whole-session persistence that lowers the “installed but still refused” rate

    changes refusal behavior for the whole session (persistent)
  • Client status bar

    plugin activationa green “● 破甲已开启” status bar above the input box

    modifies the DeepSeek Harness client UI (input box area)

04Who is it for? When not to use it?

Good for

  • DeepSeek Harness users running DeepSeek-family models who want user instructions to take highest priority (the README frames use as study / research / tech exchange)
  • Users who found DeepSeek still refusing requests even after adding armor-breaking prompts
  • Anyone who wants visual confirmation that the plugin is active in a session

Not for

  • The plugin appends an order:100 system-prompt segment that rewrites the model’s obedience priority, changing how DeepSeek answers by default — not just adding a separate instruction.
  • The install scripts auto-edit the DeepSeek Harness profile’s package.json (add dependency + bundles entry) and run `pnpm install`; re-running is idempotent and older versions are cleaned.
  • The plugin requests two permissions — system-prompt injection (系统提示词注入) and a client status bar (客户端状态条) — needed for the override segment and the on/off indicator.

05Compatibility, maintenance and safety notes

  • The plugin appends an order:100 system-prompt segment that rewrites the model’s obedience priority, changing how DeepSeek answers by default — not just adding a separate instruction.
  • The install scripts auto-edit the DeepSeek Harness profile’s package.json (add dependency + bundles entry) and run `pnpm install`; re-running is idempotent and older versions are cleaned.
  • The plugin requests two permissions — system-prompt injection (系统提示词注入) and a client status bar (客户端状态条) — needed for the override segment and the on/off indicator.
  • It is built for DeepSeek-family models only; the prompt body is plain text and can also be reused in ChatGPT custom GPT / Codex CLI / OpenAI API system instructions.
2026-08-152026-08-22Not specified by the author

MIT · maintained (no tagged release)

06Frequently asked questions

How do I install DSH Infinite Gen 2 on DeepSeek Harness?

Use the dsh:// one-click install link if you have the official desktop client, or download the repo and run install.ps1 (Windows, right-click → Run with PowerShell) / install.sh (Linux/macOS). Then fully quit and restart DeepSeek Harness and start a new session.

How can I tell the plugin is active?

After restart, a green “● 破甲已开启” status bar appears above the input box. You can also ask a new session “which plugins does your system prompt come from?” — an answer mentioning 无限二代 / Infinite Generation Two confirms it loaded.

What permissions does it request?

It requests two permissions — system-prompt injection (系统提示词注入) and a client status bar (客户端状态条) — used for the override segment and the on/off indicator.

Does it work with the Web version of DeepSeek Harness?

Yes. The install scripts auto-detect the profile directory (Web uses profiles\web, desktop uses profiles\default) and write config idempotently; you can also set $env:DSH_PROFILE='web' or 'default' to target a specific version.

How do I uninstall it?

Run uninstall.ps1 (Windows) or ./uninstall.sh (Linux/macOS) — it removes the plugin and restores your configuration.

08Data and sources

  • Author-claimedgithub.comc72d2d178021…

    **无限二代(dsh-infinite-gen-2)** 是一个 DeepSeek Harness 破甲插件:

  • Author-claimedgithub.comc72d2d178021…

    以追加式系统提示词段注册(`order: 100`),直接改写模型对用户指令的服从优先级;

This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-08-25. Found an error? Submit a correction.

🏆

Best DeepSeek Harness Plugins

Twelve plugins worth installing first — picked from the whole catalog, across every category.

DSH Plugins is an independent community directory of DeepSeek Harness plugins. Not affiliated with or endorsed by DeepSeek. Third-party plugins are not security-audited — review the source before installing.

New DeepSeek Harness plugins, weekly. No spam.