This website requires JavaScript.
Explore
Help
Register
Sign In
agent-skills
/
auth-runtime
Watch
1
Star
0
Fork
You've already forked auth-runtime
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
3
Wiki
Activity
main
auth-runtime
/
cli
/
go.mod
4 lines
48 B
Modula-2
Raw
Permalink
Normal View
History
Unescape
Escape
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 12:51:45 +00:00
module
github
.
com
/
agent
-
skills
/
auth
-
rt
fix: go.mod 降级到 1.22,CI 加 GOTOOLCHAIN=local 避免 CI 里 Go 1.22 尝试下载 1.25.7 toolchain。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 13:24:22 +00:00
go
1.22