Client-side writing panel for the Web UI: project volumes and stats, corpus library, full-text search, evolution version-chain diffs, and an SVG thread graph, shown only in writing-preset sessions.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:x2802490130-prog/dsh-client-ui-writing
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
DeepSeek Harness(DSH)Web 客户端的「写作」工作台:为长篇网文创作提供侧边栏写作面板 + 会话内全书索引视图。是三件套的前端——引擎本体是 dsh-tool-writing,host 侧数据通道是 dsh-writing-remote。
三件套分工
🖥️ dsh-client-ui-writing —— 浏览器侧(本包)
侧边栏写作面板 · 会话内索引视图 · 快捷键总线
↓ Typert remote(只读 + 编排触发)
📡 dsh-writing-remote —— host 侧数据服务
项目 / 书库 / 检索 / 演化 / 线索
↓
✍️ dsh-tool-writing —— host 侧写文引擎
生成 / 检索 / 书库 / 编排
面板只读数据 + 触发编排,不直接生成正文;所有重活都在 host 侧由引擎完成。
功能
侧边栏「写作」面板
挂在侧边栏底部,四个 tab:
| tab | 内容 |
|---|---|
| 项目 | 分卷/章节目录(字数、状态、摘要);全书统计(章数/总字数/未回收伏笔/演化记录);情节日志尾部预览;空项目一键初始化写作工程(scaffoldNow,幂等不破坏) |
| 书库 | 饲料区所有小说:书名/作者/分类/章数/字数;空时提示用 novel_library_import 导入 |
| 搜索 | 项目 + 书库联合全文检索(SQLite FTS5),搜人名/设定/情节,命中直达对应章节 |
| 演化 | 设定/人物演化版本链:主体列表(按主体去重)→ 点击看该主体的完整版本链内联 diff;线索图谱(SVG 线程图,多线叙事的交汇点可视化);空时提示跑 novel_sync / novel_threads 登记 |
面板头部还有「章末编排」按钮:一键触发 novel_sync(章节摘要 + 设定抽取 + 演化检测 + 伏笔提醒)。
会话内全书索引视图
在「写作」预设的会话里,顶部「对话/轨迹」旁多一个索引 tab:
- 全书索引:分卷目录、字数/状态/摘要、快速定位、章节预览、打开原文
- 纯数字直达第 N 章;
/或Ctrl+/、Alt+K聚焦搜索框 ↑↓选择、Enter预览、Esc关闭;触摸/拖拽左右滑动切换模块- 快捷键总线在插件加载时以捕获阶段挂到 window,先于应用拿到按键;切出写作会话后组件卸载、处理器自动失效
模式门控
只在「写作」预设(agentPreset === "writing")的会话显示面板与索引视图,其他会话完全隐身。
安装
dsh plugin --profile web add dsh-client-ui-writing
# 或
npm install dsh-client-ui-writing
前置:host 侧需安装 dsh-writing-remote(它依赖 dsh-tool-writing);引擎需要独立的 DSH_WRITING_API_KEY(见 tool-writing 的 README)。
peerDependencies:react@^18.2.0、@deepseek-ai/dsh-client-runtime、@deepseek-ai/dsh-client-ui-slots(官方包走 peer,不内嵌)。
许可证
MIT。
Links
More in this category
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 2078
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
ccch1mneyyy/dsh-TUI★ 962
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/DSH-better-sidebar★ 834
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
omdsh-dev/dsh-at-file★ 147
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
huiliyi37/dsh-tianshu-tui★ 139
A terminal UI (TUI) for DeepSeek Harness.
Nagi-ovo/dsh-visualize★ 86
In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.