What's wrong with this entry?
Anonymous. No account, no email.
What
Two new flags for the claude agents command.
Usage
# Attach to a named background session
claude agents --bg <session-name>
# Grant specific tools when launching an agent
claude agents --allow-tools Bash,Read,WriteDetails
--bgmoves a session to the background and detaches (conflicts with--print— the interactive session thatclaude agentsattaches to is never started with--print)--allow-toolsgrants specific tool permissions inline; denied tools are listed with an advisory to pass--allow-toolsto grant them- The background session keeps running after detach; re-attach with
claude agentsfrom another terminal
Evidence
Error message (search for "--bg and --print conflict") and denied-tool notice (search for ": denied tools (pass --allow-tools to grant):")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.