feat: add IDE choice (VSCode, Google Antigravity, SSH) #20

Merged
cpfarhood merged 3 commits from feat/ide-choice into main 2026-02-20 19:21:12 +00:00
Showing only changes of commit e8c263a045 - Show all commits
+1
View File
@@ -20,6 +20,7 @@ The secret is picked up automatically via `envFrom`. Keys recognised:
| `GITHUB_TOKEN` | PAT for private repo access (`repo` scope) |
| `VNC_PASSWORD` | Password for the VNC web UI |
| `ANTHROPIC_API_KEY` | API key — alternative to browser-based Claude login |
| `SSH_AUTHORIZED_KEYS` | Public key(s) for SSH access (required when `ssh: true`) |
```bash
kubectl create secret generic devcontainer-mydev-secrets-env \