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.

Pocket Console — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-pocket-console

Pocket Console

Don't hand over the whole machine, just the decision blocking it: unattended DeepSeek Harness approvals and ask_user_question prompts reach your phone as Feishu cards, desktop first, outbound only.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:picsky/dsh-pocket-console#1ae7fe53480ba2fb84509cfb5fbd4fec70e1c8d7
READMECompatibilityVersions

Compatibility and provenance

Pocket Console is published as dsh-pocket-console and currently resolves to version 0.8.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.8.3stable
9/20/2026
0.8.2stable
9/20/2026
0.8.1stable
9/18/2026
Show 4 more versionsCollapse versions
0.8.0stable
9/18/2026
0.7.7stable
9/17/2026
0.7.6stable
9/17/2026
0.7.4stable
9/17/2026

Related plugins

Loading related plugins…

Latest
0.8.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/20/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

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-pocket-console

Step out — the task won't stall.

You drop a task on DeepSeek Harness before heading out, expecting to review the result when you get back — and it is stuck on the plan-confirmation question.

dsh-pocket-console exists for that: it keeps a stalled session moving while nobody is at the desk.

It turns the two moments that need a human — tool-call approvals and ask_user_question prompts — into Feishu cards on your phone once the desktop has had its chance to answer; one tap and the agent continues. The phone gets that one decision and nothing else: approve, reject, or answer. The desk, the session, the settings and the credentials stay where they are, and one outbound long connection is all it takes — no public IP, no domain, no tunnel.

English · 简体中文


Install and uninstall

The published tarball carries its Feishu transport inside it, so the install resolves nothing that needs a build permission and runs no install-time script:

dsh plugin --profile web add dsh-pocket-console

Then restart dsh web and open Settings → Plugins → Plugin configuration → Pocket console:

  1. Click Scan to create an app. If you already have one, click Use an existing app and enter its App ID and App Secret.
  2. Scan the QR code with Feishu (the link is valid for 10 minutes and can be used once).
  3. The card reports Bound and lists the App, the Recipient and the Connection (established / dropped, reconnecting…).

Credentials and the recipient live in the credentials store, so every later dsh start reconnects the long connection by itself — no settings visit, no second scan. Use another app switches apps; Unbind stops the phone side. Installing straight from GitHub needs one build script allowed through, which troubleshooting covers.

To remove it:

dsh plugin --profile web remove dsh-pocket-console

Tuning it

It works out of the box: the Settings card exposes three settings and nothing else.

SettingDefaultMeaning
Desktop head start (seconds)120The request goes to the phone only if the desktop has not answered by then. 0 sends it immediately
Title prefixDSHPrefix on every phone message title
Result noticesWhen idleAfter a session stops, the turn result goes to the phone with a box you can reply in. Its send delay reuses the desktop head start above

Every row can be Reset, and an edit has to be saved (the card marks it Unsaved first).

Anything the card does not show belongs to the deployment. The channel, the interface language, the mirror lifetime and the like stay out of the card and are overridden in the profile layer — a patch replaces the row's entire config, so restate every key you want to keep:

$DSH_HOME/profiles/web/cordis.patch.yml

- id: pocket-console
  config:
    channel: dsh-pocket-console/providers/feishu.js
    channelConfig: {}
    delaySeconds: 120
    titlePrefix: DSH
    resultNotify: idle
    resultNotifyCooldownSeconds: 0
    mirrorTtlSeconds: 60
    locale: zh

That is every key at the value the code already ships, so copying it changes nothing. Every setting documents the rest.

Security

An approval card is a remote code-execution authorization channel, so it is built like one:

  • Grants are single-use. allowed-once applies to that call only; the random id that carries it dies the moment the request settles.
  • The blast radius of a lost phone is one answer — or one task. The card is itself a credential, so only the bound recipient can press: a private chat only binds an unbound deployment, and group messages never bind. Answering a card decides something the desk already started. Starting a new task from the phone is larger than that: it begins work in the current session's workspace, so a lost phone is a way to run a turn in that project, within whatever the agent's own approval rules allow. It still cannot choose a workspace, reach another project, or touch settings and credentials.
  • Secrets never go in environment variables. Every command the agent runs inherits the process environment, so credentials live in $DSH_HOME/.credentials.yaml.
  • The app asks for the minimum. Three permissions, one event and one callback, from the minimum base rather than the default template's cloud-doc permissions.
  • There is no server of ours in the path. Feishu sees the card, because Feishu is the transport.

Full invariants, threat model and reporting: SECURITY.md.

What it deliberately does not do

  • No GUI mirroring. Moving the interface would move the workspace, the session, the settings and the credentials — so you also cannot browse sessions, read history, or change settings from the phone. What you can do is start the next task: when a run finishes while the phone holds you, the result card itself carries the form that opens a new session in that same workspace — no second card, and no second notification.
  • No push to the phone by default. A card goes out only when the desktop has not answered in time — with two deliberate exceptions, because both are somebody being blocked, not a status update: an approval or question, and the result of a finished run.
  • No auto-approval, ever. The plugin never decides in your place: silence never approves.
  • No inbound listener. No port, tunnel, relay or third-party server — so also no "reachable from anywhere".
  • No changes to DSH. It ships as a dsh.bundle profile layer and registers on two documented waterfalls. Nothing in the harness is patched or forked, and a DSH upgrade cannot break it.

How it breaks

These are honest gaps, not choices.

  • Mirroring to the desktop needs the page open. After a phone answer, the open page settles the way a click there would; with no page open the answer still reaches the model and the session log, but a page opened later will not replay it — the mirror is valid for one minute.
  • One Feishu app serves one DSH instance. Long-connection events are not broadcast, so two instances sharing one bot send approvals to a random side.
  • Card text is limited by bytes, not characters. The documented cap is 30 KB, and that figure is wrong: measured against a real tenant, this plugin's own app accepted a 131 KB request body and was refused at 164 KB. What the body carries is also not the text's own size — the text is escaped into the card JSON and the card JSON is escaped again, so a quote or a backslash costs more each time. Text is therefore held under 32 KB as the request will count it, which is measured rather than copied, and it is truncated explicitly when it does not fit. That is roughly 11,000 Chinese characters at the measured rate (a 60-step plan costs about 4.6 KB), so a long plan arrives whole rather than as a fragment.

Which of these is this?

TransportsPhone getsYou must operateFits
Desktop GUI mirroring — dsh-pocket, ds-harness-remote, dsh-zen-remotethe whole Web GUI over LAN, tunnel, P2P or hosted relaythe full interface: workspaces, sessions, settings, credentialsa tunnel, a relay, a domain, or trust in someone's relayworking away from the computer
IM console — dsh-im, dsh-lark-botchat platform long connectionssessions, workspaces, models, permissions; several channelsa bot app, often a developer-console walkthroughdriving the agent from chat
Notification only — dsh-turn-notify, @dsh-suite/plugin-notifytoast, browser, webhook, Bark, ServerChana message it cannot answerper-channel webhook or keyknowing when something happened
dsh-pocket-consoleone outbound WebSocketone decision, single-use — approve, reject, or answernothingan agent that must not stall while you are away from the desk

If you want the computer in your hand, install one of the first three. This plugin is for the other case: the computer stays where it is, and only the decision travels.

For developers

  • Shape: a dsh.bundle profile layer, plain ESM, no build step; the published package is about 4 MB because the Feishu transport and its dependencies are bundled inside the tarball.
  • Tests: npm test. No install, no network and no credentials — the production dependencies are replaced by in-repo stubs.
  • Gates: npm run check:parity (one setting has to agree in six places) and npm run e2e (installs the packed artifact into a real dsh web to prove it activates). That is what CI runs: verify on two Node versions, real composition, publish payload.
  • Before changing something: docs/decisions/ records why it is shaped this way; docs/development.md covers the suite and debugging.
  • How a change lands: CONTRIBUTING.md; what changed when is in CHANGELOG.md. Writing a transport other than Feishu: the channel contract.

Going further

DocWhat is in it
ConfigurationEvery option, its default, and which ones the Settings card changes at runtime
TroubleshootingInstall, binding, and cards that never arrive
docs/decisions/Why the plugin is shaped this way — one record per decision
SECURITY.mdThe security invariants this plugin claims
CONTRIBUTING.mdHow a change lands: issue, branch, pull request, the four checks
CHANGELOG.mdWhat changed in each version

License

MIT