mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-22 00:02:23 +00:00
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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user