Claude Code on the Web: Why Your .env Vars Don't Reach the Setup Script (and How SessionStart Hook Fixes It)
Apr 19 · 6 min read · 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...
Join discussion