(claudePath: string)
| 54 | const FAILURE_BACKOFF_MS = 24 * 60 * 60 * 1000 |
| 55 | |
| 56 | function linuxExecLine(claudePath: string): string { |
| 57 | return `Exec="${claudePath}" --handle-uri %u` |
| 58 | } |
| 59 | function windowsCommandValue(claudePath: string): string { |
| 60 | return `"${claudePath}" --handle-uri "%1"` |
| 61 | } |
no outgoing calls
no test coverage detected