We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210fadc commit 09dc4a7Copy full SHA for 09dc4a7
.devcontainer/devcontainer.json
@@ -1,4 +1,20 @@
1
{
2
- "name": "Autonomy Builder",
3
- "image": "ghcr.io/build-trust/autonomy-builder"
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
+ "features": {
4
+ "ghcr.io/devcontainers/features/node:1": {
5
+ "version": "lts"
6
+ },
7
+ "ghcr.io/devcontainers/features/nix:1": {
8
+ "extraNixConfig": "experimental-features = nix-command flakes, download-buffer-size = 268435456"
9
+ }
10
11
+ "postCreateCommand": "npm install -g @anthropic-ai/claude-code",
12
+ "remoteEnv": {
13
+ "ANTHROPIC_API_KEY": "${localEnv:ANTHROPIC_API_KEY}"
14
15
+ "customizations": {
16
+ "vscode": {
17
+ "extensions": ["github.copilot"]
18
19
20
}
0 commit comments