MCPcopy Create free account
hub / github.com/codeaashu/claude-code / renderApiInstructions

Function renderApiInstructions

src/utils/swarm/It2SetupPrompt.tsx:247–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245 }} onCancel={() => onDone("cancelled")} /></Box></Box>;
246 }
247 function renderApiInstructions() {
248 const instructions = getPythonApiInstructions();
249 return <Box flexDirection="column" gap={1}><Text color="success">✓ it2 installed successfully</Text><Box flexDirection="column" marginTop={1}>{instructions.map(_temp)}</Box><Box marginTop={1}><Text dimColor={true}>Press Enter when ready to verify…</Text></Box></Box>;
250 }
251 function renderVerifying() {
252 return <Box><Spinner /><Text> Verifying it2 can communicate with iTerm2…</Text></Box>;
253 }

Callers 1

renderContentFunction · 0.85

Calls 1

getPythonApiInstructionsFunction · 0.85

Tested by

no test coverage detected