mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-05-03 00:30:21 +00:00
refactor(coding-agent): add runtime host for session switching closes #2024
This commit is contained in:
parent
a3bf1eb399
commit
d86122cbd3
32 changed files with 1328 additions and 692 deletions
|
|
@ -138,9 +138,4 @@ export default function toolsExtension(pi: ExtensionAPI) {
|
|||
pi.on("session_tree", async (_event, ctx) => {
|
||||
restoreFromBranch(ctx);
|
||||
});
|
||||
|
||||
// Restore state after forking
|
||||
pi.on("session_fork", async (_event, ctx) => {
|
||||
restoreFromBranch(ctx);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue