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() {
Can I bounty private-repo issues? -

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.

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

- 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.

  1. Sign in with GitHub and install the DevAsign GitHub App on your repo.
  2. @@ -374,7 +374,7 @@ export function DocsPage() {

    Connecting

    - 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.

    +

    Advanced controls Personal / Team

    +
      +
    • Trigger policy — re-review on every push, skip draft PRs, skip bot-authored PRs (see Triggering reviews).
    • +
    • Verdict mode — blocking (default) or comment-only; see Severity & verdict.
    • +
    • Per-stage prompts — steer each AI stage with your own instructions.
    • +
    • Run GitHub Action — dispatch a workflow when the review finishes.
    • +
    +

    Per-stage prompts

    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`} /> - Free - Standard: a fast, capable model that runs the same pipeline end to end: criteria synthesis, the review, and the verification pass. + Claude Opus + The reasoning passes on Personal and Team — criteria synthesis, diff review, the whole-repo holistic pass, deferred-work judgment, and DEVASIGN.md guidance. Personal / Team @@ -1108,18 +1116,7 @@ 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

    -

    - 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. -

    -
    - When the allowance runs out: DevAsign pauses reviews for that installation and leaves a single comment on the pull request explaining why, with a link to your billing page. Nothing is lost — the paused PR is reviewed as soon as you buy credits or the allowance resets. -
    -

    - 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.