chore(release): cli 1.3.10 版本檔同步(deploy 腳本自動 bump)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
uncle6me-web
2026-06-14 22:18:39 +08:00
parent eeafd5c094
commit b932d96a88
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# arcrun CLI Changelog # arcrun CLI Changelog
## 1.3.10 — 2026-06-14
- fix(cypher): KBDB proxy 指向現役 arcrun-kbdb(舊 fallback kbdb.finally.click 已死)
## 1.3.9 — 2026-06-14 ## 1.3.9 — 2026-06-14
- feat(kbdb,mcp): KBDB 資料層薄殼 + self-hosted MCP 認證 + cypher KBDB proxy - feat(kbdb,mcp): KBDB 資料層薄殼 + self-hosted MCP 認證 + cypher KBDB proxy
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "arcrun", "name": "arcrun",
"version": "1.3.9", "version": "1.3.10",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "arcrun", "name": "arcrun",
"version": "1.3.9", "version": "1.3.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chalk": "^5.3.0", "chalk": "^5.3.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "arcrun", "name": "arcrun",
"version": "1.3.9", "version": "1.3.10",
"description": "AI Workflow CLI for arcrun — self-host WASM-based AI workflows on your own Cloudflare", "description": "AI Workflow CLI for arcrun — self-host WASM-based AI workflows on your own Cloudflare",
"bin": { "bin": {
"acr": "dist/index.js" "acr": "dist/index.js"