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
"hint: codebase.design returned a payment challenge before accepting OAuth. Run `codebase auth login`; if this persists, the web build OAuth gate needs to be deployed.",
78
-
);
76
+
err("hint: run `codebase usage` to check your remaining builds, plan limits, and reset date.");
79
77
}
80
78
if(e.status===403){
81
79
err("hint: run `codebase auth login` again so the CLI can request builds:read/builds:write.");
82
80
}
81
+
if(e.status===429&&e.retryAfterMs){
82
+
err(`hint: retry in ${formatRetryDelay(e.retryAfterMs)}.`);
0 commit comments