mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 15:15:57 +03:00
[GH-ISSUE #105] ralph run is indefinitely idle #41
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#41
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 @sjjd26 on GitHub (Jan 24, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/105
Called
ralph run->.ralphdirectory is created withcurrent-eventsandevents.jsonl, but nothing else happens (stays like this indefinitely):I am running this on WSL2 (ubuntu), windows 11, arm64 for reference.
ralph.yml
@alandotcom commented on GitHub (Jan 24, 2026):
This seems related, https://github.com/mikeyobrien/ralph-orchestrator/issues/99
@sjjd26 commented on GitHub (Jan 24, 2026):
Yep must be, can confirm it works with the
--no-tuiflag@mikeyobrien commented on GitHub (Jan 24, 2026):
Is this still happening with v2.2.2?
@alandotcom commented on GitHub (Jan 24, 2026):
It is for me when I installed using npm, but not if I downloaded the binary and run it directly
@toklok commented on GitHub (Jan 25, 2026):
when I installed from npx it had issues showing no activity and sitting idle when running
npx @ralph-orchestrator/ralph-cli runwhen I ran--no-tuilike another user suggested it seemed to show some activity.Mac OS
I forked the repo and installed it with rust and ran it locally and it worked without that specific no activity or sitting idle
@mikeyobrien commented on GitHub (Jan 25, 2026):
Fix in v2.2.4, run with
npx -y @ralph-orchestrator/ralph-cli@latest run -p <prompt>@matbgn commented on GitHub (Jan 25, 2026):
Yessss!!! It works!