docs(inference): call the inference bucket "AI credits", not "Warp AI credits" - #674
Conversation
… credits" The custom inference endpoint and BYOK pages named the inference credit bucket "Warp AI credits", embedding the retired Warp AI product name (renamed to Agent Mode). The canonical bucket name is "AI credits", as used on the credits page. Co-Authored-By: Warp <agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This PR was generated with Warp. Comment |
|
Your GitHub account is not connected to Warp. Connect it here. |
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR updates inference billing terminology on the BYOK and custom inference endpoint pages, replacing Warp AI credits with AI credits for references to the inference credit bucket. The changed wording matches the current three-bucket billing model described in the credits documentation.
Concerns
- No blocking concerns found. The attached spec context says no approved or repository spec context was found, and the diff is documentation-only with no security-relevant code or configuration changes.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
There was a problem hiding this comment.
Overview
Renames the retired "Warp AI credits" wording to the canonical "AI credits" across the two inference docs. The change is copy-only, consistent, and doesn't break any anchors/links.
Verdict
Checks: build pass, tests n/a (copy-only docs change), CI green, visual proof n/a
Found: 0 critical, 0 important, 0 suggestions, 0 nits
Reviewed on behalf of REV-2377 per the requester's ask to review and approve if it looks good.


What this feature does
Two inference pages named the inference credit bucket "Warp AI credits", which embeds the retired Warp AI product name (renamed to Agent Mode). The canonical name for that bucket is AI credits — the definition on
plans-and-billing/credits.mdcontrasts AI credits with compute credits and platform credits, with no "Warp" prefix. This renames the three live usages so the billing vocabulary matches across pages.Summary
agents/inference/custom-inference-endpoint.mdx— the### Warp AI creditsheading and the sentence under it become "AI credits".agents/inference/bring-your-own-api-key.mdx— "your Warp AI credits" becomes "your AI credits".No page links the old
#warp-ai-creditsanchor (checked acrosssrc/,vercel.json, andsrc/sidebar.ts), so no redirect is needed.Content design plan
None required — this is a correction, not a new concept. Per
.agents/references/content-design-plan.md, corrections get no plan.Why this wasn't caught before
The
missing_docsstaleness audit has flagged these files on every run, but earlier triage passes bucketed allwarp aihits as either verbatim telemetry event names inprivacy.mdxor the deliberate historical FAQ heading. These three are neither: they are live prose using the retired product name as a modifier on a current billing term. The corrected verdict is recorded in the ledger in the companion bookkeeping PR (#657).The remaining
Warp AIoccurrences are intentional and unchanged:support-and-community/privacy-and-security/privacy.mdx— verbatim telemetry event names.agents/getting-started/faqs.mdx— "What happened to the old Warp AI chat panel?", a deliberate historical reference.Validation
npm run buildpasses (380 markdown docs generated, 382 HTML files indexed).