From ee0b4edbc0b4abc8848819fe2e3ce9c811fae30a Mon Sep 17 00:00:00 2001 From: vegu-ai-tools <152010387+vegu-ai-tools@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:13:38 +0300 Subject: [PATCH] reset plan --- talemate_frontend/src/components/DirectorConsoleChats.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/talemate_frontend/src/components/DirectorConsoleChats.vue b/talemate_frontend/src/components/DirectorConsoleChats.vue index cca5fb45..13718269 100644 --- a/talemate_frontend/src/components/DirectorConsoleChats.vue +++ b/talemate_frontend/src/components/DirectorConsoleChats.vue @@ -372,6 +372,9 @@ export default { if(message.action === 'chat_created') { this.chats = message.chat_list || []; this.activeChatId = message.chat_id; + this.chatMessages = []; + this.tokenTotal = null; + this.activePlan = null; // Proactively request history to avoid any race ordering this.onSelectChat(); return;