fix: remove icon from ListFilesRenderer

This commit is contained in:
0xallam
2026-01-20 12:50:59 -08:00
committed by Ahmed Allam
parent b11ef9efb6
commit 3e73d8a81c
@@ -132,8 +132,8 @@ class ListFilesRenderer(BaseToolRenderer):
path = args.get("path", "")
text = Text()
text.append("📂 ")
text.append("Listing files", style="bold #10b981")
text.append("", style="#10b981")
text.append("list", style="dim")
text.append(" ")
if path: