fix(agents): repoint Pi's token-gate comment after the rebase

Rebasing #211 onto #240 moved the session-id token gate out of
resume_command and into the shared session_command_flags helper, so
Pi's comment pointing at "the token gate above" no longer names
anything. Comment only; the gate itself is unchanged.
This commit is contained in:
l0ng-ai
2026-07-29 00:12:08 +08:00
parent 78de2da79d
commit ea7aa670bf
+2 -1
View File
@@ -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
// <path|id>` ("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,
}