Skip to content

Enable Multi-line Input for Agent Description Field#11817

Open
Fahleen1 wants to merge 3 commits intodanny-avila:mainfrom
Fahleen1:chore/agent-desc
Open

Enable Multi-line Input for Agent Description Field#11817
Fahleen1 wants to merge 3 commits intodanny-avila:mainfrom
Fahleen1:chore/agent-desc

Conversation

@Fahleen1
Copy link
Contributor

@Fahleen1 Fahleen1 commented Feb 17, 2026

Summary

#11104 Update AgentConfig to use textarea for description and adjust input class.

Change Type

Please delete any irrelevant options.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

Please delete any irrelevant options.

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • My changes do not introduce new warnings

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

This PR converts the Agent Description field from a single-line <input> to a multi-line <textarea> element, enabling users to provide detailed multi-line guidance for agents. The change addresses issue #11104, which identified that while the display UI already supports multi-line text with whitespace-pre-wrap, the input UI was limited to single-line input.

Changes:

  • Modified the description field from <input type="text"> to <textarea> element
  • Added resize-none class to the shared inputClass constant to prevent textarea resizing
  • Removed the type="text" attribute (not applicable to textarea elements)

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

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