feat(ui): rename Agentic Workflows to Skills and add icon customization#793
Merged
sriaradhyula merged 4 commits intomainfrom Feb 12, 2026
Merged
feat(ui): rename Agentic Workflows to Skills and add icon customization#793sriaradhyula merged 4 commits intomainfrom
sriaradhyula merged 4 commits intomainfrom
Conversation
Contributor
|
✅ No proprietary content detected. This PR is clear for review! |
Contributor
🧪 CAIPE UI Test Results✅ All tests passed 🔴 Overall Coverage: 29%📊 Detailed Coverage
✅ Test Suites
📈 Coverage Thresholds
|
Contributor
📊 Test Coverage ReportMain Tests Coverage
📁 Coverage Artifacts
|
Contributor
|
✅ No proprietary content detected. This PR is clear for review! |
Contributor
📊 Test Coverage ReportMain Tests Coverage
📁 Coverage Artifacts
|
Collaborator
Author
|
@sriaradhyula these tests are also failing on main, I don't think they're related to my changes |
Contributor
|
✅ No proprietary content detected. This PR is clear for review! |
Contributor
📊 Test Coverage ReportMain Tests Coverage
📁 Coverage Artifacts
|
added 3 commits
February 12, 2026 02:39
- Rename URL path from /agent-builder to /skills - Rename "Agentic Workflows" to "Skills" in navigation header - Update all internal links and redirects to use /skills path - Add NEXT_PUBLIC_ENABLED_INTEGRATION_ICONS to filter login page icons - If not set, show all icons (backwards compatible) - Document new env var in .env.example Signed-off-by: Kevin Kantesaria <kkantesaria@splunk.com>
Signed-off-by: Kevin Kantesaria <kkantesaria@splunk.com>
Signed-off-by: Kevin Kantesaria <kkantesaria@splunk.com>
c414869 to
8916b87
Compare
Contributor
|
✅ No proprietary content detected. This PR is clear for review! |
Contributor
📊 Test Coverage ReportMain Tests Coverage
📁 Coverage Artifacts
|
- Add enabledIntegrationIcons and faviconUrl to expectedKeys in config.test.ts (both getServerConfig and getClientConfigScript tests) - Update AppHeader.test.tsx to use /skills route and "Skills" label instead of /agent-builder and "Agent Skills" Signed-off-by: Sri Aradhyula <sraradhy@cisco.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
✅ No proprietary content detected. This PR is clear for review! |
Contributor
📊 Test Coverage ReportMain Tests Coverage
📁 Coverage Artifacts
|
sriaradhyula
approved these changes
Feb 12, 2026
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
/agent-builderto/skillsNEXT_PUBLIC_ENABLED_INTEGRATION_ICONSto filter login page icons.env.exampleChanges
URL Rename
/agent-builder→/skills/agent-builder/history→/skills/history/skillsIcon Customization
New env var to filter which integration icons appear on the login page orbit:
Available icons: argocd, aws, github, gitlab, jira, splunk, confluence, webex, kubernetes, slack, backstage, command line, workflows, pagerduty, linux
🤖 Generated with Claude Code