feat(tui): better task tool rendering

This commit is contained in:
adamdottv
2025-06-19 15:02:13 -05:00
parent 5540503bee
commit 4e4cff49c0
5 changed files with 288 additions and 131 deletions

View File

@@ -191,6 +191,7 @@ func (m *messagesComponent) renderView() {
metadata,
m.showToolDetails,
isLastToolInvocation,
false,
)
m.cache.Set(key, content)
}
@@ -202,6 +203,7 @@ func (m *messagesComponent) renderView() {
metadata,
m.showToolDetails,
isLastToolInvocation,
false,
)
}