(feedbackId: number)
| 35 | } |
| 36 | |
| 37 | export function feedbackIdLine(feedbackId: number): string { |
| 38 | return `Feedback ID: ${String(feedbackId)}`; |
| 39 | } |
| 40 | |
| 41 | // Hint shown beneath session-level error messages in the TUI to point users |
| 42 | // at the `/export-debug-zip` workflow so they can share diagnostics with us. |
no outgoing calls
no test coverage detected