Skip to content

docs: document arch-aware filtering and version picker for AI tools - #3185

Merged
olexii4 merged 1 commit into
mainfrom
CRW-11779
Aug 14, 2026
Merged

docs: document arch-aware filtering and version picker for AI tools#3185
olexii4 merged 1 commit into
mainfrom
CRW-11779

Conversation

@olexii4

@olexii4 olexii4 commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

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.

  1. arch field in the AI tool registryconfiguring-ai-providers.adoc now documents the optional arch array on each tool entry (x86_64, arm64, s390x, ppc64le). The registry.json example 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 Dockerfile case block and docker build --platform example are updated to include s390x and ppc64le. The intro paragraph explains that the dashboard backend filters the tool list by the cluster node architecture before sending it to the UI.

  2. Version picker in the AI Selectorusing-ai-assistants-in-workspaces.adoc gains a Selecting a tool version section and an architecture-filtering NOTE. changing-the-ai-tool-on-a-workspace.adoc expands 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 arch field in the tool registry, and users can select between image variants (for example, next and insiders) directly from the AI Provider card.

Docs PR

eclipse-che/che-dashboard#1643

@olexii4
olexii4 requested a review from ibuziuk August 10, 2026 00:23
@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown

Click here to review and test in web IDE: Contribute

@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown

🎊 Navigate the preview: https://6a7ddbaf44e6d148f5405947--eclipse-che-docs-pr.netlify.app 🎊

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

svor commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

@gtrivedi88 could you please take a look

@olexii4
olexii4 merged commit 5bdcb07 into main Aug 14, 2026
11 checks passed
@olexii4
olexii4 deleted the CRW-11779 branch August 14, 2026 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants