Skip to content

Commit baba9e3

Browse files
tobias-walletobias-walle-mw
authored andcommitted
tui: show orphaned tool calls, even if content is empty
1 parent 225adc4 commit baba9e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tui/internal/components/chat/messages.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ func (m *messagesComponent) renderView() tea.Cmd {
678678
false,
679679
[]opencode.FilePart{},
680680
[]opencode.AgentPart{},
681+
orphanedToolCalls...,
681682
)
682683
partCount++
683684
lineCount += lipgloss.Height(content) + 1

0 commit comments

Comments
 (0)