message queuing (#1200)

This commit is contained in:
Dax
2025-07-21 15:14:54 -04:00
committed by GitHub
parent d957ab849b
commit 1ded535175
3 changed files with 157 additions and 62 deletions

View File

@@ -371,7 +371,7 @@ func (a *App) IsBusy() bool {
if casted, ok := lastMessage.Info.(opencode.AssistantMessage); ok {
return casted.Time.Completed == 0
}
return false
return true
}
func (a *App) SaveState() tea.Cmd {