作者の根拠に基づく DSH プラグイン記録。SillyTavern 風ロールプレイ UIの導入、動作、制約をまとめています。
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
02DeepSeek 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 風ロールプレイ UIを提供します。実際の対応範囲は、このページの作者根拠と機能説明を確認してください。
どう導入しますか?
このページの作者による導入手順に従い、README にあるプロファイルとバージョン条件を守ってください。
有効化前に何を確認すべきですか?
制約と副作用を確認し、対象の DSH プロファイルで検証してください。
07関連する DSH ワークフロー
dsh-better-sidebar
by omdsh-dev
ファイル表示・編集、ターミナル、Git、サブエージェントのページを内蔵し、サードパーティによる新規サイドバーページの登録にも対応する拡張可能なサイドバー基盤
dsh-tui
by ccch1mneyyy
Claude Code 風の全画面 TUI プラグイン。鯨トップバー、リアルタイム状態行、思考ストリーミング、Esc 二連打の巻き戻し、コンテキスト進捗バーと TPS メーター搭載。npm で一発インストール
dsh-tianshu-tui
by huiliyi37
DeepSeek Harness 向けインタラクティブ TUI:セッションワークスペース、画像 E2E(クリップボード/ビジョン橋)、スラッシュ補完、承認カード、推論可視化の純粋な表示層
dsh-popout-sidebar
by 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。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
