Commit 21cb55a
committed
claude_code_runtime: pass the prompt on stdin, not a trailing positional
--allowedTools is variadic and swallowed the trailing "$(cat instruction)"
prompt argument, so Claude Code got no prompt and exited with 'Input must be
provided...' before making a single model call. Pipe the instruction on stdin.1 parent 97c5683 commit 21cb55a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| 149 | + | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
150 | | - | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
0 commit comments