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
fix: cache git credential helper token for 50 minutes
Previously fetched a fresh GitHub App token on every git operation,
causing excessive API calls (every 3 seconds during agent work).
Now caches to ~/.toban/.git-token-cache with 50-minute TTL.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments