feat: mirror delivered outbound messages (#1031)
Co-authored-by: T Savo <TSavo@users.noreply.github.com>
This commit is contained in:
@@ -27,6 +27,14 @@ export type CronPayload =
|
||||
|
||||
export type CronIsolation = {
|
||||
postToMainPrefix?: string;
|
||||
/**
|
||||
* What to post back into the main session after an isolated run.
|
||||
* - summary: small status/summary line (default)
|
||||
* - full: the agent's final text output (optionally truncated)
|
||||
*/
|
||||
postToMainMode?: "summary" | "full";
|
||||
/** Max chars when postToMainMode="full". Default: 8000. */
|
||||
postToMainMaxChars?: number;
|
||||
};
|
||||
|
||||
export type CronJobState = {
|
||||
|
||||
Reference in New Issue
Block a user