Skip to content

v0.1.4 — 无限写作 UnWr

Choose a tag to compare

@laplaceliu laplaceliu released this 04 Sep 02:29
· 4 commits to main since this release

UnWr v0.1.4

小说写作 AI 智能体 · DeepSeek Harness 组合包(bundle)。

安装 / 升级

# npm 通道(推荐)
npx @deepseek-ai/dsh plugin --profile web add @laplaceliu/unwr@0.1.4
# 升级已有安装:
npx @deepseek-ai/dsh plugin --profile web update @laplaceliu/unwr

# tarball 通道:下载本页 Assets 中的 laplaceliu-unwr-0.1.4.tgz
npx @deepseek-ai/dsh plugin --profile web add ./laplaceliu-unwr-0.1.4.tgz

# 启动(cordis patch 不热重载,配置变更后必须重启)
npx @deepseek-ai/dsh web

自 0.1.3 以来的变更

新功能

  • 工具参数畸形自诊断(argument-guard):模型传入形态错误的工具参数时,报错附带字段清单与可复制的正确 JSON 示例,模型可自行纠正,不再反复重试
  • lark-cli 路径解析与 Windows 适配:新增 larkBin 配置项与 UNWR_LARK_BIN 环境变量,支持 Windows 常见安装路径自动探测

文档

  • 重写使用手册为面向真人用户的场景化指南(docs/guide/usage.md)
  • 重构 README 与安装指南,补齐 npm / 插件市场 / tarball / Desktop 四种安装方式

工具清单

  • 28 个 novel_* 工具 + 7 个领域子代理(设定 / 人物 / 大纲 / 起草 / 改稿 / 评审 / 救火)
  • 飞书为单一可信源:13 张多维表格 + 云文档正文

前置依赖

  • lark-cli 已安装并完成 auth login(见 README)

SHA 校验

见下方 Assets 区 tarball 的 sha512(npm view @laplaceliu/unwr@0.1.4 dist.integrity 可交叉验证)。