Files
SuperCharged-Claude-Code-Up…/public/claude-ide/terminal.js
uroma 6894c8bed4 fix: remove process.env.HOME from browser code
process.env.HOME is a Node.js environment variable that doesn't exist
in browser JavaScript, causing attach to fail.

Changed to hardcoded '/home/uroma' path for session creation.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-20 05:59:22 +00:00

45 KiB