Skip to content

Reference

send-feedback

Submit feedback or report a bug for the rn-dev-agent plugin. Collects sanitized environment context and creates a GitHub issue. No sensitive data leaves the local machine.

/rn-dev-agent:send-feedback
  1. Ask feedback type — bug report, feature request, or question
  2. Collect environment context — plugin version, OS, Node.js, simulator counts, current rn_session authority, own Metro allocation/binding, foreign-session count, recent tool activity, and the newest sanitized runner-diagnostics bundle for the exact session when present
  3. Reconcile and preview — compare the collector with live rn_session status, show the complete sanitized bundle and everything else that will be sent, and ask for confirmation
  4. Create GitHub issue — submit via gh CLI to the plugin repository
  5. Confirm — report the issue URL

Never included:

  • Absolute file paths, API keys, tokens, secrets
  • Email addresses, phone numbers, PII
  • IP addresses (except localhost)
  • Company names, external bundle IDs, app names
  • Raw device or session IDs and raw runner output
  • Store state values, component tree contents
  • Network request/response bodies, console log contents

Included (safe):

  • Plugin and tool versions
  • OS type and version
  • Node.js version
  • Simulator/emulator count
  • Current session authority state and own Metro allocated/bound status
  • Count of foreign sessions, without their ports or identities
  • Tool call names, pass/fail results, and latency
  • CDP connection status and error count
  • Up to 200 typed runner lifecycle events in a 256 KB bundle, with candidate and runner-pin identity, release commit when available, platform/OS/runtime, an evidence-root-salted stable action-ID hash, own Metro port, a redacted session ID, and an evidence-root-salted stable device-ID hash
  • The owned workspace test-app bundle ID com.rndevagent.testapp; every external bundle ID is redacted

If gh CLI is not installed, the issue body is written to /tmp/rn-dev-agent-feedback.md for manual submission.