feat(skills-suggestion): add AI skill suggestion panel after resource creation#2759
Open
jul-dan wants to merge 9 commits into
Open
feat(skills-suggestion): add AI skill suggestion panel after resource creation#2759jul-dan wants to merge 9 commits into
jul-dan wants to merge 9 commits into
Conversation
Member
|
Qovery can create a Preview Environment for this PR.
This comment has been generated from Qovery AI 🤖.
|
…eation Shows a bottom-right panel after creating a service, environment, cluster or project. Suggests installing Qovery skills via curl and provides a contextual prompt example. AI name rotates (Claude → Gemini → Cursor → OpenCode) via CSS-only carousel, dismissed state persisted in localStorage. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2d90f43 to
f907f7e
Compare
…rops; update default tool name handling
…se waitFor for async rendering
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## staging #2759 +/- ##
===========================================
- Coverage 46.63% 46.31% -0.32%
===========================================
Files 792 1145 +353
Lines 19930 24715 +4785
Branches 6013 7354 +1341
===========================================
+ Hits 9294 11447 +2153
- Misses 9014 11267 +2253
- Partials 1622 2001 +379
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…d of AI skills suggestion; remove unused components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Issue: QOV-2011
Shows a bottom-right panel after creating a service, environment, cluster or project. Suggests installing Qovery skills via curl and provides a contextual prompt example. AI name rotates (Claude → Gemini → Cursor → OpenCode) via CSS-only carousel, dismissed state persisted in localStorage. This includes:
Screenshots / Recordings
After service, env, project or cluster creation

After org creation, when onboarding

On show usage modal

Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintPR Checklist
.cursor/rules)feat(service): add new Terraform service) - required for semantic-release