diff --git a/crates/tty7-core/src/core/cli_agent.rs b/crates/tty7-core/src/core/cli_agent.rs index f83ee2b9..63e392a4 100644 --- a/crates/tty7-core/src/core/cli_agent.rs +++ b/crates/tty7-core/src/core/cli_agent.rs @@ -204,7 +204,8 @@ impl CLIAgent { // session picker and `--continue`/`-c` just takes the newest // session; the flag that targets one by id is `--session // ` ("Use specific session file or partial UUID"). Its - // ids are uuidv7, so they clear the token gate above. + // ids are uuidv7, so they clear `session_command_flags`' token + // gate. CLIAgent::Pi => Some(format!("pi{flags} --session {session_id}")), _ => None, }