Skip to content

fix: remove optional label from agent description field#2013

Merged
peterj merged 1 commit into
kagent-dev:mainfrom
tuguldur-dev:main
Jun 13, 2026
Merged

fix: remove optional label from agent description field#2013
peterj merged 1 commit into
kagent-dev:mainfrom
tuguldur-dev:main

Conversation

@tuguldur-dev

Copy link
Copy Markdown
Contributor

Fixes a mismatch on the create agent form: the description field was labeled optional but validation still required it.

Closes #2012

@tuguldur-dev tuguldur-dev requested a review from peterj as a code owner June 13, 2026 19:51
Copilot AI review requested due to automatic review settings June 13, 2026 19:51
@github-actions github-actions Bot added the bug Something isn't working label Jun 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the agent creation/edit UI to adjust the description field’s label text.

Changes:

  • Removed “(optional)” from the Description field label.

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


<FieldRoot>
<FieldLabel htmlFor="agent-desc">Description (optional)</FieldLabel>
<FieldLabel htmlFor="agent-desc">Description</FieldLabel>
Signed-off-by: tuguldur <dl.tuguldur@gmail.com>
@peterj peterj enabled auto-merge (squash) June 13, 2026 20:14
@peterj peterj merged commit f1f015e into kagent-dev:main Jun 13, 2026
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Agent create form: description labeled optional but validation requires it

3 participants