MCPcopy
hub / github.com/codeaashu/claude-code / buildSessionReadyMessage

Function buildSessionReadyMessage

src/commands/ultraplan.tsx:189–191  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

187 return `${DIAMOND_OPEN} ultraplan\n${prefix}Starting Claude Code on the web…`;
188}
189function buildSessionReadyMessage(url: string): string {
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}
192function 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}

Callers 1

launchDetachedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected