The previous K.eval() approach double-escaped backslashes in SX source strings, breaking the \/ → / unescaping that the server serializer adds for HTML safety. Using K.callFn() passes strings directly as arguments, bypassing the escaping problem entirely. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>