{ "name": "assistant-ui Development", "image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm", "features": { "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers-contrib/features/pnpm:2": {} }, "customizations": { "vscode": { "extensions": [ "oxc.oxc-vscode", "ms-vscode.vscode-typescript-next", "bradlc.vscode-tailwindcss", "anthropics.claude-code" ], "settings": { "editor.formatOnSave": true, "editor.defaultFormatter": "oxc.oxc-vscode" } } }, "forwardPorts": [3000, 3001], "postCreateCommand": "pnpm install && npm install -g @anthropic-ai/claude-code", "remoteUser": "node" }