You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: auto-detect GitHub token from gh CLI for authenticated API access
GitHub API calls were always unauthenticated (60 req/hr), even when
users had gh CLI installed and logged in. Now detects tokens via
`gh auth token` or GITHUB_TOKEN env var for 5,000 req/hr.
Bump version to 0.9.5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bump version to 0.9.0
- Remove legacy benchmark cache cleanup (v0.8.7 migration complete)
- Agents CLI is the headline feature for this release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bump version to 0.8.7
Remove benchmark disk cache, always fetch fresh from CDN.
Clean up legacy cache file on first launch.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>