mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-24 22:55:57 +03:00
[GH-ISSUE #189] [Feature]: TUI - Write/Copy Iteration buffers to disk on demand #74
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#74
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 @jeremygiberson on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/189
Use case
I want to be able to export the TUI output to an artifact for:
The output in the iteration buffers looks very informative and valuable from a record of how ralph progressed through the tasks of each iteration.
I was pretty dismayed when I tried the ralph orchestrator for the first time, and found that the TUI output isn't captured to any files within the .ralph directory, nor is there an options to save the output to file from the interface, and more shockingly the TUI lacked the ability to select and copy text directly from the window.
I wanted to share the output with the team as talking point during our knowledge/experience sharing sync on AI tools. I had to resort to screenshots but I really wanted to be able to provide the entire output as a log file.
I'm particularly interested in having a full export of the output for evaluation purposes so that I can do some evaluations of how ralph perform given tweaks to the task prompt as well as impact from tweaking/variation of skills and commands incorporated in my project.
Proposed solution
Provide an option to export the TUI buffer contents for each iteration in the session to a text file.
For my use, I want the contents of all the iterations output to a single file, with iterations separated by page headers or the like. But might as well consider the ability to export the contents of just a specific iteration's buffer.
Area
CLI
Backend(s) impacted
No response
Alternatives considered
I tried:
Additional context
No response