When I start `claude-sandbox`, my claude pro credentials are available in the container: ``` $ tree -a ~/.claude /home/.../.claude ├── .credentials.json └── statsig ├── ... ``` I believe this is because the code only checks for an `auth.json` but not `.credentials.json` https://github.com/textcortex/claude-code-sandbox/blob/15c1b97c4875604b9b3bbb9d781f5605c0d433b9/src/credentials.ts#L87-L99
When I start
claude-sandbox, my claude pro credentials are available in the container:I believe this is because the code only checks for an
auth.jsonbut not.credentials.jsonclaude-code-sandbox/src/credentials.ts
Lines 87 to 99 in 15c1b97