You'll notice
The native-addon memory-leak warning no longer mentions 'sharp' as an example, only node-pty
What
When Claude Code warns that native memory usage may indicate a leak in a native addon (a compiled module outside plain JavaScript), the message used to list sharp and node-pty as example addons that might be responsible. It now lists only node-pty.
Why
This narrows the example in the diagnostic message; it suggests sharp is no longer relevant to this warning, though the finding doesn't say why it was removed.