Merge branch 'pr-469' into visual-pr-playground

This commit is contained in:
pewdiepie-archdaemon
2026-06-02 06:26:31 +09:00
4 changed files with 339 additions and 2 deletions
+7
View File
@@ -156,6 +156,13 @@ import createResearchSynapse from './researchSynapse.js';
initSlashCommands({ apiBase, isStreaming: () => isStreaming });
// Initialize email inbox
emailInbox.init(documentModule);
// Wire the slash-command autocomplete popup on the chat composer. The
// dispatcher already handles the typed command — this just surfaces the
// registry as a discoverable menu when the user starts a message with /.
import('./slashAutocomplete.js').then(mod => {
const ta = document.getElementById('message');
if (ta && mod.initSlashAutocomplete) mod.initSlashAutocomplete(ta);
}).catch(() => {});
}
// addMessage, createMsgFooter, displayMetrics, hideWelcomeScreen, showWelcomeScreen