mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-26 07:35:51 +03:00
[GH-ISSUE #18] [Proposal] Real-Time Terminal User Interface (TUI) #3
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @krzemienski on GitHub (Jan 2, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/18
Feature Proposal: Real-Time Terminal User Interface
The Problem
When running Ralph on long tasks, you're staring at scrolling terminal output with no real sense of:
Proposed Solution
A live terminal interface (TUI) that shows real-time progress while Ralph works.
Mockup
Key Features
Technical Approach
Likely using Rich or Textual for the TUI:
Implementation via Self-Improvement
This would be built using Ralph's self-improvement system:
python scripts/self_improve.py -P prompts/TUI_PROMPT.mdCommunity Input Requested
--tui?There's something deeply satisfying about watching AI work in real-time. Like those cooking shows where you see every step, except the chef is an LLM and the kitchen is your codebase.
Comment below with your thoughts on what a good Ralph TUI should show!
@krzemienski commented on GitHub (Jan 2, 2026):
Moving this proposal to the fork for now - focusing on validation gates first.