Conversation
olexii4
requested review from
a team,
deerskindoll,
gtrivedi88 and
mkuznyetsov
as code owners
August 10, 2026 00:23
|
🎊 Navigate the preview: https://6a7ddbaf44e6d148f5405947--eclipse-che-docs-pr.netlify.app 🎊 |
akurinnoy
approved these changes
Aug 12, 2026
Documents two features shipped in eclipse-che/che-dashboard#1643: - arch-aware filtering: add the optional `arch` field to the tool registry JSON example, document accepted values (x86_64, arm64, s390x, ppc64le), and explain that the backend filters the tool list by the architectures present in the cluster before sending it to the dashboard (a tool is shown if at least one cluster node matches). Add a NOTE that OpenCode supports only x86_64 and arm64 because the official upstream image does not publish s390x/ppc64le builds. - version picker: document that when a provider has multiple tool entries with different tag values, the AI Selector shows a version picker. Update the end-user guide with a dedicated section and explain the same picker is available on the workspace Overview tab. Update the change-AI-tool procedure to cover selecting a specific image variant via the ellipsis menu. relates to https://redhat.atlassian.net/browse/CRW-11779 Assisted-by: Claude Sonnet 4.6 Signed-off-by: Oleksii Orel <oorel@redhat.com>
svor
approved these changes
Aug 13, 2026
Contributor
|
@gtrivedi88 could you please take a look |
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.
What does this PR do?
Documents two features shipped in eclipse-che/che-dashboard#1643: architecture-aware AI tool filtering and per-provider version selection.
archfield in the AI tool registry —configuring-ai-providers.adocnow documents the optionalarcharray on each tool entry (x86_64,arm64,s390x,ppc64le). Theregistry.jsonexample gains a second tool entry (tag: insiders) with broader arch support to show how an admin registers an IBM Z / Power variant alongside an amd64/arm64 build. The Dockerfilecaseblock anddocker build --platformexample are updated to includes390xandppc64le. The intro paragraph explains that the dashboard backend filters the tool list by the cluster node architecture before sending it to the UI.Version picker in the AI Selector —
using-ai-assistants-in-workspaces.adocgains a Selecting a tool version section and an architecture-filtering NOTE.changing-the-ai-tool-on-a-workspace.adocexpands the single-step procedure into a sub-list that covers selecting a specific image variant via the ellipsis menu.Screenshot/screencast of this PR
N/A
What issues does this PR fix or reference?
relates to https://redhat.atlassian.net/browse/CRW-11779
Is it tested? How?
Docs-only change. Verified by reading the diff against the dashboard PR source to confirm field names, accepted values, and UI element labels match the implementation.
Release Notes
Administrators can now restrict AI tools to specific node architectures via the
archfield in the tool registry, and users can select between image variants (for example,nextandinsiders) directly from the AI Provider card.Docs PR
eclipse-che/che-dashboard#1643