基于作者证据的 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 个值得优先安装的插件,覆盖各个分类。
