Commit Graph

7 Commits

Author SHA1 Message Date
ywkj 5e5733f2e5 feat: auth-rt 改用 Go 二进制,install.sh 自动下载
register-skill-release / register (push) Successful in 14s Details
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 20:52:02 +08:00
ywkj c9d4e13814 fix: auth-rt auto-install 使用永久路径 ~/.local/share/auth-runtime
修复之前 clone 到 /tmp 后删除导致 wrapper 指向不存在路径的问题。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 20:34:21 +08:00
ywkj cbde7a9647 feat: install.sh 自动下载安装 auth-rt(无需手动 clone)
register-skill-release / register (push) Successful in 13s Details
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 18:36:46 +08:00
ywkj 06fe7445ea refactor: auth-cli.ts 改用 auth-rt 二进制
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 18:26:28 +08:00
ywkj 9892adf566 refactor: 移除 @clawd/auth-runtime npm 依赖,改用 CLI subprocess 调用
通过内置 auth-cli.ts 薄 wrapper 调用 auth-runtime CLI,
消除 npm git 依赖带来的缓存和更新问题。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 14:38:03 +08:00
ywkj 2e23d74701 fix: install.sh always fetches latest git deps before build
/ smoke (push) Successful in 6s Details
register-skill-release / register (push) Successful in 14s Details
rm -rf node_modules/@clawd before npm install ensures auth-runtime
is always at the latest remote version, not cached.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 06:56:29 +08:00
ivanberry 8b73c50a43 feat: initial commit 2026-03-12 07:36:59 +08:00