fix: remove icon from ListFilesRenderer
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user