AI Agent Hub
Back to plugins
⚙️

dsh-action-parity

Workflow Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install dongsheng123132/dsh-action-parity

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

In DeepSeek Harness, you can install this plugin by running the command `dsh plugin install dongsheng123132/dsh-action-parity` or downloading the source code from the GitHub repository at https://github.com/dongsheng123132/dsh-action-parity.

About this plugin

In the DeepSeek Harness ecosystem, business actions can be accessed through various interfaces like CLI, MCP, and GUI, making consistency across these surfaces crucial for reliability. Manual verification is tedious and error-prone, often leading to functional gaps or security risks. DSH Action Parity automates this validation by focusing on manifest checks without executing actual business actions.

The plugin's core strength lies in ensuring consistency: it verifies that all interfaces use the same stable actionId and coreActionId, and validates the integrity of core modules, binding declarations, and replay data via SHA-256 hashes. It handles stale states and confirmation requirements, generating a deterministic content-addressed report for clear insights. All inputs are secured against path traversal and sensitive data exposure.

DSH Action Parity is ideal for DSH developers, testers, and QA professionals who need to guarantee cross-interface consistency. If you're developing or maintaining business actions across multiple surfaces, this plugin helps you quickly confirm parity, enhancing software reliability and validation efficiency while avoiding bugs from interface discrepancies.

Use Cases

  • Quickly verify behavior consistency of new business actions across CLI, MCP, and GUI interfaces after deployment
  • Automatically check action manifest and hash stability during regression testing to prevent functional drift
  • Ensure binding declarations and core modules match expectations when developing or updating DSH plugins for improved reliability

Best For

  • DSH plugin developers who need to ensure cross-interface consistency
  • Test automation engineers focused on validating toolchain reliability
  • Software quality assurance specialists responsible for monitoring business action behavior standards