Command line
feedback
Send feedback / a bug report. Captures your message plus recent scrubbed log lines, breadcrumbs, and a hash (never contents) of the active .vibrai. Sends if telemetry consent is on; otherwise writes a local file (—no-send forces the local file even with consent on).
required
Your feedback message.
Optional email so the team can follow up. Never inferred.
Write the feedback bundle to a local file instead of sending it, even if telemetry consent is on.
Path to the .vibrai file (default: <current-directory-name>.vibrai). Only a SHA-256 hash of its bytes is ever collected — never its contents.
MCP tools
submit_feedback
Submit user feedback or a bug report. Captures the message plus a diagnostic bundle: the last 50 scrubbed log lines, recent scrubbed breadcrumbs, and a SHA-256 hash (never the contents) of the active .vibrai project. Sends via Sentry when telemetry consent is on; otherwise writes the bundle to a local file and returns its path plus a GitHub issue URL so you can relay both to the user — never a silent send.
String
required
Your feedback message.
String
Optional email so the team can follow up. Never inferred.
String
Path to the .vibrai project (default: <cwd-name>.vibrai). Only its SHA-256 hash is collected, never its contents.