diff --git a/src/pages/BountyAutomationPage.tsx b/src/pages/BountyAutomationPage.tsx
index 1dbce72..d67813a 100644
--- a/src/pages/BountyAutomationPage.tsx
+++ b/src/pages/BountyAutomationPage.tsx
@@ -276,7 +276,7 @@ export function BountyAutomationPage() {
Yes — on Pro, Max, and Enterprise. The Free plan supports bounties on public repos only, matching the Free product's open-source scope. Yes — on Personal and Team, which both include private repositories. The Free plan supports bounties on public repos only, matching the Free plan's open-source scope.
- Sign up on DevAsign with GitHub and install the app on a repository. Public repositories are reviewed on every plan; private repositories require Personal or Team. Plans meter unique PRs per month, so re-reviewing the same PR after a push doesn't spend another PR from your allowance. See Pricing for the caps.
+ Sign up on DevAsign with GitHub and install the app on a repository. Public repositories are reviewed on every plan; private repositories require Personal or Team. Plans meter unique PRs per month — re-reviews of a PR (new pushes, reruns) never consume quota. See Pricing for the caps.
Can I bounty private-repo issues?
- How does this interact with goal-aware review?
diff --git a/src/pages/DocsPage.tsx b/src/pages/DocsPage.tsx
index 8af2c27..435ffc6 100644
--- a/src/pages/DocsPage.tsx
+++ b/src/pages/DocsPage.tsx
@@ -276,7 +276,7 @@ export function DocsPage() {
Installation
- In the dashboard, open Settings → Integrations → Linear and click Connect. A popup hands you to Linear's OAuth screen to authorize your workspace; approve it and the workspace appears in your integration list. There are no tokens or API keys to paste, re-connecting just refreshes the authorization, and one Linear workspace connects per account. The Linear integration is a Personal / Team feature. + In the dashboard, open Settings → Integrations → Linear and click Connect. A popup hands you to Linear's OAuth screen to authorize your workspace; approve it and the workspace appears in your integration list. There are no tokens or API keys to paste, re-connecting simply refreshes the authorization, and one Linear workspace connects per account. The Linear integration is a Personal / Team feature.
Edits save as you make them and apply from the next review onward. A control your plan doesn't cover is shown in its enforced state and locked instead of hidden, so you can always see what a repository is actually running. Your configuration is kept if a plan lapses: DevAsign falls back to the free behaviour while you're downgraded, and restores your settings when you upgrade again.
@@ -1074,8 +1082,8 @@ bounty-update-deadline decrease 2 days`} />- The allowance is per installation and meters unique pull requests: reviewing a PR for the first time spends one, and re-reviewing it after a push does not. Each PR then carries its own window of 6 re-reviews a month; past that a paid plan spends overage credits (150 a month on Personal, 650 on Team). See Triggering reviews. -
- -- Credits cover reviews beyond your monthly allowance. Personal and Team include a fresh batch every month, and you can buy more at any time from Settings → Billing — a one-off purchase, not a subscription. Purchased credits never expire and are only spent once the month's included batch is gone. -
-- Credits are an add-on for paid plans. On Free, reaching the allowance means waiting for the next month or upgrading. If a credit purchase is refunded or charged back, the credits it bought are removed from the balance; if a chargeback is later resolved in your favour, they are returned. + The review model follows the repo owner's plan: Free reviews run end-to-end on Claude Haiku, while Personal and Team run the frontier reasoning model. System prompts are sent with prompt caching enabled, so the reused instruction blocks don't re-bill on every pass.