From 8344622c8d103667f73be86e274fb669433b9708 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 30 Oct 2025 15:32:23 +0100 Subject: [PATCH] chore: make tree line shorter --- internal/tui/components/chat/messages/renderer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/tui/components/chat/messages/renderer.go b/internal/tui/components/chat/messages/renderer.go index f8873a726ab23800fa7102df1cd8fae7cf6294c9..cafc5348addd7daec8a255695bd63b00804efc4c 100644 --- a/internal/tui/components/chat/messages/renderer.go +++ b/internal/tui/components/chat/messages/renderer.go @@ -483,7 +483,7 @@ func (fr agenticFetchRenderer) Render(v *toolCallCmp) string { childTools.Child(call.View()) } parts := []string{ - childTools.Enumerator(RoundedEnumeratorWithWidth(2, lipgloss.Width(taskTag)-3)).String(), + childTools.Enumerator(RoundedEnumeratorWithWidth(2, lipgloss.Width(taskTag)-5)).String(), } if v.result.ToolCallID == "" { @@ -748,7 +748,7 @@ func (tr agentRenderer) Render(v *toolCallCmp) string { childTools.Child(call.View()) } parts := []string{ - childTools.Enumerator(RoundedEnumeratorWithWidth(2, lipgloss.Width(taskTag)-3)).String(), + childTools.Enumerator(RoundedEnumeratorWithWidth(2, lipgloss.Width(taskTag)-5)).String(), } if v.result.ToolCallID == "" {