MIT 授權、本機優先的 DSH 陪伴套件:可審閱記憶、角色卡 V2 匯入、瀏覽器同伴面板,以及選用的 Windows 桌面寵物 Sidecar——隱私優先,無 Shell/檔案系統/網路/MCP 權限。
DSH 整合
原生執行環境
作者聲明
安全稽核
未稽核
最後核實
2026-09-01
授權條款
MIT
01它能幫你完成什麼?
Get a quiet, local-first AI companion inside DeepSeek Harness that remembers only what you confirm
A reviewable/proposable memory panel and a gentle browser companion page inside the DSH Web UI
DSH users who want a privacy-respecting desktop companion and thought-organizing partner, not an autonomous agent
Add an optional transparent Windows desktop-pet sidecar launched from the DSH Web companion page
A built `sidecar/release/jingling-sidecar-*.exe` transparent window launched via the '打开桌面伙伴' button
Windows DSH users who want a visual desktop companion alongside the Web panel
02如何將外掛接入 DeepSeek Harness?
先決條件
- DeepSeek Harness (dsh) installed and on your PATH — the one-click and npm install both target the DSH `web` profile (started via `dsh --profile web` or `npx @deepseek-ai/dsh web`).
- Windows, for the optional desktop-pet sidecar — the README ships Windows-only `sidecar/` source built with `npm run dist:win`; other OSes use the browser panel only.
安裝步驟
- 01
One-click (recommended): `git clone https://github.com/Yi-111-a/dsh-jingling.git`, `cd dsh-jingling`, `.\install-all.ps1` — installs deps, tests/builds the plugin, builds the Windows sidecar, packs the plugin, installs it to the DSH `web` profile, and installs the agent preset.
$ git clone https://github.com/Yi-111-a/dsh-jingling.git
- 02
From npm (no desktop pet): `dsh plugin --profile web add dsh-jingling` then `npm run install:preset`.
$ dsh plugin --profile web add dsh-jingling
- 03
From source: `git clone … && cd dsh-jingling && npm install --ignore-scripts && npm run check && npm pack --ignore-scripts && dsh plugin --profile web add .\dsh-jingling-0.1.0-alpha.19.tgz && npm run install:preset && dsh --profile web`.
$ git clone … && cd dsh-jingling && npm install --ignore-scripts && npm run check && npm pack --ignore-scripts && dsh plugin --profile web add .\dsh-jingling-0.1.0-alpha.19.tgz && npm run install:preset && dsh --profile web
- 04
Start DSH with `dsh --profile web` (or `npx @deepseek-ai/dsh web`), create a session, pick the 鲸灵 · Jingling preset, and send a first message.
$ dsh --profile web
驗證整合成功
作者未說明
03DSH 整合程度與能力邊界
Native DSH plugin: a DSH `web` profile preset plus a Sidecar interface (status, long-poll, chat)
Reviewable, proposable memory
things you allow Jingling to remember→memory you can edit or forget at any time; proposed before confirmed
Character Card V2 import
Character Card V2 JSON→imported content read only as text, never executed
Browser companion page
DSH Web UI→a gentle companion panel inside the DSH Web interface
Optional Windows desktop-pet sidecar
DSH Web companion page→transparent Windows desktop window launched with one click
builds a Windows `sidecar/*.exe` (requires Windows + `npm run dist:win`)Permission isolation
companion session vs work session→actual work is forced into a DSH `standard` session you authorize
04適合誰?何時不該用?
適合
- DSH users who want a privacy-respecting desktop companion and thought-organizing partner, not an autonomous agent
- Windows DSH users who want a visual desktop companion alongside the Web panel
05相容性、維護與安全提醒
- Does not read the screen, camera, microphone, clipboard, files, or browsing history.
- Holds no Shell, filesystem, network, or MCP permissions — it cannot act autonomously.
- The bundled desktop-pet sidecar is Windows-only (built from `sidecar/` with `npm run dist:win`); other OSes get the browser companion page only.
- Romantic style is available only after explicitly enabling adult settings locally; not intended for public services.
- Some low-level identifiers still use `souldock` (plugin ID, RPC path, preset dir) for backward compatibility with early previews — not a second product.
MIT-licensed, pre-release alpha (dsh-jingling@0.1.0-alpha.19); repo last push 2026-08-15; no GitHub Releases tag yet.
06常見問題
怎麼把 dsh-jingling 安裝到 DeepSeek Harness?
一鍵腳本:複製倉庫後 `cd dsh-jingling`,執行 `.\install-all.ps1`,它會安裝依賴、建置套件與 Windows 桌寵、打包並安裝到 DSH `web` profile,同時裝好 agent preset。也可用 `dsh plugin --profile web add dsh-jingling`(npm,無桌寵)或從原始碼建置。
桌面夥伴 Sidecar 是什麼,一定要裝嗎?
它是選用的透明 Windows 視窗,從 DSH Web 同伴頁點擊「開啟桌面夥伴」啟動;僅支援 Windows(由 `sidecar/` 用 `npm run dist:win` 建置)。不裝也能用瀏覽器同伴面板。
鯨靈會讀取我的螢幕、檔案或剪貼簿嗎?
不會。依 README 的安全邊界,她不讀取螢幕、攝影機、麥克風、剪貼簿、檔案或瀏覽歷史,也不持有 Shell、檔案系統、網路或 MCP 權限——只會提議由你確認的記憶。
匯入的角色卡會執行程式碼或工具嗎?
不會。匯入的 Character Card V2 JSON 僅當文字讀取,絕不執行。實際工作必須切到由你選目錄並授權的 DSH `standard` 會話。
它面向哪個 DeepSeek Harness 版本?
套件為 `dsh-jingling@0.1.0-alpha.19`(桌寵 `jingling-sidecar@0.1.0-alpha.23`),面向 DSH `0.1.0-rc.6`;安裝步驟在 DSH `web` profile 下執行。
07相關的 DSH 工作流程
dsh-better-sidebar
作者 omdsh-dev
開放的側邊欄底座,支援三方拓展註冊新側邊欄頁面。內建檔案渲染編輯/終端/側邊對話/Git/子代理頁面 | Open sidebar foundation, supports third-party extensions to register new sidebar pages. Built-in file rendering/editing, terminal, side chat, Git, and sub-agent pages.
dsh-tui
作者 ccch1mneyyy
DSH 官方公眾號收錄的 TUI 補位外掛:Claude Code 風,鯨魚頂欄/即時狀態/流式思考/雙擊 Esc 回滾/上下文進度+TPS。npm 一鍵裝。 DSH official WeChat featured TUI plugin — Claude Code style: whale bar, live status, streaming thoughts, double-Esc rollback, context bar + TPS. npm one-click.
openpets
作者 alvinunreal
本地優先的桌面陪伴平臺,提供動效寵物、外掛 SDK 與編碼智慧體整合。
dsh-tianshu-tui
作者 huiliyi37
官方 DeepSeek Harness 的互動式終端 UI 外掛:自研 ANSI 極簡互動渲染、流式 Markdown/工具卡、16+ 主題、slash 命令與選擇器、輸入歷史與本地偏好持久化、LSP 診斷、memory記憶,很絲滑的開發體驗。
08資料與來源
**鲸灵(Jingling)** 是 [DeepSeek Harness(DSH)](https://github.com/topics/dsh-plugin) 的一款陪伴插件。
安装到 DSH `web` profile
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-09-01。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
