Problem
When a tool card is expanded (ToolCard.tsx), the ARGUMENTS JSON and RESULT/ERROR <pre> blocks have no copy button. Copying the exact command the agent ran (to paste into a terminal) or the error output is a common need and not possible here.
Suggested fix
Add Copy buttons to each tc-pre section, and a dedicated "Copy command" affordance for run-type tools.
Filed from a UI research sweep of the Helm mobile app (landing + live demo session) using Playwright + full source review, cross-referenced against Claude, ChatGPT, GitHub Copilot Chat, and Codex/Claude Code UIs.
Problem
When a tool card is expanded (
ToolCard.tsx), the ARGUMENTS JSON and RESULT/ERROR<pre>blocks have no copy button. Copying the exact command the agent ran (to paste into a terminal) or the error output is a common need and not possible here.Suggested fix
Add Copy buttons to each
tc-presection, and a dedicated "Copy command" affordance for run-type tools.Filed from a UI research sweep of the Helm mobile app (landing + live demo session) using Playwright + full source review, cross-referenced against Claude, ChatGPT, GitHub Copilot Chat, and Codex/Claude Code UIs.