Group related tool calls into one compact task summary without overwhelming the transcript.
Copy the command below and run it in your terminal.
bunx @sivir-ui/svelte add tool
pnpm dlx @sivir-ui/svelte add tool
npx @sivir-ui/svelte add tool
yarn dlx @sivir-ui/svelte add tool
Use Item to list the commands, searches, and reads completed within a task.
Item
import * as Tool from '@sivir-ui/svelte/components/tool'; <Tool.Root name="1 file, 1 search, and 1 command" state="complete" duration="6s"> <Tool.Item name="Bash" detail="pnpm lint" /> <Tool.Item name="Grep" detail="InputBar" kind="search" /> <Tool.Item name="Read" detail="/lib/input-bar.tsx" kind="read" /> </Tool.Root>