DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Cursor Passthrough — DSH Plugin for DeepSeek Harness
← Plugins
C

dsh-cursor-passthrough

Cursor Passthrough

Add a Cursor 直通 group to the DSH chat model picker. Select it to send turns through the local Cursor CLI.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:mingzhong15/dsh-cursor-passthrough#792013c42c4b6e5daba08badf2f23ef8005d358b
READMECompatibilityVersions

Compatibility and provenance

Cursor Passthrough is published as dsh-cursor-passthrough and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/27/2026

Versions

0.2.0stable
8/27/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/27/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-cursor-passthrough

English | 中文

A community plugin for DeepSeek Harness. It adds a Cursor 直通 group to the chat model picker. Select that group and the web UI sends the turn to the Cursor CLI already signed in on this machine. Pick Paratera, DeepSeek, or another DSH model and those APIs run as usual.

This is not an official Cursor product. It is also not dsh-cursor-acp: that plugin registers a cursor_agent tool while the parent chat still uses a DSH model. This plugin is a model-picker route.

Before you start

  1. Install DeepSeek Harness and the Cursor CLI, then run agent login.
  2. Install dsh-cursor-acp in the same profile. This plugin reuses its CLI discovery helpers; it does not register cursor_agent itself.

Install

Web profile:

dsh plugin --profile web add github:mingzhong15/dsh-cursor-passthrough

Desktop:

dsh plugin --profile desktop add github:mingzhong15/dsh-cursor-passthrough

Local checkout (what this machine uses):

dsh plugin --profile web add link:/path/to/dsh-cursor-passthrough

Restart DeepSeek Harness after install. Remote browsers should hard-refresh (Ctrl+Shift+R).

After install

Open Settings → Cursor 直通.

  • The toggle only controls whether Cursor 直通 appears in the model picker.
  • Chat turns go through Cursor only when that group is selected. Other picks still use Paratera / DeepSeek / Zen.
  • The composer shows a badge: green when the session is on Cursor passthrough.

Which Cursor model to spawn (--model) is the row you pick inside Cursor 直通. The Cursor subagent settings page still only affects cursor_agent.

How it works

When the selected provider is cursor, the host intercepts llm/stream and runs agent acp on this machine. DSH model adapters are not called for that turn. Session title and compaction for Cursor sessions are local stubs, so they also skip DSH APIs.

License

MIT