Changeset 0.14.0 (#67)
This commit is contained in:
@@ -119,6 +119,9 @@ async function selectChat(chatId) {
|
||||
Tokens._warningDismissed = false;
|
||||
updateContextWarning();
|
||||
updateInputTokens();
|
||||
|
||||
// Refresh KB toggle state for the new channel
|
||||
if (typeof KnowledgeUI !== 'undefined') KnowledgeUI.onChatChanged();
|
||||
}
|
||||
|
||||
// ── Per-Chat Model/Preset Persistence ────────
|
||||
@@ -227,6 +230,7 @@ async function newChat() {
|
||||
const ov = document.getElementById('sidebarOverlay');
|
||||
if (ov) ov.style.display = 'none';
|
||||
}
|
||||
if (typeof KnowledgeUI !== 'undefined') KnowledgeUI.onChatChanged();
|
||||
}
|
||||
|
||||
async function deleteChat(chatId) {
|
||||
|
||||
Reference in New Issue
Block a user