chore(release): bump to v1.3.5 and update changelog
Some checks failed
CI / build-and-test (22, ubuntu-latest) (push) Has been cancelled
CI / build-and-test (20, ubuntu-latest) (push) Has been cancelled
CI / build-and-test (20, windows-latest) (push) Has been cancelled
CI / build-and-test (22, windows-latest) (push) Has been cancelled
CI / verify-pack (push) Has been cancelled

This commit is contained in:
Ma 2026-04-18 01:45:58 +08:00
parent 835afeddd9
commit 9ec1639b1b
5 changed files with 19 additions and 4 deletions

View file

@ -1,5 +1,20 @@
# Changelog
## v1.3.5
### Improvements
- **Session / Sidebar 体验重构**Studio 引入 per-session runtime`pendingBookArgs` 下沉到 session 级session SSE 监听从 `App.tsx` 抽离sidebar 支持按书折叠、草稿会话延迟展示、会话列表不再点击重排
- **会话标题简化**:不再走 LLM 生成标题;第一条用户消息直接成为 session title并对历史 session 做 lazy migration
- **Draft Session 工作流**:新建会话延迟到第一条消息才持久化,未发送消息的草稿会话不会落盘,也不会在侧边栏出现
- **Session 列表性能提升**`listBookSessions` 改为并发读取并返回轻量 summary避免侧边栏一次读取大量完整 session 文件
### Bug Fixes
- **模型列表缓存修复**`/services/:service/models` 的缓存 key 现在包含 `resolvedBaseUrl`custom 服务切换端点后不再错误复用旧模型列表
- **会话删除确认弹窗定位**`ConfirmDialog` 改走 portal避免被 sidebar 的 containing block 锁在侧栏内
- **测试清理**:移除 `server.test.ts` 里已废弃的 `updateSessionTitle` mock 残留
## v1.3.4
### Bug Fixes

View file

@ -1,6 +1,6 @@
{
"name": "inkos",
"version": "1.3.4",
"version": "1.3.5",
"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.4",
"version": "1.3.5",
"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.4",
"version": "1.3.5",
"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.4",
"version": "1.3.5",
"description": "InkOS Studio — Web workbench for novel writing",
"type": "module",
"main": "dist/api/index.js",