mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-18 10:03:27 +00:00
- Added onExecutionStart(sandboxId, signal) - called when sandbox execution begins - Added onExecutionEnd(sandboxId) - called when sandbox execution ends - Integrated callbacks in SandboxedIframe.execute() - Enables providers to track and cancel async operations (e.g., userScript executions) |
||
|---|---|---|
| .. | ||
| ArtifactsRuntimeProvider.ts | ||
| AttachmentsRuntimeProvider.ts | ||
| ConsoleRuntimeProvider.ts | ||
| FileDownloadRuntimeProvider.ts | ||
| RuntimeMessageBridge.ts | ||
| RuntimeMessageRouter.ts | ||
| SandboxRuntimeProvider.ts | ||