Conversation
Adds `urlbox report <renderId>` to file a render report with the Urlbox team (category + comment), a post-render hint that prints the ready-to-run report command, and `urlbox support` to open the contact page. - Every render response prints a muted hint line naming the render id and the report command, text-mode + TTY only (json/quiet/piped unchanged). - `urlbox report` is session-authed (needs `urlbox login`): --category and --comment for scripts and agents, an interactive picker + comment prompt otherwise. Errors map to the closed exit-code set (auth 3, not-found 5, conflict 7). - The api client captures the render id from the x-urlbox-request-id response header and error-body requestId, in-memory only so envelopes are byte-identical. - `urlbox support` mirrors `urlbox dashboard`: opens the contact page, prints the URL when headless, never launches a browser in json/quiet. - Also scrubs review-round shorthand and private-repo references out of existing comments.
AJCJ1
marked this pull request as ready for review
September 16, 2026 10:43
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.
Adds a way to report a bad render straight from the CLI, plus a shortcut to the support page (as a precursor to reporting an issue with the CLI itself).
urlbox report <renderId>files a render report with the Urlbox team (a category and a short comment).--categoryand--commentand get no prompts.A post-render hint. After a render, the CLI prints one muted line naming the render id and the ready-to-run report command:
It only appears in a real terminal in text mode. Piped, JSON, and quiet output aren't changed.
urlbox supportopens the contact page in the browser (prints the URL instead when there's no browser, and never launches one in JSON/quiet mode) — the same shape asurlbox dashboard.Notes