Skip to content

Commit 3f74bb7

Browse files
committed
chore(release): bump to v1.3.4 and update changelog
1 parent 2921456 commit 3f74bb7

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## v1.3.4
4+
5+
### Bug Fixes
6+
7+
- **依赖版本钉死**:固定 `@mariozechner/pi-ai` / `pi-agent-core``0.67.1`,降低 npm 镜像滞后导致全局安装失败的概率
8+
- **服务探测与模型列表提速**`GET /models` 回到快路径,`knownModels` 服务不再走慢 probe;`/models` 不可用时会返回服务自己的 `knownModels`
9+
- **服务验证更可靠**`/models` 返回 `401/403` 时直接短路;服务详情页保存前先走 `/test` 验 key,页面加载时也会用 `/test` 校验真实连接状态
10+
- **完整模型列表返回**:服务测试接口不再默认裁成 50 个模型
11+
12+
### Improvements
13+
14+
- **agent 通用文件工具面恢复**`edit` 回归正常工具面,并新增 `write` 工具用于创建/覆盖写文件,路径仍限制在 `books/`
15+
- **`sub_agent` 最小控制面扩展**:新增 `writer.chapterWordCount``reviser.mode``exporter.format``exporter.approvedOnly`
16+
- **修订入口统一**:book-mode 下整章修订收敛到 `sub_agent(reviser)`,减少模型在 `revise_chapter``sub_agent` 之间摇摆
17+
318
## v1.3.3
419

520
### Bug Fixes

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.3",
3+
"version": "1.3.4",
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.3",
3+
"version": "1.3.4",
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.3",
3+
"version": "1.3.4",
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.3",
3+
"version": "1.3.4",
44
"description": "InkOS Studio — Web workbench for novel writing",
55
"type": "module",
66
"main": "dist/api/index.js",

0 commit comments

Comments
 (0)