-
Notifications
You must be signed in to change notification settings - Fork 576
UN-1725 [FIX] Remove CheckableTag enabled/disabled toggle from LLM profiles #1704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ofiles Remove the enabled/disabled toggle feature from prompt card LLM profiles as it caused newly added profiles to appear disabled by default. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary by CodeRabbitRelease Notes
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThe changes remove profile-level enable/disable functionality from the prompt card components. This involves eliminating state management for enabled profiles in PromptCardItems, replacing the CheckableTag UI with dedicated action buttons in PromptOutput, removing related props and dependencies, and simplifying CSS styling. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Cache: Disabled due to Reviews > Disable Cache setting Knowledge base: Disabled due to 📒 Files selected for processing (3)
🧰 Additional context used🧬 Code graph analysis (2)frontend/src/components/custom-tools/prompt-card/PromptOutput.jsx (2)
frontend/src/components/custom-tools/prompt-card/PromptCardItems.jsx (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (5)
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 |
|



What
Why
How
CheckableTagcomponent and its imports fromPromptOutput.jsxenabledProfilesstate andsetEnabledProfilesfromPromptCardItems.jsxhandleTagChangefunction that managed the toggle state.prompt-output-icon-enabledand.prompt-output-icon-disabledCan this PR break any existing features? If yes, please list possible items. If no, please explain why.
Relevant Docs
Related Issues or PRs
Dependencies Versions / Env Variables
Notes on Testing
Screenshots
...
Checklist
I have read and understood the Contribution Guidelines.