docs(pricing-may-2026): polish pass on umbrella PR #119#126
Conversation
…rella Polish sweep across the May 21 pricing+packaging changes before #119 ships: Pass 1 — Terminology and capitalization * Standardize on 'add-on credits' (sentence case, common noun) across the umbrella. Mid-sentence is lowercase 'add-on credits'; sentence/heading/ bullet-start is 'Add-on credits'. Page H1 + frontmatter title updated. * Drop the now-redundant 'Reload credits = Add-on credits' callout from add-on-credits.mdx and the inline '(also known as add-on credits)' parentheticals. * Treat 'custom inference endpoint' as a descriptive noun, not a proper noun: sentence case in headings, lowercase mid-sentence/link text. * BYOK: Title Case as the feature name first reference per page, BYOK acronym thereafter. Fix 'bring your own API key (BYOK)' → 'Bring Your Own API Key (BYOK)'. * Standardize 'Auto reload' → 'auto-reload' (hyphenated, lowercase mid- sentence). Pass 2 — Structural and rendering fixes * Restore the 8-tab indentation regression on the Settings file sidebar group in src/sidebar.ts. * Fix the broken permissions table in enterprise/team-management/teams.mdx (extra leading | on rows caused phantom empty column). * Fix the same broken table in knowledge-and-collaboration/teams.mdx. * Remove three '{/* TODO: Add screenshot */}' MDX comments from enterprise teams.mdx left over from drafting. * knowledge-and-collaboration/teams.mdx: 'pressing ENTER' → 'pressing Enter' per style-guide key-name capitalization, drop trailing ' ' GitBook artifact, fix duplicate 'A user leaves a team' bullet (second one should have been 'An admin removes a member'). * Same duplicate-bullet fix in enterprise/team-management/teams.mdx. * plans-and-billing/index.mdx: 'Inference & providers' pointer now targets /agent-platform/inference/model-choice/ (the section landing) instead of the BYOK page. Pass 3 — Content polish * custom-inference-endpoint.mdx: 'Oz Cloud Agents' → 'Cloud Agents' (per the 'no Oz prefix on agents' terminology rule; BYOK already used 'Cloud Agents'). * bring-your-own-api-key.mdx: heading 'How BYOK differs from Custom inference endpoint and BYOLLM' → 'How BYOK differs from custom inference endpoints and BYOLLM' (sentence case). * custom-inference-endpoint.mdx 'Other AI features' section: replace vague one-liner with a link to BYOK's feature table (single source of truth). * bring-your-own-api-key.mdx: move 'You can update or replace your keys anytime' out of the conditional 'If your key:' list and into its own paragraph. Pass 4 — Cross-page consistency * Cloud-agent-runs-on-team-plans waterfall: pricing-faqs.mdx is the canonical source. credits.mdx and add-on-credits.mdx now summarize and link there instead of duplicating the mechanics. * BYOLLM scope language: every BYOLLM mention now reads 'AWS Bedrock today (with Azure Foundry and Google Vertex coming soon)' rather than 'AWS Bedrock or Google Vertex' (which implied Vertex is GA). Validated: npm run build passes (334 pages, no errors); zero stale /support-and-community/plans-and-billing/(bring-your-own-api-key| custom-inference-endpoint) or /agent-platform/capabilities/model-choice URLs remain in src/content/docs/. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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 polishes the May 2026 pricing and packaging documentation, primarily standardizing add-on credits terminology, BYOK/custom inference endpoint casing, and several table/sidebar rendering issues. I did not find any security findings, and the provided spec context has no approved requirements to compare against.
Concerns
- The
insufficient_creditsexample response still contains duplicate JSON keys after this polish pass touches the same response block, which can confuse API users copying or comparing the documented payload.
Verdict
Found: 0 critical, 1 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
| { | ||
| "type": "/reference/api-and-sdk/troubleshooting/errors/insufficient-credits/", | ||
| "title": "Your team has run out of Add-on Credits. Purchase more credits in your team's billing settings to continue.", | ||
| "title": "Your team has run out of add-on credits. Purchase more credits in your team's billing settings to continue.", |
There was a problem hiding this comment.
title, status, and instance later in the same JSON object; remove the duplicate fields so the response is valid and matches the other error examples.
Co-Authored-By: Oz <oz-agent@warp.dev>
Keep 'AWS Bedrock today, with Azure Foundry and Google Vertex coming soon' only where it's the canonical BYOLLM explanation: * Comparison tables on the BYOK and CIE pages. * The dedicated 'Does Warp support other model routers or BYOLLM?' FAQ in pricing-faqs.mdx. * The May 21 'What is the new custom inference endpoint feature?' FAQ comparison block that explains each of the three options. Drop the scope parenthetical from passing mentions on: * platform-credits.mdx (4 sites) * credits.mdx (2 sites) * pricing-faqs.mdx Enterprise plan description and 'How do platform credits factor in?' answer (2 sites) Co-Authored-By: Oz <oz-agent@warp.dev>
Summary
Polish pass on the May 21, 2026 pricing+packaging umbrella before #119 ships. 18 files, +129/-164.
What's in here
Pass 1 — Terminology and capitalization
Pass 2 — Structural and rendering fixes
src/sidebar.ts(merge artifact).enterprise/team-management/teams.mdxandknowledge-and-collaboration/teams.mdx(leading||was creating a phantom empty column).{/* TODO: Add screenshot */}MDX comments from enterprise teams.mdx.pressing ENTER→pressing Enterper style-guide key-name capitalization. and\\~artifacts from umbrella-touched files.plans-and-billing/index.mdx'Inference & providers' pointer now targets/agent-platform/inference/model-choice/(section landing) instead of the BYOK page.Pass 3 — Content polish
Pass 4 — Cross-page consistency
pricing-faqs.mdx;credits.mdxandadd-on-credits.mdxsummarize and link instead of duplicating.Validation
npm run buildpasses (334 pages, no errors)./support-and-community/plans-and-billing/(bring-your-own-api-key|custom-inference-endpoint)or/agent-platform/capabilities/model-choicereferences insrc/content/docs/.src/content/docs/.Conversation link
Co-Authored-By: Oz oz-agent@warp.dev