// The gauge reads what each turn reports; it draws nothing before the first one.
// This is a provider's usage after a long conversation: 78% of a 128k window,
// past the `warn` threshold.
window.dispatchEvent(new CustomEvent('aparte-message-done', {
detail: { usage: { inputTokens: 99400, outputTokens: 600 } },
}));