There was an error while loading. Please reload this page.
1 parent cf207ca commit d067e2fCopy full SHA for d067e2f
1 file changed
devfile.yaml
@@ -95,3 +95,8 @@ commands:
95
label: "4. Install Claude CLI"
96
commandLine: curl -fsSL https://claude.ai/install.sh -o claude-install.sh && chmod +x claude-install.sh && ./claude-install.sh
97
component: tools
98
+ - id: run-claude-yolo
99
+ exec:
100
+ label: "5. Run Claude YOLO"
101
+ commandLine: claude --dangerously-skip-permissions
102
+ component: tools
0 commit comments