summarizer tweaks

This commit is contained in:
2026-05-15 21:54:14 +01:00
parent cf65d5d707
commit 98d1c059cf
3 changed files with 5 additions and 3 deletions

View File

@@ -187,9 +187,7 @@ func Run(ctx context.Context, opts Options) error {
}, func(_ string, result summaryState) {
if result.Error != "" {
st.flashError(fmt.Sprintf("summary: %v", result.Error))
return
}
st.flashTransient("summary updated")
})
sess.SetMetrics(metrics)
host.attention = st