What's wrong with this entry?
Anonymous. No account, no email.
What
A new CLI flag that starts the session as a background agent and returns immediately, rather than waiting for the conversation to complete.
Usage
claude --bg "implement the feature described in TASK.md"
# or
claude --background "run the test suite and summarize failures"Details
- The session runs detached; you can track and manage it with
claude agents - Useful for fire-and-forget tasks or parallel workstreams
Evidence
New flag definition (search for "--bg, --background" or "Start the session as a background agent")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.