{history.length === 0 && (
Ask me about Rock's experience, projects, or skills!
Type 'help' for commands
)}
{history.map((entry, i) => (
→ {entry.cmd}
{entry.isStreaming && !entry.output && (
{entry.thinking ? entry.thinking.slice(-80) : 'Working...'}
(Reasoning on V100 32GB, slight delay expected)
)}
{entry.output && (
{entry.output}
{entry.isStreaming && (
▊
)}
)}
))}