I tried to start the tool, but my Claude login was never accepted. However, I was logged into Claude Code itself. So I checked the code with Claude Code and found that .credentials.json is no longer checked by the current Claude Code version. It is now config.json.
in start.bat
WIndows
"CLAUDE_CONFIG=%USERPROFILE%.claude\config.json"
in start.sh
Mac/Linux
"CLAUDE_CONFIG=$HOME.claude\config.json"