rowboat/apps/x/packages/core
Ramnique Singh acff502f42 fix: stop Gmail sync from throwing "No refresh token is set" in rowboat mode
In rowboat OAuth mode the OAuth2Client is built without a refresh_token
because refreshes go through the api. google-auth-library's default
5-minute eagerRefreshThresholdMillis caused it to attempt a refresh
whenever a Gmail call landed within 5 minutes of token expiry, throwing
"No refresh token is set." before our proactive 60s-margin refresh
could run. Disabling the eager window lets our getClient() refresh path
own all refreshes as the comment intends.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 13:21:05 +05:30
..
src fix: stop Gmail sync from throwing "No refresh token is set" in rowboat mode 2026-05-08 13:21:05 +05:30
.gitignore bootstrap new electron app 2026-01-16 12:05:33 +05:30
package.json add posthog analytics for llm usage and auth events 2026-04-28 19:53:40 +05:30
tsconfig.json feat: extract presentation generator into executable code with builtin tool 2026-01-30 13:30:06 +05:30