MCPcopy Index your code
hub / github.com/codeaashu/claude-code / buildAlreadyActiveMessage

Function buildAlreadyActiveMessage

src/commands/ultraplan.tsx:192–194  ·  view source on GitHub ↗
(url: string | undefined)

Source from the content-addressed store, hash-verified

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}
195
196/**
197 * Stop a running ultraplan: archive the remote session (halts it but keeps the

Callers 2

launchUltraplanFunction · 0.85
callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected