(t0)
| 244 | verbose: boolean; |
| 245 | }; |
| 246 | function VerboseAgentTranscript(t0) { |
| 247 | const $ = _c(15); |
| 248 | const { |
| 249 | progressMessages, |
| 250 | tools, |
| 251 | verbose |
| 252 | } = t0; |
| 253 | let t1; |
| 254 | if ($[0] !== progressMessages) { |
| 255 | t1 = buildSubagentLookups(progressMessages.filter(_temp2).map(_temp3)); |
| 256 | $[0] = progressMessages; |
| 257 | $[1] = t1; |
| 258 | } else { |
| 259 | t1 = $[1]; |
| 260 | } |
| 261 | const { |
| 262 | lookups: agentLookups, |
| 263 | inProgressToolUseIDs |
| 264 | } = t1; |
| 265 | let t2; |
| 266 | if ($[2] !== agentLookups || $[3] !== inProgressToolUseIDs || $[4] !== progressMessages || $[5] !== tools || $[6] !== verbose) { |
| 267 | const filteredMessages = progressMessages.filter(_temp4); |
| 268 | let t3; |
| 269 | if ($[8] !== agentLookups || $[9] !== inProgressToolUseIDs || $[10] !== tools || $[11] !== verbose) { |
| 270 | t3 = progressMessage => <MessageResponse key={progressMessage.uuid} height={1}><MessageComponent message={progressMessage.data.message} lookups={agentLookups} addMargin={false} tools={tools} commands={[]} verbose={verbose} inProgressToolUseIDs={inProgressToolUseIDs} progressMessagesForMessage={[]} shouldAnimate={false} shouldShowDot={false} isTranscriptMode={false} isStatic={true} /></MessageResponse>; |
| 271 | $[8] = agentLookups; |
| 272 | $[9] = inProgressToolUseIDs; |
| 273 | $[10] = tools; |
| 274 | $[11] = verbose; |
| 275 | $[12] = t3; |
| 276 | } else { |
| 277 | t3 = $[12]; |
| 278 | } |
| 279 | t2 = filteredMessages.map(t3); |
| 280 | $[2] = agentLookups; |
| 281 | $[3] = inProgressToolUseIDs; |
| 282 | $[4] = progressMessages; |
| 283 | $[5] = tools; |
| 284 | $[6] = verbose; |
| 285 | $[7] = t2; |
| 286 | } else { |
| 287 | t2 = $[7]; |
| 288 | } |
| 289 | let t3; |
| 290 | if ($[13] !== t2) { |
| 291 | t3 = <>{t2}</>; |
| 292 | $[13] = t2; |
| 293 | $[14] = t3; |
| 294 | } else { |
| 295 | t3 = $[14]; |
| 296 | } |
| 297 | return t3; |
| 298 | } |
| 299 | function _temp4(pm_1) { |
| 300 | if (!hasProgressMessage(pm_1.data)) { |
| 301 | return false; |
nothing calls this directly
no test coverage detected