feat: add IDE choice (VSCode, Google Antigravity, SSH) #20
Reference in New Issue
Block a user
Delete Branch "feat/ide-choice"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ideHelm value with three options:vscode(default),antigravity,sshstartapp.shbranches on theIDEenv var to launch the right appcont-init-sshd.shstarts sshd as root and sets upauthorized_keysfromSSH_AUTHORIZED_KEYSenv var; the main app process runssleep infinityto keep the container alivehappyHomeDirreferences in README (/workspace/.happy→/home/user/.happy)Test plan
helm templaterenders correctly for eachidevalue (vscode, antigravity, ssh)SSH_AUTHORIZED_KEYSwritten to~/.ssh/authorized_keys, sshd binds on :22antigravitybinary launches in VNCCloses #10
🤖 Generated with Claude Code