agent-split
v0.1.0
Published
Fork coding-agent sessions into split panes and merge context back.
Readme
agent-split
Agent Split lets you fork an active coding-agent session into a split session. Use the split session to continue another line of thought within the same scope while the parent session keeps working on its current task. When the parent is ready, merge the split session back in so you can continue from one session with all relevant context.
macOS Setup
Install Agent Split:
npm install -g agent-splitYou will have to setup two shortcuts in macOS.
Fork
Open the macOS Shortcuts app.
Create a new shortcut named
Fork.Add action:
Run Shell Script.Set
ShelltozshandInputtoNone.Use this script:
agent-split fork --focused
Merge
Open the macOS Shortcuts app.
Create a new shortcut named
Merge.Add action:
Run Shell Script.Set
ShelltozshandInputtoNone.Use this script:
agent-split merge --focused --insert-parent
