{dynamicResults}
{hasResults && filteredChildren}
{/* What's new — built-in changelog entry */}
{showChangelogRow && (
<>
{hasResults && }
{changelogLabel}
{changelogUnseen && (
)}
>
)}
{/* Ask AI — always visible at the bottom */}
{showAgentFallback && (
<>
{(hasResults || showChangelogRow || hasDynamicResults) && (
)}
{search.trim() ? (
<>
Ask AI:{" "}
"{search}"
>
) : (
Ask AI anything...
)}
{search.trim() && (
↵
)}
>
)}