Commit 3f116d7
feat: add Ralph CLI and NODE_OPTIONS to devcontainer
- Add NODE_OPTIONS=--max-old-space-size=16384 to prevent OOM in Claude Code
- Install Ralph CLI for autonomous task execution with API recovery
- Add Ralph shell completion for zsh
- Remove CodeRabbit CLI (unused)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5c20670 commit 3f116d7
File tree
2 files changed
+13
-5
lines changed- src/ai_sbx/dockerfiles/devcontainer-base
- conf
2 files changed
+13
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
201 | 206 | | |
202 | 207 | | |
203 | 208 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
228 | | - | |
| 229 | + | |
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments