chore(docs): add annotation queues and evaluator playground updates to roadmap#4012
Closed
chore(docs): add annotation queues and evaluator playground updates to roadmap#4012
Conversation
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Remove the webhook validity gate so saved automations keep delivering after create and edit. Restore in-drawer testing and show post-save test feedback so users still get immediate verification without a blocking pending state.
Add a draft webhook test endpoint so the drawer can verify the current form state before create or update. Share request-building logic between draft tests and persisted deliveries to keep behavior aligned.
Add a logs tab for persisted automations with recent delivery history and overview/json inspection. Reuse the existing delivery query API and keep drawer testing wired to persisted deliveries when the logs view is active.
…ON, improve list item styling - Remove Overview/JSON tabs from detail panel, show raw JSON via SimpleSharedEditor - Replace opaque button rows with ListItem-pattern styling: left-border accent on selection, status dots, design-token colors (bgColors, textColors, borderColors) - Add keyboard navigation (Enter/Space) and proper hover feedback - Use @agenta/ui design tokens instead of hard-coded bg-white/CSS variables - Extract DeliveryListItem into its own component for clarity
…ords Authorization tokens and HMAC signatures were stored in plaintext in delivery data and exposed in the logs tab JSON viewer. Backend: redact Authorization and X-Agenta-Signature values before persisting delivery records (data.headers gets redacted copy, the actual HTTP request still uses full headers via request_headers). Frontend: sanitize delivery JSON before display as defence-in-depth for older delivery records created before the backend fix.
Authorization tokens and HMAC signatures were being stored in plaintext in the delivery data.headers field, which is persisted to the database and returned via the delivery query API. Delivery records are audit logs — they should never contain secrets. The actual HTTP request still uses the full unredacted headers; only the stored copy is sanitized.
Constrain overflow to the delivery list and JSON editor so the drawer stays stable as logs accumulate. Keep delivery redaction backend-only and document the current first-page windowing behavior for logs.
…ecrets fix(api): redact sensitive headers from webhook delivery records
…nto HEAD # Conflicts: # api/oss/src/core/webhooks/delivery.py
feat(automations): add delivery logs to the drawer
feat(automations): test draft webhooks before save
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Railway Preview Environment
|
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.
Summary