Skip to content

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 19 Sep 17:51
· 361 commits to main since this release

控制面:拦截 memory-extractor 收割;创建槽开机失败仍可见;控制台集群/列表改版。相对 1.2.2 不必换槽内 kin-kernel。

  • 非官方 OpenAI chat 冒充 Claude Code、索要 durable-memory JSON 的 payload 在 hop 前拦截
  • 创建槽位开机失败改 200 + start_error,列表立刻出现 error 行,不再当创建失败
  • 集群页改为本机 VPS + 扩展节点拓扑(控制面尚未接入,示意为 RFC 5737)
  • 虚拟机列表去掉重复 KPI 卡,筛选/工具收成两行

已部署机升级(Compose):

cd /opt/vm2api
git fetch --tags
git checkout v1.2.3
docker compose up -d --build
curl -sS --noproxy '*' http://127.0.0.1:8787/health

已在 1.2.2 不必再 POST /api/panel/wrap-cli/sync。从更早版本来,先做 1.2.2 的 kernel sync。步骤见 DEPLOY.md。

Full Changelog: v1.2.2...v1.2.3