message queuing (#1200)
publish / publish (push) Has been cancelled

This commit is contained in:
Dax
2025-07-21 15:14:54 -04:00
committed by GitHub
parent 0aec866a8c
commit 531d035547
3 changed files with 157 additions and 62 deletions
+1 -1
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 {