From 67733ad8dd0151f700e9e43748fb1700101fe651 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 9 Feb 2026 10:11:56 +0300 Subject: Enha: add bool to apply card --- tables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tables.go') diff --git a/tables.go b/tables.go index ee2b145..740b7c8 100644 --- a/tables.go +++ b/tables.go @@ -206,7 +206,7 @@ func makeChatTable(chatMap map[string]models.Chat) *tview.Table { } // Update sysMap with fresh card data sysMap[agentName] = newCard - applyCharCard(newCard) + applyCharCard(newCard, false) startNewChat() pages.RemovePage(historyPage) return -- cgit v1.2.3