Skip to content

Commit 601ce06

Browse files
committed
chore(release): prepare v1.3.10
1 parent 690a62f commit 601ce06

9 files changed

Lines changed: 20 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v1.3.10
4+
5+
### Release Focus
6+
7+
建书 platform 热修:修复 `sub_agent.platform` 参数在网页和命令行建书时可能因中文/别名输入触发 schema 校验失败的问题,并把新书创建链路统一收口到合法平台值。
8+
9+
### Bug Fixes
10+
11+
- 修复建书过程中工具调用报 `Validation failed for tool "sub_agent": - platform: must be equal to constant`,导致无法生成书籍文件的问题
12+
- 统一 Studio、CLI、TUI、agent create-book 链路的平台别名归一化,`番茄` / `fanqie` / `番茄小说` 等输入会落到合法枚举
13+
- 对未知平台值降级为 `other`,避免错误平台 id 写入书籍配置后继续影响后续流程
14+
- 更新 README 微信交流群二维码为 13 群
15+
316
## v1.3.9
417

518
### Release Focus

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Open-source AI Agent that autonomously writes, audits, and revises novels — wi
2525

2626
**InkOS TUI is here!** — run `inkos tui` to launch a full-screen interactive dashboard. Conversational creation, natural-language book operations, slash command autocomplete, themed animations — TUI, Studio, and OpenClaw share the same interaction kernel.
2727

28-
**v1.3.9 Studio creation hotfix** — fixes new-book creation being hijacked by an existing book session, and restores the Dashboard “Book Settings” entry. `#/book/:id` remains the Chat workspace, while `#/book/:id/settings` edits book configuration.
28+
**v1.3.10 book creation platform hotfix** — fixes `sub_agent.platform` schema validation failures during Studio and CLI book creation. Studio, CLI, TUI, and agent create-book paths now normalize platform aliases to supported values.
2929

3030
**Native English novel writing now supported!** — 10 built-in English genre profiles with dedicated pacing rules, fatigue word lists, and audit dimensions. Set `--lang en` and go.
3131

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
**InkOS TUI 正式リリース!**`inkos tui` を実行してフルスクリーンのインタラクティブダッシュボードを起動。会話型創作、自然言語での書籍操作、スラッシュコマンド自動補完、テーマアニメーション——TUI、Studio、OpenClaw が同一のインタラクションカーネルを共有。
2727

28-
**v1.3.9 Studio 作成 Hotfix**新規書籍作成が既存書籍の session に取り込まれる問題を修正し、Dashboard の「Book Settings」入口を復旧しました。`#/book/:id` は Chat ワークスペースのまま、`#/book/:id/settings` で書籍設定を編集できます
28+
**v1.3.10 書籍作成 platform Hotfix**Studio と CLI の書籍作成で `sub_agent.platform` の別名入力が schema validation に失敗する問題を修正しました。Studio、CLI、TUI、agent create-book は platform alias をサポート済みの値へ正規化します
2929

3030
**英語ネイティブ小説執筆に対応!** — 10種類の英語ジャンルプロファイルを内蔵し、専用のペーシングルール、疲労語リスト、監査ディメンションを搭載。`--lang en` を設定するだけですぐに始められます。
3131

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AI Agent 自主写小说——写、审、改,全程接管。覆盖玄幻、
2525

2626
**InkOS TUI 正式发布!** — 运行 `inkos tui` 进入全屏交互仪表盘。对话式创作、自然语言操作书籍、slash 命令补全、主题动效——TUI、Studio、OpenClaw 共享同一套交互内核。
2727

28-
**v1.3.9 Studio 建书热修**修复新建书籍被已有书籍 session 劫持的问题,并恢复 Dashboard 的“书籍设置”入口;`#/book/:id` 继续作为 Chat 工作台,`#/book/:id/settings` 用于修改书籍配置
28+
**v1.3.10 建书 platform 热修**修复网页和命令行建书时 `sub_agent.platform` 别名输入触发 schema 校验失败的问题;Studio、CLI、TUI、agent 建书链路都会把平台参数归一化为合法值
2929

3030
**Native English novel writing now supported!** Set `--lang en` to write in English. See [English README](README.en.md) for details.
3131

assets/41777702961_.pic.jpg

-36.6 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inkos",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"private": true,
55
"description": "Autonomous AI novel writing CLI agent — 10-agent pipeline that writes, audits, and revises novels with continuity tracking",
66
"keywords": [

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actalk/inkos",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"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.",
55
"keywords": [
66
"ai-novel-writing",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actalk/inkos-core",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "InkOS core engine — multi-agent novel writing pipeline with 33-dimension continuity audit, style cloning, and de-AI-ification",
55
"keywords": [
66
"ai-novel-writing",

packages/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actalk/inkos-studio",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "InkOS Studio — Web workbench for novel writing",
55
"type": "module",
66
"main": "dist/api/index.js",

0 commit comments

Comments
 (0)