docs: fix v0.17.0 release notes — npm install, gaia-ui CLI#636
Merged
Conversation
… framing The PR auto-merged before the final revision landed. This commit applies the correct release notes: - Replace pip install with npm install -g @amd-gaia/agent-ui - Use gaia-ui as the launch command (not gaia chat --ui) - Remove all references to chat, ChatGPT, and vendor products - Reframe as task-oriented desktop agent app - Link to Agent UI guide as primary entry point - Remove Python CLI fallback from user-facing sections
Replace desktop with web app throughout — Agent UI runs in the browser at localhost:4200, not as a native desktop application. Rewrite RAG indexing guard description in plain language.
kovtcharov
approved these changes
Mar 27, 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
The v0.17.0 release PR (#626) auto-merged before the final revision landed. This fixes the release notes to use the correct install flow and terminology.
Changes
npm install -g @amd-gaia/agent-ui/gaia-ui)/guides/agent-ui) as primary entry pointFiles Changed
docs/releases/v0.17.0.mdx— Updated release notesTest plan