import { useState, useCallback, useEffect, useRef } from "react"; import DOMPurify from "dompurify"; import { useArtifacts } from "./ArtifactsContext"; import { DiffViewRaw } from "#/components/ui/DiffView"; /** * Sanitize untrusted agent-provided HTML before rendering it via * dangerouslySetInnerHTML. Agent output is untrusted and could carry *