(t0)
| 51 | return '~/.local/bin/claude'; |
| 52 | } |
| 53 | function SetupNotes(t0) { |
| 54 | const $ = _c(5); |
| 55 | const { |
| 56 | messages |
| 57 | } = t0; |
| 58 | if (messages.length === 0) { |
| 59 | return null; |
| 60 | } |
| 61 | let t1; |
| 62 | if ($[0] === Symbol.for("react.memo_cache_sentinel")) { |
| 63 | t1 = <Box><Text color="warning"><StatusIcon status="warning" withSpace={true} />Setup notes:</Text></Box>; |
| 64 | $[0] = t1; |
| 65 | } else { |
| 66 | t1 = $[0]; |
| 67 | } |
| 68 | let t2; |
| 69 | if ($[1] !== messages) { |
| 70 | t2 = messages.map(_temp); |
| 71 | $[1] = messages; |
| 72 | $[2] = t2; |
| 73 | } else { |
| 74 | t2 = $[2]; |
| 75 | } |
| 76 | let t3; |
| 77 | if ($[3] !== t2) { |
| 78 | t3 = <Box flexDirection="column" gap={0} marginBottom={1}>{t1}{t2}</Box>; |
| 79 | $[3] = t2; |
| 80 | $[4] = t3; |
| 81 | } else { |
| 82 | t3 = $[4]; |
| 83 | } |
| 84 | return t3; |
| 85 | } |
| 86 | function _temp(message, index) { |
| 87 | return <Box key={index} marginLeft={2}><Text dimColor={true}>• {message}</Text></Box>; |
| 88 | } |
nothing calls this directly
no outgoing calls
no test coverage detected