Enha: add bool to apply card

This commit is contained in:
Grail Finder
2026-02-09 10:11:56 +03:00
parent 5e7ddea682
commit 67733ad8dd
2 changed files with 5 additions and 5 deletions

View File

@@ -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