We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58e607 commit 5307100Copy full SHA for 5307100
internal/tui/page/chat.go
@@ -64,7 +64,7 @@ func (p *chatPage) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
64
return p, util.ReportWarn("Agent is busy, please wait before executing a command...")
65
}
66
// Handle custom command execution
67
- cmd := p.sendMessage(msg.Content)
+ cmd := p.sendMessage(msg.Content, nil)
68
if cmd != nil {
69
return p, cmd
70
0 commit comments