docs(inference): call the inference bucket "AI credits", not "Warp AI credits" - #674
Draft
hongyi-chen wants to merge 1 commit into
Draft
docs(inference): call the inference bucket "AI credits", not "Warp AI credits"#674hongyi-chen wants to merge 1 commit into
hongyi-chen wants to merge 1 commit into
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.
|
Collaborator
Author
|
This PR was generated with Warp. Comment |
|
Your GitHub account is not connected to Warp. Connect it here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


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