What's wrong with this entry?
Anonymous. No account, no email.
What
Adds upfront validation for --bg jobs that require specific permission modes, preventing silent failures when prerequisites are not met.
Details
- Running
--bgwith--permission-mode autonow requires having opted in interactively first. If not, the error message reads:--bg with auto mode requires opting in first. Run 'claude --permission-mode auto' once interactively. - Running
--bgwith--dangerously-skip-permissionsnow requires having accepted the disclaimer interactively first. The error message reads:--bg with bypassPermissions requires accepting the disclaimer first. Run 'claude --dangerously-skip-permissions' once interactively.
Evidence
New validation function (search for "--bg with auto mode requires" and "--bg with bypassPermissions requires")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.