File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ func (c *Component) View() string {
7373
7474 // Shorten the path for display
7575 shortPath := shortenPath (args .Path )
76- displayName := fmt .Sprintf ("%s(%s) " , msg .ToolDefinition .DisplayName (), shortPath )
76+ displayName := fmt .Sprintf ("%s %s " , msg .ToolDefinition .DisplayName (), shortPath )
7777
7878 // For pending/running state, show spinner
7979 if msg .ToolStatus == types .ToolStatusPending || msg .ToolStatus == types .ToolStatusRunning {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func (c *Component) View() string {
7171 }
7272
7373 // Format display name with pattern
74- displayName := fmt .Sprintf ("%s(%q) " , msg .ToolDefinition .DisplayName (), args .Pattern )
74+ displayName := fmt .Sprintf ("%s %q " , msg .ToolDefinition .DisplayName (), args .Pattern )
7575
7676 // For pending/running state, show spinner
7777 if msg .ToolStatus == types .ToolStatusPending || msg .ToolStatus == types .ToolStatusRunning {
You can’t perform that action at this time.
0 commit comments