From 35238e4e264d3552897647f748b9dee035b8eb25 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 20 Jun 2025 14:37:57 -0400 Subject: [PATCH] chore: the diamond as the model icon --- internal/tui/styles/icons.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tui/styles/icons.go b/internal/tui/styles/icons.go index 4f44077bd377fa4211bffedf88a116d7ff6f5813..c3038abe4b0462855f1aac39c1114b4bc4c5ac32 100644 --- a/internal/tui/styles/icons.go +++ b/internal/tui/styles/icons.go @@ -9,7 +9,7 @@ const ( SpinnerIcon string = "..." LoadingIcon string = "⟳" DocumentIcon string = "🖼" - ModelIcon string = "⬡" + ModelIcon string = "◇" // Tool call icons ToolPending string = "●"