mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Implements issue #7162 - Manual Crash Report UI for code-index human-relay - Created CrashReportDialog component with form validation - Added crash report handling to webviewMessageHandler - Integrated crash reporting into CodeIndexPopover error states - Added human-relay integration for manual submission - Added telemetry tracking for crash report submissions - Added comprehensive localization support - Added unit tests for CrashReportDialog component The crash report dialog allows users to: - View error details from code indexing failures - Provide a description of what happened - Optionally provide an email for follow-up - Submit reports that are saved locally or sent via human-relay - Copy error details to clipboard for manual reporting |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||