Skip to content

[FEATURE]: configurable opening prompt size presets and overrides in TUI home #13905

@dmoliveira

Description

@dmoliveira
  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

The opening TUI prompt on the home screen is too constrained for long planning prompts, making it hard to keep context while typing.

Problem

  • Home prompt width is effectively compact by default and not user-adjustable.
  • Input height is limited for long prompts.
  • Users need a simple way to choose a larger composer for planning-heavy workflows.

Proposal

Add tui.initial_prompt configuration with:

  • size: compact | medium | large
  • width_percent: optional override (40-100)
  • height_percent: optional override (10-60)

Behavior expectations

  • compact preserves current behavior.
  • medium and large provide more visible context.
  • Settings apply to the opening home prompt flow.

Acceptance criteria

  • Config schema supports the new fields and validates ranges.
  • Home prompt sizing responds to presets and overrides.
  • Docs and generated API/SDK artifacts are updated.
  • Tests cover config validation paths.

Metadata

Metadata

Assignees

Labels

needs:complianceThis means the issue will auto-close after 2 hours.opentuiThis relates to changes in v1.0, now that opencode uses opentui

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions