Commit dc2f094
fix(cli): prevent root rejection when using canCallTool with bypassPermissions
When running as root, Claude Code rejects --dangerously-skip-permissions
(mapped from --permission-mode bypassPermissions). Since canCallTool already
handles permission auto-approval via --permission-prompt-tool stdio, skip
passing the redundant --permission-mode flag in that case.
Also fixes abort error being overwritten by exit code error (else-if),
captures stderr via logDebug for diagnostics, improves error logging in
remote launcher, and falls back to first online machine in sync engine.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c868204 commit dc2f094
File tree
3 files changed
+10
-15
lines changed- cli/src/claude
- sdk
- hub/src/sync
3 files changed
+10
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
311 | 313 | | |
312 | 314 | | |
313 | 315 | | |
| |||
361 | 363 | | |
362 | 364 | | |
363 | 365 | | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | | - | |
| 386 | + | |
388 | 387 | | |
389 | 388 | | |
390 | 389 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | 365 | | |
370 | 366 | | |
371 | 367 | | |
| |||
0 commit comments