-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed as not planned
Closed as not planned
Copy link
Labels
needs:complianceThis means the issue will auto-close after 2 hours.This means the issue will auto-close after 2 hours.opentuiThis relates to changes in v1.0, now that opencode uses opentuiThis relates to changes in v1.0, now that opencode uses opentui
Description
- 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 | largewidth_percent: optional override (40-100)height_percent: optional override (10-60)
Behavior expectations
compactpreserves current behavior.mediumandlargeprovide 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs:complianceThis means the issue will auto-close after 2 hours.This means the issue will auto-close after 2 hours.opentuiThis relates to changes in v1.0, now that opencode uses opentuiThis relates to changes in v1.0, now that opencode uses opentui