Commit 48d1e8b
Release v0.4.8: Fixed GitHub API rate limiting
Documentation Updates:
- Updated README.md with v0.4.8 release notes
- Updated CHANGELOG.md with comprehensive change details
- Highlighted PyPI and npm registry integration fixes
Key Improvements:
- Fixed GitHub API 403 rate limit errors
- Kimi now uses PyPI API for version detection
- Qwen now uses npm registry for version detection
- Much more reliable with no rate limits
This release resolves the GitHub API rate limiting issue that was
causing 403 errors when checking agent versions. By using the proper
package managers (PyPI for Kimi, npm for Qwen), version detection is
now faster, more reliable, and aligned with actual installation methods.
All quality checks passing:
- Tests: go test ./... ✅
- Build: go build ✅
- Linting: golangci-lint run ✅
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent b35e549 commit 48d1e8b
2 files changed
+58
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
10 | 53 | | |
11 | 54 | | |
12 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
109 | 116 | | |
110 | 117 | | |
111 | 118 | | |
112 | 119 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| |||
0 commit comments