Bug detail
What every field on the bichito sidebar means and how to use it.
Click any row in /inbox to open the bug detail page. Layout: the report itself on the left, a sidebar of metadata + actions on the right, an activity timeline + comments at the bottom.
Sidebar fields
Status
open → in_progress → resolved → closed. Plus wont_fix for "deliberately not fixing" and spam for "this isn't a real report".
Changing status from closed/resolved back to open/in_progress records a REOPENED activity row in addition to the regular STATUS_CHANGED — the timeline renders these distinctly so you can spot reopens at a glance.
Severity
low / medium / high / critical. Defaults to medium when the widget doesn't supply one.
Assignee
Yourself, or unassigned. Multi-user hives are not yet a thing — you can only assign to yourself.
Labels
Click a chip in the picker to attach/detach. See Labels.
Duplicate of
Mark this bichito as a duplicate of another from the same honeycomb. Forces status to closed automatically. The other bichito stays as the canonical issue.
The duplicate-of link survives unmark — clearing it just removes the marker, the status stays where it landed (you have to re-open it explicitly via the status select).
Reporter
Email and identifier the widget collected (or that you set programmatically with BugWidget.identify). Optional — nothing here on anonymous reports.
Context
URL, user-agent, viewport, environment, app version, stack trace (if your widget config supplies one). All optional, all sent by the widget.
Comments
Markdown-light: line breaks are preserved, code in backticks renders as <code>, blockquotes work. No @mentions yet (single-user hives).
Editing a comment leaves an edited at marker; deleting it removes the row but leaves a comment_deleted activity entry.
Comments fan out over SSE — your teammate's comment appears in your open tab without a refresh.
Activity timeline
Every mutation leaves an activity row. Types you'll see:
STATUS_CHANGED(withfrom/to)REOPENED(logged in addition to STATUS_CHANGED when going from done back to active)SEVERITY_CHANGEDASSIGNED/UNASSIGNEDLABEL_ADDED/LABEL_REMOVEDCOMMENTEDMARKED_SPAMDUPLICATED/UNDUPLICATED
Activity rows include who triggered them. Mutations made over MCP carry via: "mcp" in the payload — the timeline renders them with a small "AI" tag so you can tell apart human and assistant changes.
Attachments
If the user attached an image (file picker, paste, or screenshot), it shows in the report body. Click to open full-size in a lightbox. The 2 MB cap from the widget is hardcoded — there's no plan-tier override.
Deleting a bichito
Trash icon at the top right. Confirmation dialog warns: irreversible. Deletes the bichito, its comments, its activity timeline, and any attachment files in object storage. The deletion fans out over SSE so other tabs drop the row.