Bug Claude terminal upgrade 2.5.0

When upgrading to Claude Terminal 2.5.0, I get the following error :
Error relocating /data/home/.local/bin/claude: posix_getdents: symbol not found
I run HA in a VM on proxmox, but I have the same problem on another instance running HAOS natively on a mini pc.
When doing some research I got the following potential issue : This error occurs because the Claude CLI binary installed in your Home Assistant container was built or auto-updated against glibc, which relies on the posix_getdents function.
Home Assistant Terminal / SSH add-ons are based on Alpine Linux, which uses musl instead of glibc. When the binary tries to run, musl cannot resolve the missing posix_getdents symbol.

So, in other words, Your LLM has told you it’s not supported.

If that is a Custom Integration, you will have to contact them for this issue.

Can’t advise on that specific bug unfortunately. If you can’t figure it out, I did build a new app that incorporates a lot of Claude Terminal with some added features. Hope it helps!