What's wrong with this entry?
Anonymous. No account, no email.
What
A suite of new top-level CLI commands for managing background sessions without entering the interactive fleet view.
Usage
claude attach <id> # Attach to a running background session
claude kill <id> # Stop a background session
claude logs <id> # Show recent output from a session
claude rm <id> # Remove worktree and job state for a stopped session
claude respawn <id> # Respawn an exited sessionDetails
- After backgrounding a session, these commands are displayed as a quick reference
claude killretains the worktree (if used); prints"worktree retained at <path>"with a hint to useclaude rm <id>for full cleanupclaude rmremoves both the worktree and job state filesclaude respawn --allrespawns all exited sessions at once
Evidence
Session management commands (search for "claude attach <id>", "claude kill <id>", "claude rm <id>", "claude logs <id>")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.