diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-09 10:11:56 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-09 10:11:56 +0300 |
| commit | 67733ad8dd0151f700e9e43748fb1700101fe651 (patch) | |
| tree | 806ff45e7cf9b952998a5f48a1073bfd9cce11f7 /tables.go | |
| parent | 5e7ddea6827765ac56155577cf7dcc809fe1128c (diff) | |
Enha: add bool to apply card
Diffstat (limited to 'tables.go')
| -rw-r--r-- | tables.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
