We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225adc4 commit baba9e3Copy full SHA for baba9e3
packages/tui/internal/components/chat/messages.go
@@ -678,6 +678,7 @@ func (m *messagesComponent) renderView() tea.Cmd {
678
false,
679
[]opencode.FilePart{},
680
[]opencode.AgentPart{},
681
+ orphanedToolCalls...,
682
)
683
partCount++
684
lineCount += lipgloss.Height(content) + 1
0 commit comments