Claude Code on the Web: Why Your .env Vars Don't Reach the Setup Script (and How SessionStart Hook Fixes It)
TL;DR
Environment variables you put in the .env panel of Claude Code on the web (Cloud Sandbox) do not reach the setup script.
They only reach the shell inside the running Claude Code session.
So git clone "https://x-access-token:${GH_TOKEN}@..." in...
quickconv-dev.hashnode.dev6 min read