Conversation
- Added new `integrations` directory with components for in-memory ingress and report sinks. - Implemented `MemoryIngressAdapter` and `MemoryReportSink` for testing purposes. - Created `IntegrationRegistry` to manage ingress adapters and report sinks. - Added interfaces and types for ingress handling and reporting.
added 2 commits
August 13, 2026 12:06
- Updated `integrations` to include a new REST webhook adapter and report sink. - Introduced schema validation for incoming webhook requests.
…ggers - Added configuration options for `WEBHOOK_BEARER_TOKEN` and `WEBHOOK_USER_ID` in `.env.example` and `config.ts`. - Introduced `webhookRoutes` for handling incoming webhook requests, including authorization and request validation. - Integrated webhook processing into the application flow, allowing queued runs to be created from webhook events. - Updated the `createApp` function to include webhook integrations and modified related tests to ensure proper functionality. - Added new database migration to support the `surface_ref` field in the `runs` table for tracking webhook-triggered runs. - Enhanced integration tests to validate webhook behavior and response handling. This commit addresses ZEN-93 and enhances the overall integration capabilities of the application.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
integrationsdirectory with components for in-memory ingress and report sinks.MemoryIngressAdapterandMemoryReportSinkfor testing purposes.IntegrationRegistryto manage ingress adapters and report sinks.What and why
Closes #
What I ran
pnpm verifypnpm test:live(only if the sandbox image, runtime, or model config changed)Does this cross a line that needs a decision?
Tick anything that applies. None of these block the PR, they just mean a maintainer should weigh in before merge. See CONTRIBUTING.md.
packages/protocolpackages/runtime, or otherwise moves the trust boundarydb/schema.ts(a generated migration is committed)Docs