Skip to content

Commit 5307100

Browse files
committed
small fix
1 parent a58e607 commit 5307100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tui/page/chat.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (p *chatPage) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
6464
return p, util.ReportWarn("Agent is busy, please wait before executing a command...")
6565
}
6666
// Handle custom command execution
67-
cmd := p.sendMessage(msg.Content)
67+
cmd := p.sendMessage(msg.Content, nil)
6868
if cmd != nil {
6969
return p, cmd
7070
}

0 commit comments

Comments
 (0)