Skip to content

Conversation

@killjoycircuit
Copy link
Contributor

fixes(ui): correct tool descriptions and agent card display issues

-Changed server reference comparison from partial name matching to full reference matching, ensuring tools display their correct descriptions and prevent adding the same tool multiple times
-Resolved AgentCard overlay interfering with model name visibility

Fixes incorrect tool descriptions in ToolsSection and SelectToolsDialog components, and improves AgentCard UI rendering.
Closes issue #1003

Signed-off-by: killjoycircuit <rutujdhawale@gmail.com>
// const response = await getModelConfig(
// k8sRefUtils.toRef(modelConfigNamespace || '', modelConfigName)
// );
// if (!isMounted) return;
Copy link
Collaborator

Choose a reason for hiding this comment

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

this doesnt look correct

Copy link
Collaborator

@peterj peterj left a comment

Choose a reason for hiding this comment

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

there's a lot of code that's commented out

removed commented part

Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>
removed commented part

Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>
Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>
removed commented out part 

Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>
removed commented part

Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>
Removed commented out code 

Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>
@peterj peterj merged commit 3a8d2ba into kagent-dev:main Nov 1, 2025
16 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