| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-05-10 | 600 Bytes | |
| gitcrawl_0.3.2_darwin_amd64.tar.gz | 2026-05-10 | 6.3 MB | |
| gitcrawl_0.3.2_linux_arm64.tar.gz | 2026-05-10 | 5.7 MB | |
| gitcrawl_0.3.2_darwin_arm64.tar.gz | 2026-05-10 | 5.9 MB | |
| gitcrawl_0.3.2_linux_amd64.tar.gz | 2026-05-10 | 6.2 MB | |
| gitcrawl_0.3.2_windows_amd64.zip | 2026-05-10 | 6.3 MB | |
| gitcrawl_0.3.2_windows_arm64.zip | 2026-05-10 | 5.7 MB | |
| README.md | 2026-05-10 | 651 Bytes | |
| v0.3.2 source code.tar.gz | 2026-05-10 | 471.9 kB | |
| v0.3.2 source code.zip | 2026-05-10 | 535.9 kB | |
| Totals: 10 Items | 37.2 MB | 0 | |
- Move top-level CLI parsing and
gh xcacheargument parsing onto Kong while keeping the broaderghshim pass-through compatible with GitHub CLI argument shapes. - Keep
gh xcache --helpdiscoverable and makestats --since, JSON output, and snapshot reset parsing share one typed parser path. - Teach the
ghshim about the shared GitHub token rate-limit budget, serve stale successful reads more aggressively when that pooled budget is low, preserve GitHub CLI--jqhandling for cached fallthrough reads, and expose low-budget stale hits inxcache stats. - Avoid extra
gh auth tokensubprocesses during low-budget cache preflight checks.