Choose the change where this session will be squashed into
Moves session tracking to a specified revision for future change squashing.
/plugin marketplace add schpet/jjagent/plugin install jjagent@jjagent<ref>claude-haiku-4-5Choose the change where this session will be squashed into
You must follow these steps:
Get the current session ID:
Get the target revision:
Run the into command:
jjagent into <session-id> $1Inform the user:
If the session ID is abcd1234-5678-90ab-cdef-1234567890ab and the target ref is @--, run:
jjagent into abcd1234-5678-90ab-cdef-1234567890ab @--
Then inform the user that session tracking has been moved to the specified revision.