返回目錄

dsh-jingling

編輯精選維護狀態: 活躍

yi-111-a/dsh-jingling

dsh · dsh-plugin · deepseek · deepseek-harness · deepseek-harness-plugin · ai-companion · desktop-pet · character-card · local-first · privacy · jingling · 鯨靈

前往 GitHub
$ git clone https://github.com/Yi-111-a/dsh-jingling.git

50

星數

0

Fork

JavaScript

語言

MIT

授權條款

2026-08-14

建立於

2026-08-15

最近推送

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.

安裝步驟

  1. 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

  2. 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

  3. 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

  4. 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 整合程度與能力邊界

DSH 整合原生執行環境

Native DSH plugin: a DSH `web` profile preset plus a Sidecar interface (status, long-poll, chat)

  • Reviewable, proposable memory

    things you allow Jingling to remembermemory you can edit or forget at any time; proposed before confirmed

  • Character Card V2 import

    Character Card V2 JSONimported content read only as text, never executed

  • Browser companion page

    DSH Web UIa gentle companion panel inside the DSH Web interface

  • Optional Windows desktop-pet sidecar

    DSH Web companion pagetransparent Windows desktop window launched with one click

    builds a Windows `sidecar/*.exe` (requires Windows + `npm run dist:win`)
  • Permission isolation

    companion session vs work sessionactual 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.
2026-08-142026-08-15作者未說明

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 下執行。

08資料與來源

  • 作者聲明github.comc0fdb376551f…

    **鲸灵(Jingling)** 是 [DeepSeek Harness(DSH)](https://github.com/topics/dsh-plugin) 的一款陪伴插件。

  • 作者聲明github.comc0fdb376551f…

    安装到 DSH `web` profile

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-09-01。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。