mirror of
https://github.com/Narcooo/inkos.git
synced 2026-08-31 01:42:58 +08:00
chore(release): prepare 1.4.0
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## v1.4.0
|
||||
|
||||
### Release Focus
|
||||
|
||||
短篇写作与 Studio Chat 协作大版本:新增公开短篇生产链路、封面制作工具、普通聊天持久化会话和生成物预览,并修复长篇长度归一化可能被输出上限截断的问题。
|
||||
|
||||
### Improvements
|
||||
|
||||
- 新增独立短篇写作链路:Studio Chat 和 CLI 可生成完整短篇正文、大纲记录、审稿记录、简介卖点和封面提示词
|
||||
- 新增封面制作能力:支持单独生成 / 重做封面,并在 Studio 消息中直接预览生成后的封面图
|
||||
- Studio 普通聊天支持项目级持久化 session,刷新或重启后可继续查看、切换、改名和删除会话
|
||||
- Chat 可直接编辑项目内生成文本产物,适合调整章节、封面提示词、简介等文件后再继续使用 InkOS 写作链路
|
||||
- 服务配置页新增封面生成配置区,封面文本模型和图片模型分工更清晰
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- 修复短篇 / 封面工具执行结果中的图片路径只显示文本、不渲染预览的问题
|
||||
- 修复 Studio 工具调用详情在消息恢复后丢失的问题
|
||||
- 修复 `LengthNormalizerAgent` 显式设置 `maxTokens` 可能导致长章节压缩 / 扩写输出被截断的问题
|
||||
|
||||
## v1.3.12
|
||||
|
||||
### Release Focus
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ Open-source AI Agent that autonomously writes, audits, and revises novels — wi
|
||||
|
||||
**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.
|
||||
|
||||
**v1.3.12 Studio service links update** — adds quick links for [kkaiapi](https://en.kkaiapi.com) and OpenRouter in Studio service setup, including homepage, docs, and model pages, and renames the aggregator group to Aggregator API.
|
||||
**v1.4.0 short-fiction and Studio Chat workflow update** — Studio Chat and CLI can now create standalone short-fiction packages with synopsis, selling points, cover prompts, and optional cover images; project chat sessions persist across reloads and generated artifacts can be previewed and edited.
|
||||
|
||||
**New: short fiction writing and cover generation!** — Studio chat and CLI can now create a standalone short-fiction package: complete draft, outline and review records, synopsis, selling points, cover prompt, and an optional generated cover image when a cover provider is configured.
|
||||
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
|
||||
**InkOS TUI 正式リリース!** — `inkos tui` を実行してフルスクリーンのインタラクティブダッシュボードを起動。会話型創作、自然言語での書籍操作、スラッシュコマンド自動補完、テーマアニメーション——TUI、Studio、OpenClaw が同一のインタラクションカーネルを共有。
|
||||
|
||||
**v1.3.12 Studio サービスリンク更新** — Studio のサービス設定に [kkaiapi](https://en.kkaiapi.com) と OpenRouter のホームページ、ドキュメント、モデル一覧へのクイックリンクを追加し、集約サービスの表示名を「集約 API」に整理しました。
|
||||
**v1.4.0 短編執筆と Studio Chat ワークフロー更新** — Studio Chat と CLI から独立した短編パッケージ、あらすじ、セールスポイント、表紙プロンプト、任意の表紙画像を生成できます。プロジェクトチャットはリロード後も保持され、生成物のプレビューと編集にも対応しました。
|
||||
|
||||
**新機能:短編小説の執筆と表紙制作!** — Studio のチャットまたは CLI から、独立した短編パッケージを生成できます。完成本文、アウトライン記録、レビュー記録、あらすじ、セールスポイント、表紙プロンプト、表紙サービス設定後の表紙画像に対応します。
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ AI Agent 自主写小说——写、审、改,全程接管。覆盖玄幻、
|
||||
|
||||
**InkOS TUI 正式发布!** — 运行 `inkos tui` 进入全屏交互仪表盘。对话式创作、自然语言操作书籍、slash 命令补全、主题动效——TUI、Studio、OpenClaw 共享同一套交互内核。
|
||||
|
||||
**v1.3.12 Studio 服务入口更新** — 聚合 API 分组命名更清晰,服务配置页补充官网 / 文档 / 模型页快捷入口,便于配置前核对模型、密钥和接入方式。
|
||||
**v1.4.0 短篇写作与 Studio Chat 协作更新** — Studio Chat 和 CLI 现在可以生成独立短篇、简介卖点和封面提示词 / 封面图;普通聊天支持持久化 session,生成物可直接预览和编辑。
|
||||
|
||||
**新增:短篇写作与封面制作!** — Studio 对话和 CLI 现在可以直接产出独立短篇:完整正文、大纲记录、审稿记录、简介卖点、封面提示词,并在配置封面服务后生成封面图。
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "inkos",
|
||||
"version": "1.3.12",
|
||||
"version": "1.4.0",
|
||||
"private": true,
|
||||
"description": "Autonomous AI novel writing CLI agent — 10-agent pipeline that writes, audits, and revises novels with continuity tracking",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actalk/inkos",
|
||||
"version": "1.3.12",
|
||||
"version": "1.4.0",
|
||||
"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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actalk/inkos-core",
|
||||
"version": "1.3.12",
|
||||
"version": "1.4.0",
|
||||
"description": "InkOS core engine — multi-agent novel writing pipeline with 33-dimension continuity audit, style cloning, and de-AI-ification",
|
||||
"keywords": [
|
||||
"ai-novel-writing",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actalk/inkos-studio",
|
||||
"version": "1.3.12",
|
||||
"version": "1.4.0",
|
||||
"description": "InkOS Studio — Web workbench for novel writing",
|
||||
"type": "module",
|
||||
"main": "dist/api/index.js",
|
||||
|
||||
Reference in New Issue
Block a user