Use member usage-limit beacon copy in CLI

This commit is contained in:
Dhruv
2026-05-21 15:00:41 -04:00
parent 4acb456bfe
commit 21843e55c5

View File

@@ -398,7 +398,9 @@ impl ChatWidget {
self.open_workspace_owner_nudge_prompt(AddCreditsNudgeCreditType::Credits);
}
Some(RateLimitReachedType::WorkspaceMemberUsageLimitReached) => {
self.on_error(message);
self.on_error(
"Request a limit increase from your owner to continue using codex.".to_string(),
);
self.open_workspace_owner_nudge_prompt(AddCreditsNudgeCreditType::UsageLimit);
}
Some(RateLimitReachedType::RateLimitReached) | None => {