Skip to content

Add --lean flag for simplified TUI mode#2253

Merged
dgageot merged 1 commit intodocker:mainfrom
dgageot:board/lean-tui-mode-without-dual-code-paths-d3210296
Mar 31, 2026
Merged

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

Conversation

@dgageot
Copy link
Copy Markdown
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.

@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
@dgageot dgageot force-pushed the board/lean-tui-mode-without-dual-code-paths-d3210296 branch from 7a09469 to 6d45e14 Compare March 31, 2026 08:10
@dgageot dgageot marked this pull request as ready for review March 31, 2026 08:10
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 force-pushed the board/lean-tui-mode-without-dual-code-paths-d3210296 branch from 6d45e14 to 463361d Compare March 31, 2026 08:51
@dgageot dgageot merged commit 442f04d into docker:main Mar 31, 2026
4 checks passed
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