Skip to content

Version Packages (intelligent-assistant)#3897

Open
rhdh-bot wants to merge 1 commit into
mainfrom
changesets-release/intelligent-assistant/main
Open

Version Packages (intelligent-assistant)#3897
rhdh-bot wants to merge 1 commit into
mainfrom
changesets-release/intelligent-assistant/main

Conversation

@rhdh-bot

@rhdh-bot rhdh-bot commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Releases

@red-hat-developer-hub/backstage-plugin-intelligent-assistant@3.1.0

Minor Changes

  • 94e2278: Refactor the MCP server configure modal with PatternFly layout and improved credential management:

    • Add Use organization default token / Use personal token radio selectors when an app-config default token is available, replacing the remove-personal-token flow
    • Show server status, tools list, and enabled toggle with local draft state applied on Save
    • Hide the tools section when the server is disabled; keep status consistent while drafting an unverified personal token
    • Disable Save after a failed token validation until the input changes
    • Auto-enable the server after a successful personal token save
    • Add sortable Name and Status columns to the MCP servers table, with always-visible sort icons (gray when inactive, directional when active)
    • Keep the DCR configure modal aligned with personal-token servers (status, tools, enabled toggle, and Save/Cancel) with an additional DCR info alert and no token input
    • Show Fetching status... in the Status section while server tools/status are loading
    • Bump @patternfly/react-core to 6.6.0 and add translations for new modal strings (de, es, fr, it, ja)

    The backend now exposes hasOrgToken on MCP server list and patch responses so the UI can distinguish organization default tokens from personal-only servers.

Patch Changes

  • 16a4d45: Scope PatternFly CSS imports to the chatbot component and use useLayoutEffect for dark theme class toggle to prevent white background leak on dark themes.
    • @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.1.0

@red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend@3.1.0

Patch Changes

  • 94e2278: Refactor the MCP server configure modal with PatternFly layout and improved credential management:

    • Add Use organization default token / Use personal token radio selectors when an app-config default token is available, replacing the remove-personal-token flow
    • Show server status, tools list, and enabled toggle with local draft state applied on Save
    • Hide the tools section when the server is disabled; keep status consistent while drafting an unverified personal token
    • Disable Save after a failed token validation until the input changes
    • Auto-enable the server after a successful personal token save
    • Add sortable Name and Status columns to the MCP servers table, with always-visible sort icons (gray when inactive, directional when active)
    • Keep the DCR configure modal aligned with personal-token servers (status, tools, enabled toggle, and Save/Cancel) with an additional DCR info alert and no token input
    • Show Fetching status... in the Status section while server tools/status are loading
    • Bump @patternfly/react-core to 6.6.0 and add translations for new modal strings (de, es, fr, it, ja)

    The backend now exposes hasOrgToken on MCP server list and patch responses so the UI can distinguish organization default tokens from personal-only servers.

    • @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.1.0

@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.1.0

@github-actions
github-actions Bot force-pushed the changesets-release/intelligent-assistant/main branch from 1caef0c to c355dc8 Compare July 21, 2026 12:35
@rhdh-bot
rhdh-bot requested review from a team and yangcao77 as code owners July 21, 2026 12:35
@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.92%. Comparing base (94e2278) to head (c355dc8).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3897   +/-   ##
=======================================
  Coverage   56.92%   56.92%           
=======================================
  Files        2375     2375           
  Lines       95375    95375           
  Branches    26717    26717           
=======================================
  Hits        54288    54288           
  Misses      40766    40766           
  Partials      321      321           
Flag Coverage Δ *Carryforward flag
adoption-insights 84.54% <ø> (ø) Carriedforward from 94e2278
ai-integrations 69.26% <ø> (ø) Carriedforward from 94e2278
app-defaults 69.79% <ø> (ø) Carriedforward from 94e2278
augment 46.67% <ø> (ø) Carriedforward from 94e2278
boost 75.27% <ø> (ø) Carriedforward from 94e2278
bulk-import 72.59% <ø> (ø) Carriedforward from 94e2278
cost-management 13.55% <ø> (ø) Carriedforward from 94e2278
dcm 60.72% <ø> (ø) Carriedforward from 94e2278
extensions 56.20% <ø> (ø) Carriedforward from 94e2278
global-floating-action-button 71.18% <ø> (ø) Carriedforward from 94e2278
global-header 62.19% <ø> (ø) Carriedforward from 94e2278
homepage 47.58% <ø> (ø) Carriedforward from 94e2278
install-dynamic-plugins 56.77% <ø> (ø) Carriedforward from 94e2278
intelligent-assistant 74.05% <ø> (ø)
konflux 91.98% <ø> (ø) Carriedforward from 94e2278
lightspeed 69.02% <ø> (ø) Carriedforward from 94e2278
mcp-integrations 83.40% <ø> (ø) Carriedforward from 94e2278
orchestrator 57.01% <ø> (ø) Carriedforward from 94e2278
quickstart 65.18% <ø> (ø) Carriedforward from 94e2278
sandbox 79.56% <ø> (ø) Carriedforward from 94e2278
scorecard 82.66% <ø> (ø) Carriedforward from 94e2278
theme 83.85% <ø> (ø) Carriedforward from 94e2278
translations 5.15% <ø> (ø) Carriedforward from 94e2278
x2a 79.31% <ø> (ø) Carriedforward from 94e2278

*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 94e2278...c355dc8. 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.

@github-actions
github-actions Bot force-pushed the changesets-release/intelligent-assistant/main branch from c355dc8 to 19ba5e0 Compare July 24, 2026 14:03
@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant