(url: string | undefined)
| 190 | return `${DIAMOND_OPEN} ultraplan · Monitor progress in Claude Code on the web ${url}\nYou can continue working — when the ${DIAMOND_OPEN} fills, press ↓ to view results`; |
| 191 | } |
| 192 | function buildAlreadyActiveMessage(url: string | undefined): string { |
| 193 | return url ? `ultraplan: already polling. Open ${url} to check status, or wait for the plan to land here.` : 'ultraplan: already launching. Please wait for the session to start.'; |
| 194 | } |
| 195 | |
| 196 | /** |
| 197 | * Stop a running ultraplan: archive the remote session (halts it but keeps the |
no outgoing calls
no test coverage detected