mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[GH-ISSUE #164] [Bug]: TUI rendering breaks with worktrees + submodules #66
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#66
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 @rahulrajaram on GitHub (Feb 7, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/164
Operating system
Debian
Ralph version
ralph 2.2.5
AI backend
Codex
Hat preset / workflow
No response
Steps to reproduce
Thanks for the project, first off, @mikeyobrien.
I wanted to report a peculiar, but consistently observable behaviour where if there's a set of tasks that spans multiple submodules, and for which the LLM (Claude and Codex) deems parallel work viable, terminal line rendering in the TUI breaks. Keyboard interrupts are disabled. I am disabling the parallel feature explicitly to get around this.
STR:
Expected behavior
Actual behavior
Logs or error output
Config / preset file
No response
@mikeyobrien commented on GitHub (Feb 8, 2026):
Fixed by #166 (sanitizing carriage returns/control chars in streamed output to prevent ratatui/TUI rendering corruption).