Skip to content

[feat] Improve trigger delivery inspection#5304

Open
ashrafchowdury wants to merge 2 commits into
big-agentsfrom
fix/trigger-deliveries-drawer-ui
Open

[feat] Improve trigger delivery inspection#5304
ashrafchowdury wants to merge 2 commits into
big-agentsfrom
fix/trigger-deliveries-drawer-ui

Conversation

@ashrafchowdury

Copy link
Copy Markdown
Contributor

Context

Trigger delivery results were difficult to inspect in the Agent Playground. The table sat against the drawer edges, long results were truncated, and trace-bearing deliveries had no direct path to the Trace drawer.

Changes

The deliveries drawer now adds surrounding spacing, expands the Result column from 280px to 380px, and wraps error and result text instead of truncating it.

Trace-bearing rows now include a View trace action. It opens the matching trace and span while keeping the Deliveries drawer open underneath, so closing the trace returns users to the same delivery list.

The trace action uses an optional host callback, which keeps @agenta/entity-ui independent from OSS trace drawer state.

Before:

  • Results were ellipsized in a narrow column.
  • Diagnosing a delivery required navigating to its trace separately.

After:

  • Full results wrap within the table.
  • View trace opens the associated trace directly from the row menu.

What to QA

  • Open an agent trigger's Deliveries drawer. Confirm the table has top and side spacing and long errors or results wrap without being truncated.
  • Open the row menu for a delivery with a trace. View trace should open the correct trace and selected span.
  • Close the Trace drawer. The Deliveries drawer should remain open on the same list.
  • Open a delivery without a trace. View trace should not appear.
  • Regression: confirm Run in playground, View payload, and Copy event ID still work in both light and dark themes.

Preview

Before

image

After
Fixed spacing and added trace view option

image

@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jul 14, 2026
@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment Jul 14, 2026 8:53am

Request Review

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 0ab2d20c-9818-4924-8bf7-812bf14c17ae

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/trigger-deliveries-drawer-ui

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

Railway Preview Environment

Preview URL https://gateway-production-b715.up.railway.app/w
Project agenta-oss-pr-5304
Image tag pr-5304-3a0bfaa
Status Deployed
Railway logs Open logs
Workflow logs View workflow run
Updated at 2026-07-14T09:02:45.948Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Frontend size:M This PR changes 30-99 lines, ignoring generated files. UX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants