reset plan

This commit is contained in:
vegu-ai-tools
2026-04-03 18:13:38 +03:00
parent 5c86442acd
commit ee0b4edbc0

View File

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