fix: remove icon from ListFilesRenderer

This commit is contained in:
0xallam
2026-01-19 23:01:47 -08:00
committed by Ahmed Allam
parent 762c25d6ed
commit 91feb3e01c

View File

@@ -132,8 +132,8 @@ class ListFilesRenderer(BaseToolRenderer):
path = args.get("path", "") path = args.get("path", "")
text = Text() text = Text()
text.append("📂 ") text.append("", style="#10b981")
text.append("Listing files", style="bold #10b981") text.append("list", style="dim")
text.append(" ") text.append(" ")
if path: if path: