The "Ask AI" composer's agent picker now shows each terminal CLI's own…#314
Merged
Conversation
…(#2173) The Ask AI composer's terminal CLI rows rendered a generic terminal glyph for every CLI, so OpenCode (terminal-only) never showed its brand mark. Render the per-CLI brand icon via cliIconTargetId/TargetIcon, matching the four Open with AI menu surfaces. Covers both the dropdown rows and the primary Ask <CLI> button. GitOrigin-RevId: 0e346b396536455b93ff577209912f22965e38e1
Contributor
There was a problem hiding this comment.
Automated approval from agents-private public-mirror-sync (run: https://github.com/inkeep/agents-private/actions/runs/28219482957). Source of truth is the monorepo; direct edits on inkeep/open-knowledge are overwritten on next sync.
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.
The "Ask AI" composer's agent picker now shows each terminal CLI's own brand icon (Claude, Codex, Cursor, OpenCode) instead of a generic terminal glyph, matching the "Open with AI" menus. OpenCode is terminal-only, so this is the first place its brand mark appears in the picker — both the dropdown row and the primary "Ask OpenCode (CLI)" button.