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

This commit is contained in:
Ma
2026-04-17 09:59:16 +08:00
parent 2921456a44
commit 3f74bb7688
5 changed files with 19 additions and 4 deletions
+15
View File
@@ -1,5 +1,20 @@
# Changelog
## v1.3.4
### Bug Fixes
- **依赖版本钉死**:固定 `@mariozechner/pi-ai` / `pi-agent-core``0.67.1`,降低 npm 镜像滞后导致全局安装失败的概率
- **服务探测与模型列表提速**`GET /models` 回到快路径,`knownModels` 服务不再走慢 probe`/models` 不可用时会返回服务自己的 `knownModels`
- **服务验证更可靠**`/models` 返回 `401/403` 时直接短路;服务详情页保存前先走 `/test` 验 key,页面加载时也会用 `/test` 校验真实连接状态
- **完整模型列表返回**:服务测试接口不再默认裁成 50 个模型
### Improvements
- **agent 通用文件工具面恢复**:`edit` 回归正常工具面,并新增 `write` 工具用于创建/覆盖写文件,路径仍限制在 `books/`
- **`sub_agent` 最小控制面扩展**:新增 `writer.chapterWordCount``reviser.mode``exporter.format``exporter.approvedOnly`
- **修订入口统一**:book-mode 下整章修订收敛到 `sub_agent(reviser)`,减少模型在 `revise_chapter``sub_agent` 之间摇摆
## v1.3.3
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "inkos",
"version": "1.3.3",
"version": "1.3.4",
"private": true,
"description": "Autonomous AI novel writing CLI agent — 10-agent pipeline that writes, audits, and revises novels with continuity tracking",
"keywords": [
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actalk/inkos",
"version": "1.3.3",
"version": "1.3.4",
"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 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actalk/inkos-core",
"version": "1.3.3",
"version": "1.3.4",
"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 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actalk/inkos-studio",
"version": "1.3.3",
"version": "1.3.4",
"description": "InkOS Studio — Web workbench for novel writing",
"type": "module",
"main": "dist/api/index.js",