auth-runtime/cli
ywkj dabcddb05e
Build and Release auth-rt / build (amd64, darwin) (push) Failing after 2m53s Details
Build and Release auth-rt / build (amd64, linux) (push) Failing after 1m16s Details
Build and Release auth-rt / build (arm64, darwin) (push) Failing after 1m9s Details
Build and Release auth-rt / build (arm64, linux) (push) Failing after 1m15s Details
Build and Release auth-rt / release (push) Has been skipped Details
feat: Go 重写 auth-rt CLI,真正的零依赖二进制
- cli/ 目录:完整的 Go 实现(env/cache/auth/http/retry)
- install.sh:支持本地编译和 --download 从 release 下载
- .forgejo/workflows/release.yml:CI 交叉编译 darwin/linux × amd64/arm64
- auth-cli.ts:改为调用 auth-rt 二进制(不再需要 bun/node)
- 分发策略:skill install.sh 优先从 release 下载,失败则 clone + go build

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 20:51:45 +08:00
..
auth.go feat: Go 重写 auth-rt CLI,真正的零依赖二进制 2026-03-20 20:51:45 +08:00
cache.go feat: Go 重写 auth-rt CLI,真正的零依赖二进制 2026-03-20 20:51:45 +08:00
config.go feat: Go 重写 auth-rt CLI,真正的零依赖二进制 2026-03-20 20:51:45 +08:00
go.mod feat: Go 重写 auth-rt CLI,真正的零依赖二进制 2026-03-20 20:51:45 +08:00
http.go feat: Go 重写 auth-rt CLI,真正的零依赖二进制 2026-03-20 20:51:45 +08:00
json.go feat: Go 重写 auth-rt CLI,真正的零依赖二进制 2026-03-20 20:51:45 +08:00
main.go feat: Go 重写 auth-rt CLI,真正的零依赖二进制 2026-03-20 20:51:45 +08:00