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- Ask feedback type — bug report, feature request, or question
- Collect environment context — plugin version, OS, Node.js, simulator status, Metro status, recent tool activity (automated and sanitized)
- Present sanitized data — show exactly what will be sent, ask for confirmation
- Create GitHub issue — submit via
ghCLI to the plugin repository - Confirm — report the issue URL
Privacy Guarantees
Section titled “Privacy Guarantees”Never included:
- Absolute file paths, API keys, tokens, secrets
- Email addresses, phone numbers, PII
- IP addresses (except localhost)
- Company names, bundle IDs, app names
- 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
- Metro running status
- Tool call names, pass/fail results, and latency
- CDP connection status and error count
Fallback
Section titled “Fallback”If gh CLI is not installed, the issue body is written to /tmp/rn-dev-agent-feedback.md for manual submission.