You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ no_color: false
37
37
agents:
38
38
claude:
39
39
enabled: true
40
-
image: nezhar/claude-container:latest
40
+
image: vibepod/claude:latest
41
41
auto_pull: null # Per-agent override: true/false, or null to use global auto_pull
42
42
env: {} # Extra environment variables passed to the container
43
43
volumes: [] # Reserved for future use
@@ -133,7 +133,7 @@ Set `VP_IMAGE_NAMESPACE` to change the prefix for all default images at once:
133
133
134
134
```bash
135
135
VP_IMAGE_NAMESPACE=myorg vp run claude
136
-
# pulls myorg/claude-container:latest
136
+
# pulls myorg/claude:latest
137
137
```
138
138
139
139
For end-to-end examples (extending a base image and assigning a brand-new image to an agent), see [Agents > Image customization workflows](agents/index.md#image-customization-workflows).
0 commit comments