Skip to content

Comments

Skill display tweak in agent chat sidebar#1317

Merged
EItanya merged 1 commit intokagent-dev:mainfrom
dobesv:feat/ui/skill-display
Feb 24, 2026
Merged

Skill display tweak in agent chat sidebar#1317
EItanya merged 1 commit intokagent-dev:mainfrom
dobesv:feat/ui/skill-display

Conversation

@dobesv
Copy link
Contributor

@dobesv dobesv commented Feb 16, 2026

When a skill comes from a private ECR repo the full image registry + repo + tag string is super long and ugly. This breaks up the components so you can see them all better.

image

Copilot AI review requested due to automatic review settings February 16, 2026 20:26
@dobesv dobesv requested a review from peterj as a code owner February 16, 2026 20:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Improves how skill image references are displayed in the Agent Details sidebar by splitting long container image refs (registry/repo/tag) into more readable UI elements, especially for private ECR images.

Changes:

  • Parse each skillRef into registry, repo path, and tag for display in a two-line layout.
  • Keep the full original skillRef available via tooltip while truncating the on-screen display more effectively.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

@EItanya EItanya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes definitely make sense to me. Will need to Sign commits. Also I think these copilot comments are worth addressing

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

When a skill comes from a private ECR repo the full image registry + repo + tag string is super long and ugly.  This breaks up the components so you can see them all better.

Signed-off-by: Dobes Vandermeer <dobes.vandermeer@newsela.com>
@dobesv dobesv force-pushed the feat/ui/skill-display branch from 7303fe8 to d2a7194 Compare February 24, 2026 07:36
@EItanya EItanya merged commit 3f2b964 into kagent-dev:main Feb 24, 2026
20 checks passed
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.

2 participants