chore(release): bump to v1.3.3 and update changelog

This commit is contained in:
Ma 2026-04-16 19:36:22 +08:00
parent 3813cbbf80
commit cfdb200fff
5 changed files with 17 additions and 4 deletions

View file

@ -1,5 +1,18 @@
# Changelog
## v1.3.3
### Bug Fixes
- **聊天建书标题显式化**agent 建书现在要求显式传入 `title``initBook` / `book.json` 直接吃结构化标题,不再允许空标题初始化
- **真实 EPUB 导出统一**CLI、Studio 下载、共享交互层与 agent exporter 统一复用同一套真实 EPUB 实现,不再出现一条真 EPUB、一条假 HTML、一条未实现的分裂状态
- **高风险写作动作收口**book-mode agent 对改设定、改名、局部修文、章节重写/精修优先使用 deterministic 工具,不再默认退回脆弱的通用 `edit`
### Improvements
- **TUI 普通聊天对齐 agent/session**TUI 的普通输入改走本地 agent session 形式,保留少量本地控制命令 fast-path进一步向 Studio 的交互模型靠拢
- **写作控制面更清晰**agent prompt 明确区分重操作子代理与高风险 deterministic 写作工具,减少“模型理解了,但工具接不住”这类断层
## v1.3.2
### Bug Fixes

View file

@ -1,6 +1,6 @@
{
"name": "inkos",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"description": "Autonomous AI novel writing CLI agent — 10-agent pipeline that writes, audits, and revises novels with continuity tracking",
"keywords": [

View file

@ -1,6 +1,6 @@
{
"name": "@actalk/inkos",
"version": "1.3.2",
"version": "1.3.3",
"description": "Autonomous AI novel writing CLI agent — 10-agent pipeline that writes, audits, and revises novels with continuity tracking. Supports LitRPG, Progression Fantasy, Isekai, Romantasy, Sci-Fi and more.",
"keywords": [
"ai-novel-writing",

View file

@ -1,6 +1,6 @@
{
"name": "@actalk/inkos-core",
"version": "1.3.2",
"version": "1.3.3",
"description": "InkOS core engine — multi-agent novel writing pipeline with 33-dimension continuity audit, style cloning, and de-AI-ification",
"keywords": [
"ai-novel-writing",

View file

@ -1,6 +1,6 @@
{
"name": "@actalk/inkos-studio",
"version": "1.3.2",
"version": "1.3.3",
"description": "InkOS Studio — Web workbench for novel writing",
"type": "module",
"main": "dist/api/index.js",