Hello Drew,
We haven’t had reports of this from any other users yet, correct.
I assume you are specifying the trigger characters on the assistant registration like so?
nova.assistants.registerCompletionAssistant("html", new CompletionProvider(), {
triggerChars: new Charset(": ")
});
Providing a code sample (or linking to a project repository) would help us diagnose what might be happening.