896 B
896 B
description, model, allowed-tools
| description | model | allowed-tools |
|---|---|---|
| Split the current session into a new jj change | claude-haiku-4-5 | Bash(jjagent split:*) |
jja-split
Split the current Claude session into a new jj change
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 "
-
Run the split command:
- Execute:
jjagent split <session-id> - This will create a new change part for the session
- Execute:
-
Inform the user:
- Tell them a new change part was created
- Explain that future changes will now go into this new part
Example
If the session ID is abcd1234-5678-90ab-cdef-1234567890ab, run:
jjagent split abcd1234-5678-90ab-cdef-1234567890ab
Then inform the user that a new change part has been created for the session.