1.1 KiB
1.1 KiB
description, model, allowed-tools, argument-hint
| description | model | allowed-tools | argument-hint |
|---|---|---|---|
| Choose the change where this session will be squashed into | claude-haiku-4-5 | Bash(jjagent into:*) | <ref> |
jja-into
Choose the change where this session will be squashed into
instructions
You must follow these steps:
-
Get the current session ID:
- Extract it from the system reminder at the start of this conversation
- The format is: "The current session ID is "
-
Get the target revision:
- The target revision is: $1
- This should be a jj reference (change ID, revset, etc.)
-
Run the into command:
- Execute:
jjagent into <session-id> $1 - This will move session tracking to the specified revision
- Execute:
-
Inform the user:
- Tell them that session tracking has been moved to the specified revision
- Explain that future changes will now be tracked with this revision
Example
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.