(url: string)
| 142 | |
| 143 | /** Footer text shown when bridge is idle (Ready state). */ |
| 144 | export function buildIdleFooterText(url: string): string { |
| 145 | return `Code everywhere with the Claude app or ${url}` |
| 146 | } |
| 147 | |
| 148 | /** Footer text shown when a session is active (Connected state). */ |
| 149 | export function buildActiveFooterText(url: string): string { |
no outgoing calls
no test coverage detected