[feat] Improve trigger delivery inspection#5304
Conversation
…ggerDeliveriesDrawer
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Railway Preview Environment
|
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-uiindependent from OSS trace drawer state.Before:
After:
What to QA
Preview
Before
After
Fixed spacing and added trace view option