Fixed
LATITUDE_NO_CONTENTno longer leaks provider and tool error text. The span's status message andhermes.stream.errorwere the two strings that escaped content gating, and a provider error routinely quotes the request it rejected, so a rejected call could put prompt text on the wire from an installation that had capture turned off. Both are gated now, and the status message also picks up the size budget and the secret redactor it was bypassing even with capture on. Failures stay just as visible:status.code,error.typeand thehermes.error.*family are ungated and unchanged.