Skip to content

Add --lean flag for simplified TUI mode#2253

Draft
dgageot wants to merge 1 commit intodocker:mainfrom
dgageot:board/lean-tui-mode-without-dual-code-paths-d3210296
Draft

Add --lean flag for simplified TUI mode#2253
dgageot wants to merge 1 commit intodocker:mainfrom
dgageot:board/lean-tui-mode-without-dual-code-paths-d3210296

Conversation

@dgageot
Copy link
Member

@dgageot dgageot commented Mar 25, 2026

Add a --lean flag to docker agent run that renders a minimal TUI: just the message stream, a working indicator, and the editor input. No sidebar, tab bar, resize handle, status bar, or overlay dialogs.

The editor appears right after the last message (bottom-aligned) rather than being pinned to the bottom of the screen.

The implementation reuses the existing TUI code path with conditional checks—no separate TUI or duplicate code paths to maintain.

Introduce a --lean flag to 'docker agent run' that renders a minimal TUI
with just the message stream, a working indicator, and the editor input.
No sidebar, tab bar, resize handle, status bar, or overlay dialogs are
shown. The implementation reuses the existing TUI code path with
conditional checks rather than maintaining a separate TUI.

Assisted-By: docker-agent
@dgageot dgageot requested a review from a team as a code owner March 25, 2026 23:28
@dgageot dgageot marked this pull request as draft March 26, 2026 12:09
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.

1 participant