Skip to content

feat(lightspeed): rebrand Lightspeed to Intelligent Assistant — UI text, icons, and route#3392

Merged
its-mitesh-kumar merged 9 commits into
redhat-developer:mainfrom
its-mitesh-kumar:feat/rebranding-lightspeed
Jun 16, 2026
Merged

feat(lightspeed): rebrand Lightspeed to Intelligent Assistant — UI text, icons, and route#3392
its-mitesh-kumar merged 9 commits into
redhat-developer:mainfrom
its-mitesh-kumar:feat/rebranding-lightspeed

Conversation

@its-mitesh-kumar

@its-mitesh-kumar its-mitesh-kumar commented Jun 12, 2026

Copy link
Copy Markdown
Member

Description

  1. UI Text & Route Rebrand: Updates all user-facing strings (header title, FAB tooltips, delete modals text for notebook and chat conversation, permission text, configure LLM etc), translations (en, de, es, fr, it, ja),

  2. Icon Replacement: FAB icon, Header Icon , Footer Icon.

  3. Url Change : The URL route from change from /lightspeed to /intelligent-assistant, if user go to /lightspeed it should get redirected to /intelligent-assistant

Fixed

UI after changes

Icon Changes

S_.2026-06-13.at.7.53.53.PM.mov

Url Changes

S_.2026-06-13.at.7.56.05.PM.mov

String Changes

S_.2026-06-13.at.8.00.54.PM.mov
S_.2026-06-13.at.8.03.38.PM.mov
S_ 2026-06-13 at 8 24 44 PM S_ 2026-06-13 at 8 49 48 PM (2) S_ 2026-06-13 at 9 06 39 PM (2)

✔️ Checklist

  • A changeset describing the change and affected packages. (more info)
  • Added or Updated documentation
  • Tests for new functionality and regression tests for bug fixes
  • Screenshots attached (for UI changes)

its-mitesh-kumar and others added 2 commits June 13, 2026 00:55
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
…d update bot avatar

Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@its-mitesh-kumar its-mitesh-kumar force-pushed the feat/rebranding-lightspeed branch from 21a9d54 to 82bc064 Compare June 12, 2026 19:29
@rhdh-gh-app

rhdh-gh-app Bot commented Jun 12, 2026

Copy link
Copy Markdown

Important

This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior.

Changed Packages

Package Name Package Path Changeset Bump Current Version
app-legacy workspaces/lightspeed/packages/app-legacy none v0.0.28
app workspaces/lightspeed/packages/app none v0.0.27
backend workspaces/lightspeed/packages/backend none v0.0.59
@red-hat-developer-hub/backstage-plugin-lightspeed workspaces/lightspeed/plugins/lightspeed minor v2.9.1

Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
@codecov

codecov Bot commented Jun 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 75.40984% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.52%. Comparing base (8f34ce4) to head (cff3f28).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3392   +/-   ##
=======================================
  Coverage   53.51%   53.52%           
=======================================
  Files        2250     2251    +1     
  Lines       85651    85649    -2     
  Branches    24074    24077    +3     
=======================================
+ Hits        45837    45840    +3     
+ Misses      39629    39624    -5     
  Partials      185      185           
Flag Coverage Δ *Carryforward flag
adoption-insights 83.70% <ø> (ø) Carriedforward from 8f34ce4
ai-integrations 67.95% <ø> (ø) Carriedforward from 8f34ce4
app-defaults 69.79% <ø> (ø) Carriedforward from 8f34ce4
augment 46.39% <ø> (ø) Carriedforward from 8f34ce4
bulk-import 72.46% <ø> (ø) Carriedforward from 8f34ce4
cost-management 14.10% <ø> (ø) Carriedforward from 8f34ce4
dcm 61.79% <ø> (ø) Carriedforward from 8f34ce4
extensions 61.53% <ø> (ø) Carriedforward from 8f34ce4
global-floating-action-button 71.18% <ø> (ø) Carriedforward from 8f34ce4
global-header 59.71% <ø> (ø) Carriedforward from 8f34ce4
homepage 49.84% <ø> (ø) Carriedforward from 8f34ce4
install-dynamic-plugins 56.23% <ø> (ø) Carriedforward from 8f34ce4
konflux 91.49% <ø> (ø) Carriedforward from 8f34ce4
lightspeed 68.88% <75.40%> (+0.08%) ⬆️
mcp-integrations 85.46% <ø> (ø) Carriedforward from 8f34ce4
orchestrator 36.56% <ø> (ø) Carriedforward from 8f34ce4
quickstart 63.99% <ø> (ø) Carriedforward from 8f34ce4
sandbox 79.56% <ø> (ø) Carriedforward from 8f34ce4
scorecard 83.83% <ø> (ø) Carriedforward from 8f34ce4
theme 61.26% <ø> (ø) Carriedforward from 8f34ce4
translations 6.55% <ø> (ø) Carriedforward from 8f34ce4
x2a 78.68% <ø> (ø) Carriedforward from 8f34ce4

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f34ce4...cff3f28. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
@its-mitesh-kumar

Copy link
Copy Markdown
Member Author

/cc @ShiranHi

@openshift-ci openshift-ci Bot requested a review from ShiranHi June 15, 2026 07:04
@ShiranHi

Copy link
Copy Markdown

Thank you @its-mitesh-kumar , looks good to me!

@karthikjeeyar karthikjeeyar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should be changing the plugin names in the package.json for frontend, common and backend plugins, aren't we doing this in 2.1 ? cc: @christoph-jerolimov @rohitkrai03

Comment thread workspaces/lightspeed/plugins/lightspeed/src/translations/fr.ts

@HusneShabbir HusneShabbir left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@its-mitesh-kumar I don’t see the URL routing changes reflected. Could you please confirm if the updates have been pushed? Please refer to the recording below.

Screen.Recording.2026-06-15.at.3.31.58.PM.mov

@its-mitesh-kumar

Copy link
Copy Markdown
Member Author

@its-mitesh-kumar I don’t see the URL routing changes reflected. Could you please confirm if the updates have been pushed? Please refer to the recording below.

Screen.Recording.2026-06-15.at.3.31.58.PM.mov

Found the issue, redirection not working for NFS. Pushing the fix

Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
@its-mitesh-kumar

Copy link
Copy Markdown
Member Author

@its-mitesh-kumar I don’t see the URL routing changes reflected. Could you please confirm if the updates have been pushed? Please refer to the recording below.
Screen.Recording.2026-06-15.at.3.31.58.PM.mov

Found the issue, redirection not working for NFS. Pushing the fix

@HusneShabbir Pushed the fix. Can you check again.

@HusneShabbir HusneShabbir left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally,
Changes are working as expected

/lgtm

Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
@openshift-ci openshift-ci Bot removed the lgtm label Jun 16, 2026
@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@sonarqubecloud

Copy link
Copy Markdown

@its-mitesh-kumar its-mitesh-kumar enabled auto-merge (squash) June 16, 2026 17:39

@rohitratannagar rohitratannagar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested Locally, /lgtm

@hopehadfield hopehadfield left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Comment thread codecov.yml
@its-mitesh-kumar its-mitesh-kumar merged commit 761b256 into redhat-developer:main Jun 16, 2026
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants