dsh-novel-writer 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +9 -8
- package/README.md +10 -8
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -8,7 +8,7 @@ English | [**中文**](./README.md)
|
|
|
8
8
|
[](https://github.com/siweina/dsh-novel-writer/releases)
|
|
9
9
|
[](https://github.com/deepseek-ai/deepseek-harness)
|
|
10
10
|
|
|
11
|
-
A novel-writing assistant plugin for **DeepSeek Harness (DSH)** (v3.
|
|
11
|
+
A novel-writing assistant plugin for **DeepSeek Harness (DSH)** (v3.2.0): chapter library management, sentence-pattern analysis, emotion purification & quantification, **12-axis vibe spectrum**, **style portrait report**, **six-dimension style baseline band**, **writing sentinels (bridge/OOC/outline drift)**, plot & settings management, local semantic search (0 token), webnovel signal detection, **original mode with creation files (bible/dynamic outline/hook backfill)**, batch import, and AI-assisted continuation writing. Zero third-party dependencies on host. **Requires Node ≥ 22.3.**
|
|
12
12
|
|
|
13
13
|
> **A note to non-Chinese users**: This plugin is designed specifically for Chinese-language novel analysis and writing — its core capabilities (sentence-pattern analysis, emotion quantification, imagery detection) and its built-in semantic model are all built and tuned for Chinese text. Fully supporting English or other languages alongside Chinese is beyond my current capability. I sincerely apologize for any inconvenience this may cause.
|
|
14
14
|
|
|
@@ -31,7 +31,7 @@ npm install dsh-novel-writer
|
|
|
31
31
|
dsh plugin --profile web add github:siweina/dsh-novel-writer#main
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
After installing, **restart the web app** to activate (host registers
|
|
34
|
+
After installing, **restart the web app** to activate (host registers 16 tools + state/reveal routes; browser mounts the "Writing Assistant" sidebar toggle panel).
|
|
35
35
|
|
|
36
36
|
---
|
|
37
37
|
|
|
@@ -45,11 +45,14 @@ After installing, **restart the web app** to activate (host registers 15 tools +
|
|
|
45
45
|
6. **Worldview & pragmatics detection**: auto cultural-baseline detection with confidence; speechStyle title/honorifics/rituals/tone norms; genre & theme + webnovel signals.
|
|
46
46
|
7. **Writing toolkit**: plot tracking / five settings tables (characters·locations·items·timeline·worldview) / chapter summaries / continuity audit / batch import / style check / continuation writing.
|
|
47
47
|
8. **Per-tool UI toggles**: "Writing Assistant" sidebar panel (master + grouped tool toggles + feature toggles), plain-language labels, data-dir usage & semantic-engine status display.
|
|
48
|
-
9. **Style Baseline
|
|
48
|
+
9. **Style Baseline**: Six writing metrics (syntactic complexity / modifier density / abstraction / action density / hedging / gap index) + per-chapter μ±σ baseline band; `novel_style_report` outputs the band, `novel_style_check` compares new chapters (in-band ✓ / out-of-band ⚠); per-metric ±% tolerance configurable in the sidebar (**recommended = 1.5× σ of the book's chapter variance**, rounded, clamped to ±10%~100%; leave blank to use recommended) — free theme, writing style kept inside the band.
|
|
49
|
+
10. **Writing sentinels (v3.2.0)**: `novel_continuity_check` extended — ①**bridge check** (`chapter`: time jumps / semantic distance / character continuity / hook handoff, with quoted evidence) ②**OOC check** (`ooc`: per-character emotion baseline deviation) ③**outline drift** (`outline`: direction vs body keyword overlap); **brief mode** for report tools.
|
|
50
|
+
11. **Original mode & creation files**: fill in creation settings in the sidebar (worldview/characters/forbidden/main conflict/genre/extras, blank = model decides, per-book profile library); novel_outline maintains creation files (bible/characters/outline/hooks/status), enforcing the bible → outline → hook chain with dynamic batches (10→20→30 chapters) to prevent plot jumps and OOC.
|
|
51
|
+
12. **Experience & stats**: main panel **library stats** (per-book chapters/total chars/7-day active chars, 🔥 green), **🎬 demo** (built-in sample, no files, runs the 6-dim baseline), **📊 report history** (analysis/style-reports browsing); actionable error hints; slimmer tool descriptions.
|
|
49
52
|
|
|
50
53
|
---
|
|
51
54
|
|
|
52
|
-
## Provided Tools (
|
|
55
|
+
## Provided Tools (16)
|
|
53
56
|
|
|
54
57
|
| Tool | Description |
|
|
55
58
|
|------|-------------|
|
|
@@ -66,8 +69,9 @@ After installing, **restart the web app** to activate (host registers 15 tools +
|
|
|
66
69
|
| `novel_plot` | Plot/foreshadowing tracker |
|
|
67
70
|
| `novel_settings` | Settings management (+worldview) |
|
|
68
71
|
| `novel_summary` | Chapter summaries |
|
|
69
|
-
| `novel_continuity_check` | Continuity audit |
|
|
72
|
+
| `novel_continuity_check` | Continuity audit + **bridge/OOC/outline sentinels** |
|
|
70
73
|
| `novel_semantic_search` | Semantic search (local embedding, 0 token) |
|
|
74
|
+
| `novel_outline` | **Creation-file management** (bible/characters/outline/hooks/status) |
|
|
71
75
|
|
|
72
76
|
---
|
|
73
77
|
|
|
@@ -91,6 +95,3 @@ Under `<library-root>/.novel-writer/`: `plots` / `settings` / `summaries` / `ana
|
|
|
91
95
|
## License
|
|
92
96
|
|
|
93
97
|
[MIT](./LICENSE)
|
|
94
|
-
|
|
95
|
-
- **Writing sentinels (v3.2.0)**: `novel_continuity_check` extended — ①**bridge check** (`chapter`: time jumps/semantic distance/character continuity/hook handoff, with quoted evidence) ②**OOC check** (`ooc`: per-character emotion baseline deviation) ③**outline drift** (`outline`: direction vs body keyword overlap); **brief mode** for report tools; main panel gains **library stats** (7-day active chars), **🎬 demo** (built-in sample, no files), **📊 report history**; actionable error hints; slimmer tool descriptions; unit tests + GitHub Actions packaging.
|
|
96
|
-
- **Original mode**: fill in creation settings in the sidebar (worldview/characters/forbidden/main conflict/genre/extras, blank = model decides); novel_outline maintains creation files (bible/characters/outline/hooks/status), enforcing the bible → outline → hook chain with dynamic batches (10→20→30 chapters) to prevent plot jumps and OOC.
|
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://github.com/siweina/dsh-novel-writer/releases)
|
|
9
9
|
[](https://github.com/deepseek-ai/deepseek-harness)
|
|
10
10
|
|
|
11
|
-
为 **DeepSeek Harness (DSH)** 打造的小说写作助手插件(v3.
|
|
11
|
+
为 **DeepSeek Harness (DSH)** 打造的小说写作助手插件(v3.2.0):章节库管理、句式分析、情感净化与量化、氛围光谱、**风格画像报告**、**文笔六维基线带**、**写作哨兵三件套(衔接/OOC/大纲走偏)**、伏笔设定管理、本地语义检索(0 token)、网文信号识别、**原创模式与创作资料管理(设定书/动态大纲/钩子回填)**、批量导入与 AI 续写辅助。宿主端零第三方依赖,浏览器端仅依赖 Web GUI 自带的 react。**要求 Node ≥ 22.3。**
|
|
12
12
|
|
|
13
13
|
> **致非中文用户**:本插件为中文小说分析写作而设计——句式、情感、意象等核心能力以及内置的语义模型,全部针对中文语料构建与调优。在深耕中文的同时兼顾英文等其他语言,确实超出了我目前的能力范围。若因此给您带来不便,我深感抱歉,恳请谅解。
|
|
14
14
|
|
|
@@ -31,7 +31,7 @@ npm install dsh-novel-writer
|
|
|
31
31
|
dsh plugin --profile web add github:siweina/dsh-novel-writer#main
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
安装后**重启 web 应用**生效(宿主端注册
|
|
34
|
+
安装后**重启 web 应用**生效(宿主端注册 16 个工具与 state/reveal 路由,浏览器端挂载侧边栏「写作助手功能」开关面板)。
|
|
35
35
|
|
|
36
36
|
---
|
|
37
37
|
|
|
@@ -45,11 +45,14 @@ dsh plugin --profile web add github:siweina/dsh-novel-writer#main
|
|
|
45
45
|
6. **世界观与语用检测**:文化基准自动判断(西/东/混合)+ 置信度;speechStyle 称谓/客套/仪式/语气规范;题材流派 + 网文信号。
|
|
46
46
|
7. **写作辅助全家桶**:伏笔登记表 / 设定五张表(人物·地点·道具·时间线·世界观)/ 章节摘要 / 连贯性审计 / 批量导入 / 风格自检 / 续写辅助。
|
|
47
47
|
8. **全工具 UI 开关**:侧边栏「写作助手功能」面板(总开关 + 工具开关分组 + 功能开关),大白话文案,显示数据目录占用与语义引擎状态。
|
|
48
|
-
9.
|
|
48
|
+
9. **风格基线**:文笔六维测量(句法复杂度/修饰密度/抽象度/动作密度/不确定性/留白指数)+ 按章节 μ±σ 基线带;`novel_style_report` 输出基线带,`novel_style_check` 对照新章偏差(带内 ✓ / 出带 ⚠);侧边栏可自定义每维 ±% 容差(**推荐值 = 原著章节波动的 1.5 倍 σ**,自动取整、限 ±10%~100%;输入框留空即用推荐)——原创/续写时主题自由、写法保持在基线带内。
|
|
49
|
+
10. **写作哨兵三件套(v3.2.0)**:`novel_continuity_check` 扩展——①**衔接检查**(chapter 参数:时间硬跳/语义距离/人物延续/钩子承接四路检测,带原文引用)②**OOC 检测**(ooc 参数:角色情绪基线偏离)③**大纲走偏**(outline 参数:方向行 vs 正文关键词重合);报告工具支持 **brief 精简模式**。
|
|
50
|
+
11. **原创模式与创作资料**:侧边栏填写创作设定(世界观/角色/禁忌/主线/题材/额外要求,留空=模型自定,多书独立设定库);novel_outline 维护创作资料(创作设定/人物/剧情大纲/钩子记录/创作状态卡),原创强制「设定书→大纲→钩子」链,动态批次(10→20→30 章)防剧情跳跃与角色 OOC。
|
|
51
|
+
12. **体验与统计**:主面板**书库统计卡**(每本章数/总字数/近 7 天活跃字数,活跃🔥标绿)、**🎬 体验演示**(内置示例不落盘跑六维基线)、**📊 报告历史**(analysis/style-reports 列表浏览);错误提示带解决步骤;工具说明压缩省 token。
|
|
49
52
|
|
|
50
53
|
---
|
|
51
54
|
|
|
52
|
-
## 提供的工具(
|
|
55
|
+
## 提供的工具(16 个)
|
|
53
56
|
|
|
54
57
|
| 工具 | 说明 |
|
|
55
58
|
|------|------|
|
|
@@ -66,8 +69,9 @@ dsh plugin --profile web add github:siweina/dsh-novel-writer#main
|
|
|
66
69
|
| `novel_plot` | 伏笔/剧情线登记表 |
|
|
67
70
|
| `novel_settings` | 设定管理(人物/地点/道具/时间线/世界观) |
|
|
68
71
|
| `novel_summary` | 章节摘要(长书续写辅助) |
|
|
69
|
-
| `novel_continuity_check` |
|
|
72
|
+
| `novel_continuity_check` | 连贯性审计 + **衔接/OOC/大纲走偏哨兵** |
|
|
70
73
|
| `novel_semantic_search` | 语义检索(本地 embedding,0 token) |
|
|
74
|
+
| `novel_outline` | **创作资料管理**(创作设定/人物/大纲/钩子/状态卡) |
|
|
71
75
|
|
|
72
76
|
---
|
|
73
77
|
|
|
@@ -90,6 +94,4 @@ dsh plugin --profile web add github:siweina/dsh-novel-writer#main
|
|
|
90
94
|
|
|
91
95
|
## 许可证
|
|
92
96
|
|
|
93
|
-
[MIT](./LICENSE)
|
|
94
|
-
- **原创模式**:侧边栏填写创作设定(世界观/角色/禁忌/主线/题材/额外要求,留空=模型自定);novel_outline 维护创作资料(创作设定/人物/剧情大纲/钩子记录/创作状态卡),原创强制「设定书→大纲→钩子」链,动态批次(10→20→30 章)防剧情跳跃与角色 OOC。
|
|
95
|
-
|
|
97
|
+
[MIT](./LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-novel-writer",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "小说写作助手 / Novel Writing Assistant for DeepSeek Harness — sentence/emotion/imagery analysis, 6-dim writing baseline band, 12-axis vibe spectrum, style report, continuity sentinels (bridge/OOC/outline), original-creation mode, local semantic search (0 token), plot & settings management.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|