Document billing usage and CLI empty-output recovery - #110
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Mogplex PR ReviewStatus: No material issues found Summary Documentation-only PR covering two topics: billing usage transparency and CLI empty-output recovery. Three files changed, all additions, no deletions. What was added plans-and-billing.mdx — Two additions: (1) in the "Hosted usage rates" section, explains that each model call appears after cost settlement, shows repository and PR number for code reviews, rounds display to nearest cent, keeps ledger precision to 8 decimal places, and can take up to 10 minutes to appear. (2) In the "Payment methods and invoices" section, clarifies that usage charges appear in "Recent usage costs" and do not produce Stripe invoices — they spend existing credit. cli/quickstart.mdx — New bullet in "Common first-run issues" for when a run reports the model returned no output. Guidance: open support.mdx — New row in the symptom table for "CLI says that the model returned no output" with the same recovery guidance. Consistency check The no-retry behavior is described consistently in both the quickstart ("Mogplex does not retry an empty response because the retry can add cost") and the support table ("The CLI stops before an automatic retry can add cost"). Both convey the same design decision from slightly different angles, which is appropriate for their respective audiences. Minor observation In the support.mdx symptom table, every other row in the "Start here" column contains links to documentation pages. The new row contains inline action instructions with no links. This is arguably the right format for this symptom (the resolution is a CLI action, not reading a doc), but if you want to be consistent, you could add a cross-reference to the quickstart's "Common first-run issues" section alongside the inline text. Verdict Approve-ready. No issues found. |
Summary
Validation
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.