tui: move filesystem tool_started info into the card body
Previously the action and primary path were crammed into the title
("→ filesystem read src/main.py") and the body only held the extra args,
so for simple actions (info/delete/mkdir/exists) the card body was empty.

Title is now compact ("→ filesystem <action>"). The body always carries
the information: "path: <path>" (accent) leads, "destination: <dest>"
(accent) follows for move/copy/diff, then the per-action args (range/
content/old+new/operations/instruction/pattern/question …) as before.
The card is never empty.

Tests updated: title carries action only (path is in the body),
destination lands in the body for move/copy/diff, info shows path in body,
path value is styled accent. 42 filesystem-renderer tests total. Full
suite 827 passed, 1 skipped.

Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 50bd132 commit 0063b83a8c6c88cc6823dc84f65cfa2a784f8da4
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 4 hours ago
Showing 2 changed files
View
clients/terminal/tui/renderers/filesystem.py
View
tests/clients/test_filesystem_renderer.py