diff --git a/changelog/unreleased.md b/changelog/unreleased.md index dee69e24..dc4676ec 100644 --- a/changelog/unreleased.md +++ b/changelog/unreleased.md @@ -6,7 +6,7 @@ title: Turn stats in work status ### New -- **Turn stats:** The work status panel now shows response speed, model and tool time, tokens, and reported cost after a turn finishes. It's on by default; hide it in the panel settings (thanks to @alvins82). +- **Turn stats:** The work status panel now shows response speed, model and tool time, tokens, and reported cost after a turn finishes. It's enabled by default (thanks to @alvins82). - **Projects:** Move project actions, worktree setup commands, and draft starters into the repository for teammates to use. Repository commands ask for trust before running, and ask again when they change. - Plans: Move plans into the repository, or point the Plans tab at an existing folder of Markdown files in your project. - Sessions: Search projects by name or path in the new-session project picker on web and desktop (thanks to @maximtop). diff --git a/packages/ui/src/components/chat/message/parts/ToolPart.tsx b/packages/ui/src/components/chat/message/parts/ToolPart.tsx index d40f2d7f..161b15fe 100644 --- a/packages/ui/src/components/chat/message/parts/ToolPart.tsx +++ b/packages/ui/src/components/chat/message/parts/ToolPart.tsx @@ -1050,7 +1050,6 @@ const TaskToolSummary: React.FC<{
0 && 'pt-0', 'before:absolute before:left-[0.4375rem] before:w-px before:bg-border/80 before:content-[""]', 'before:top-[-0.25rem] before:bottom-0' )}