Skip to content

UN-3234 [FIX] Add beta tag to agentic prompt studio navigation item#1817

Merged
Deepak-Kesavan merged 2 commits intomainfrom
UN-3234-Add-beta-tag-to-agentic-prompt-studio-navigation-item
Mar 2, 2026
Merged

UN-3234 [FIX] Add beta tag to agentic prompt studio navigation item#1817
Deepak-Kesavan merged 2 commits intomainfrom
UN-3234-Add-beta-tag-to-agentic-prompt-studio-navigation-item

Conversation

@Deepak-Kesavan
Copy link
Contributor

@Deepak-Kesavan Deepak-Kesavan commented Mar 2, 2026

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 an el.tag field 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 tag property to an existing menu item. The el.tag rendering pattern is already used by other sidebar items and has no side effects.

Database Migrations

  • None

Env Config

  • None

Relevant Docs

  • None

Related Issues or PRs

Dependencies Versions

  • None

Notes on Testing

  1. Enable the agentic prompt studio plugin
  2. Open the sidebar
  3. Verify the Agentic Prompt Studio item shows a blue BETA tag next to the title

Screenshots

image

N/A

Checklist

I have read and understood the Contribution Guidelines.

Tag was removed in PR #1768 (sidebar UX refactor). Re-adds it using
the existing el.tag pattern already present in the sidebar renderer.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Cache: Disabled due to Reviews > Disable Cache setting

Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting

📥 Commits

Reviewing files that changed from the base of the PR and between a00455e and 53426e4.

📒 Files selected for processing (1)
  • frontend/src/components/navigations/side-nav-bar/SideNavBar.jsx

Summary by CodeRabbit

  • New Features
    • Added a BETA tag indicator to the Agentic Prompt Studio menu item in the navigation menu.

Walkthrough

Adds 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

Cohort / File(s) Summary
Navigation Menu UI
frontend/src/components/navigations/side-nav-bar/SideNavBar.jsx
Added BETA tag label to Agentic Prompt Studio menu item when unstract product path is detected.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the specific change: adding a BETA tag to the Agentic Prompt Studio navigation item, with the ticket reference and fix indicator.
Description check ✅ Passed The pull request description comprehensively covers all required template sections with detailed information about what, why, how, testing steps, and related issues.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch UN-3234-Add-beta-tag-to-agentic-prompt-studio-navigation-item

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 and usage tips.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

Frontend Lint Report (Biome)

All checks passed! No linting or formatting issues found.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 2, 2026

@Deepak-Kesavan Deepak-Kesavan merged commit 073146d into main Mar 2, 2026
7 checks passed
@Deepak-Kesavan Deepak-Kesavan deleted the UN-3234-Add-beta-tag-to-agentic-prompt-studio-navigation-item branch March 2, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants