Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@marius-kilocode
Copy link
Collaborator

@marius-kilocode marius-kilocode commented Jan 23, 2026

Summary

Increased the Agent Manager initial prompt input size to make it easier to write and review longer contextualized prompts without excessive scrolling.

Changes

  • Form width: Increased max-width from 560px to 800px (~43% wider)
  • Textarea rows: Increased minRows from 5 to 8 and maxRows from 12 to 20 (60% more visible rows)

Files Modified

  • webview-ui/src/kilocode/agent-manager/components/AgentManagerApp.css
  • webview-ui/src/kilocode/agent-manager/components/SessionDetail.tsx
image image

@changeset-bot
Copy link

changeset-bot bot commented Jan 23, 2026

🦋 Changeset detected

Latest commit: e0707bf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
kilo-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@marius-kilocode marius-kilocode requested a review from a team January 23, 2026 08:03
@marius-kilocode marius-kilocode enabled auto-merge (squash) January 23, 2026 08:03
@kiloconnect
Copy link
Contributor

kiloconnect bot commented Jan 23, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This PR increases the Agent Manager's initial prompt input size for better usability when editing longer prompts. The changes are straightforward UI adjustments:

  • CSS: Increased .am-center-form max-width from 560px to 800px
  • TSX: Increased textarea minRows from 5 to 8 and maxRows from 12 to 20

The changeset is properly formatted and the changes align with the stated goal.

Files Reviewed (3 files)
  • .changeset/agent-manager-larger-prompt-input.md - New changeset file
  • webview-ui/src/kilocode/agent-manager/components/AgentManagerApp.css - Width increase
  • webview-ui/src/kilocode/agent-manager/components/SessionDetail.tsx - Row count increase

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.

3 participants