mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-15 17:25:26 -04:00
Merge branch 'pr-469' into visual-pr-playground
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user