feat(core): port v2 command invocation (#34849)

This commit is contained in:
Aiden Cline
2026-07-02 11:22:04 -05:00
committed by GitHub
parent 016d296f7c
commit c176baee82
26 changed files with 1448 additions and 182 deletions
+1
View File
@@ -302,6 +302,7 @@ export const make = Effect.fn("PluginHost.make")(function* (plugin: PluginV2.Int
}),
get: (input) => runtime.session.get(input.sessionID),
prompt: runtime.session.prompt,
command: runtime.session.command,
interrupt: (input) => runtime.session.interrupt(input.sessionID),
},
} satisfies Interface