UN-3234 [FIX] Add beta tag to agentic prompt studio navigation item#1817
Conversation
Tag was removed in PR #1768 (sidebar UX refactor). Re-adds it using the existing el.tag pattern already present in the sidebar renderer.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro Cache: Disabled due to Reviews > Disable Cache setting Knowledge base: Disabled due to 📒 Files selected for processing (1)
Summary by CodeRabbit
WalkthroughAdds a BETA tag to the Agentic Prompt Studio menu item in the side navigation bar when the unstract product path is present. No functional or navigational logic changes; only visual menu metadata is updated. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
…o-navigation-item
Frontend Lint Report (Biome)✅ All checks passed! No linting or formatting issues found. |
|



What
Add BETA tag back to the Agentic Prompt Studio sidebar navigation item.
Why
The BETA tag was originally added in PR #1794 (
a5ce33c0b) to signal that Agentic Prompt Studio is in beta. It was accidentally removed in PR #1768 during the sidebar UX refactor (expand on hover).How
Added
tag: "BETA"to the agentic prompt studio menu item object. The sidebar renderer already supports anel.tagfield that renders an Ant Design<Tag>inline with the title — no additional code or CSS changes needed.Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)
No. This is a one-line addition of a
tagproperty to an existing menu item. Theel.tagrendering pattern is already used by other sidebar items and has no side effects.Database Migrations
Env Config
Relevant Docs
Related Issues or PRs
Dependencies Versions
Notes on Testing
Screenshots
N/A
Checklist
I have read and understood the Contribution Guidelines.