feat(plugin): expose synthetic session input (#37212)
This commit is contained in:
parent
5fb0470b44
commit
4678bd1049
7 changed files with 74 additions and 4 deletions
|
|
@ -425,6 +425,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,
|
||||
synthetic: runtime.session.synthetic,
|
||||
interrupt: (input) => runtime.session.interrupt(input.sessionID),
|
||||
},
|
||||
} satisfies Plugin.Context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue