以作者證據為基礎的 DSH 外掛記錄:SillyTavern 風格角色扮演介面,包含安裝、行為與限制。
DSH 整合
相容
作者聲明
安全稽核
未稽核
最後核實
2026-09-06
授權條款
MIT
01它能幫你完成什麼?
Turn dsh web into a SillyTavern-style roleplay frontend for DeepSeek Harness
Character cards (V1/V2/V3 PNG/JSON), prompt presets, worldbooks, personas, regex scripts, BM25 long-term memory, world-state delta layers and rollback-able floor operations — all on the dsh agent runtime
DeepSeek Harness (dsh) users who want a SillyTavern-compatible roleplay UI without standing up a separate frontend or messaging channel
Let a multi-step agent loop read and write memory and world state through model tools
7 model tools (memory retrieve / write / update, worldbook read-by-entry, world-state update, asset list / read) callable on demand inside an agent loop
Builders scripting dsh agents that need persistent, tool-driven memory and lorebook access during a roleplay session
02如何將外掛接入 DeepSeek Harness?
先決條件
- Node.js ≥ 24
- dsh CLI (0.1.2-rc.1) installed and `dsh web` run at least once (first run initializes the `web` profile)
- `pnpm` on PATH (the `dsh plugin` command manages profile plugin deps internally through pnpm)
安裝步驟
- 01
Run `dsh plugin --profile web add github:Amakurai/dsh-liketavern` to install the bundle into the profile
$ dsh plugin --profile web add github:Amakurai/dsh-liketavern
- 02
Run `dsh web` — the patch takes effect after a restart
$ dsh web
驗證整合成功
- Run `dsh plugin --profile web list --depth 0` to check the installed result
03DSH 整合程度與能力邊界
Installed as a bundle patch into a dsh profile via `dsh plugin --profile web add github:Amakurai/dsh-liketavern`; dsh auto-appends its patch layer to the profile's bundles list and mounts the UI on the host's native slots.
Character cards (import / export)
SillyTavern V1/V2/V3 character cards (PNG-embedded or JSON)→character cards with multi-opening swipe, embedded worldbook, regex_scripts, and interaction cards rendered in a sandboxed iframe
BM25 long-term memory
chat history and model-written entries→BM25 retrieval with time decay; idle-time async compaction when over capacity
model can proactively read and write memory through tools; over-capacity triggers idle async compressionWorldbooks (lorebooks)
global / character / session keywords and pinned entries→three-level keyword-triggered lorebook plus a delta layer for in-story world-state changes and expiry
Rollback-able floor transactions (WAL)
floor operations (regenerate / edit / rollback)→WAL-based (floor number + sequence) writes with fork-prefix + reverse-WAL replay + child-session resume; sibling ‹ n/m › navigation
memory and world-state writes go through WAL; rollback/regenerate/edit fork a branch session
04適合誰?何時不該用?
適合
- DeepSeek Harness (dsh) users who want a SillyTavern-compatible roleplay UI without standing up a separate frontend or messaging channel
- Builders scripting dsh agents that need persistent, tool-driven memory and lorebook access during a roleplay session
不適合
- Only `temperature`, `maxTokens`, `stop` and the model-published "deep-thinking" tier actually reach the model; `top_p` and penalty coefficients are recorded in the panel but do not take effect.
05相容性、維護與安全提醒
- Only `temperature`, `maxTokens`, `stop` and the model-published "deep-thinking" tier actually reach the model; `top_p` and penalty coefficients are recorded in the panel but do not take effect.
- Session logs cannot be deleted: regenerate / rollback / edit fork a branch session and continue inside it, while the original session stays intact in the session list; same-floor branches navigate via the ‹ n/m › bar.
- AI auto-reply cannot write into the host input box — the host input area has no plugin-writable API, so auto-reply results are only copied to the clipboard for manual paste.
MIT · actively maintained (latest release v0.1.10, 2026-09-05)
06常見問題
dsh-liketavern 可以為 DeepSeek Harness 做什麼?
它提供SillyTavern 風格角色扮演介面;實際支援範圍以本頁作者證據與能力說明為準。
如何安裝?
請依本頁列出的作者安裝步驟操作,並保留 README 指出的 profile 與版本需求。
啟用前要檢查什麼?
先閱讀限制與副作用,再在目標 DSH 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.
dsh-tianshu-tui
作者 huiliyi37
官方 DeepSeek Harness 的互動式終端 UI 外掛:自研 ANSI 極簡互動渲染、流式 Markdown/工具卡、16+ 主題、slash 命令與選擇器、輸入歷史與本地偏好持久化、LSP 診斷、memory記憶,很絲滑的開發體驗。
dsh-popout-sidebar
作者 e2mcc
將側邊欄彈出為獨立瀏覽器標籤頁,可拖到另一塊螢幕使用
08資料與來源
插件以**组合包(bundle)**形式安装进 profile。本包在 `package.json` 声明了 `dsh.bundle.patch`,安装后 `dsh` 会自动把它的 patch 层追加进 profile 的 bundles…
体验上近乎 dsh 原生:提示词走宿主的 system-prompt 瀑布(稳定段对齐 DeepSeek 前缀缓存),楼层分支就是真实的 dsh 会话 fork,界面全部挂在宿主原生 slot 上、复用同一套 UI 原语与设计令牌,界面语言…
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-09-06。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
