Skip to content

v0.4.0

Choose a tag to compare

@siweina siweina released this 16 Aug 16:08
· 95 commits to main since this release

dsh-novel-writer v0.4.0

DSH(DeepSeek Harness)小说写作助手 bundle 插件。零第三方依赖(仅 Node 内置模块)。

新增(v0.4.0)

  • novel_import 工具:原稿件文件夹批量导入/自动分类(scan 预览 / apply 执行,支持 book 强制归并异名同书、files 精确导入、子文件夹递归);
  • novel_style_pattern 工具(lib/pattern.js,轻量引擎):七类句式(陈述/环境/心理/对话/疑问/反问/感叹),三元组高频组合 + 按章节的压缩排列序列,用于模仿原文叙事节奏;
  • stylePattern 开关(默认关闭):控制句式模式仿写工具与提示词;官方设置页卡片(设置 > 插件配置)勾选式开关,即时生效写入 \/novel-writer.json\;
  • ctx.inject 可选注入:headless 等无 webServer 的 profile 自动跳过,不导致加载失败;
  • 自带 test/:引擎与 client 契约测试。

工具列表

novel_books · novel_chapters · novel_read · novel_keywords · novel_new_chapter · novel_import · novel_style_pattern

安装(npm)

dsh plugin --profile web add dsh-novel-writer

或 npm install dsh-novel-writer