turn back on compaction summaries

This commit is contained in:
Dax Raad
2025-09-20 18:52:30 -04:00
parent 9223b6ed8f
commit 38ea0fc051

View File

@@ -478,9 +478,6 @@ func (m *messagesComponent) renderView() tea.Cmd {
}
case opencode.AssistantMessage:
if casted.Summary {
continue
}
if casted.ID == m.app.Session.Revert.MessageID {
reverted = true
revertedMessageCount = 1