v0.6.0
·
154 commits
to 39206e7feb9caf66504ebe341eedc7c299a2cba6
since this release
中文
AI 小说作家 0.6.0 是一次面向完整创作流程的重大更新。
- 更新检查:区分网络、配置和发布资产问题,手动检查提供可操作提示,并避免重复下载。
- 模型配置:新增 Grok;字段采用
base_url、model等 API 术语;向量模型默认引导硅基流动免费BAAI/bge-m3,只需填写 API Key。 - 蓝图生成:大任务自动拆分为每批最多 5 章,并明确提示章节数、模型输出能力和 Token 预算之间的关系。
- 草稿可靠性:仅对真正的长度截断执行有界续写;推理输出与上下文预算受到保护,无法安全完成时明确失败且不保存不完整草稿。
- 角色与关系:蓝图中的角色与结构化关系会自动同步,无需向量模型,并保留用户手工维护的字段。
- 调用统计:记录成功、失败和取消调用;供应商未报告 Token 时明确显示未知,不再误报为 0。
- #71:修复 Windows 项目根目录处于重解析路径时的误判,以及角色提取、保存和蓝图后同步问题。
本版本在同一个 Release 资产列表中提供 Windows x64 与 macOS Apple Silicon(ARM64)安装包。
- Windows x64:下载
ai-novel-writer-setup-0.6.0.exe;配套资产为ai-novel-writer-setup-0.6.0.exe.blockmap与latest.yml,支持应用内更新。当前安装包未配置代码签名。 - macOS ARM64:下载
ai-novel-writer-mac-arm64-0.6.0-installer.dmg。此包未签名、未公证;首次安装时 macOS Gatekeeper 可能要求在“隐私与安全性”中手动允许。 - macOS 校验文件:
ai-novel-writer-mac-arm64-0.6.0-installer.dmg.sha256。 - macOS 本版本不提供应用内更新;Windows 应用内更新只使用 Windows 的
latest.yml与安装器。
English
AI Novel Writer 0.6.0 is a major update to the complete writing workflow.
- Update checks: distinguishes network, configuration, and release-asset failures, gives actionable manual-check guidance, and prevents duplicate downloads.
- Model setup: adds Grok; uses API-native terms such as
base_urlandmodel; preconfigures SiliconFlow's freeBAAI/bge-m3vector model so only the API key is required. - Blueprint generation: splits large jobs into up to five chapters per batch and explains the relationship between chapter count, model output capacity, and token budget.
- Draft reliability: bounded continuation runs only for genuine length truncation; reasoning and context budgets are protected, and incomplete output is not saved when safe completion is impossible.
- Characters and relationships: blueprint entities and structured relationships synchronize without a vector model while preserving manually maintained fields.
- Usage statistics: records successful, failed, and cancelled calls; unreported token usage is shown as unknown instead of zero.
- #71: fixes false Windows project-root reparse detection together with character extraction, persistence, and post-blueprint synchronization.
This release includes Windows x64 and macOS Apple Silicon (ARM64) installers in one Release asset list.
- Windows x64: download
ai-novel-writer-setup-0.6.0.exe;ai-novel-writer-setup-0.6.0.exe.blockmapandlatest.ymlsupport in-app updates. The installer is not code-signed. - macOS ARM64: download
ai-novel-writer-mac-arm64-0.6.0-installer.dmg. This package is unsigned and not notarized; Gatekeeper may require a manual Allow action in Privacy & Security on first install. - macOS checksum:
ai-novel-writer-mac-arm64-0.6.0-installer.dmg.sha256. - This macOS release has no in-app updater. The Windows in-app updater consumes only Windows
latest.ymland installer assets.