clearPending(logService: ILogService): void {
if (this._entries.size === 0) {
}
for (const [toolUseId, entry] of this._entries) {
logService.warn(`[claudeToolCallRegistry] turn ${entry.turnId} ended with pending tool_use ${toolUseId} (${entry.toolName}); dropping cross-message state`);