mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 15:15:57 +03:00
[GH-ISSUE #95] ralph run --config presets/code-archaeology.yml --prompt "Something here" doesn't work. #39
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#39
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 @lkmadushan on GitHub (Jan 22, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/95
@mikeyobrien commented on GitHub (Jan 22, 2026):
What version are you running?
@lkmadushan commented on GitHub (Jan 22, 2026):
@mikeyobrien latest version.
@mikeyobrien commented on GitHub (Jan 22, 2026):
@lkmadushan Is it just this preset or others too?
@matbgn commented on GitHub (Jan 22, 2026):
All
@lkmadushan commented on GitHub (Jan 23, 2026):
@mikeyobrien installation from npm doesn't work, but using brew it worked
@cdriscol commented on GitHub (Jan 23, 2026):
i ran into this as well with some of my configs, just hung. downgraded and things worked.
@mikeyobrien commented on GitHub (Jan 23, 2026):
@cdriscol good to know it's a regression.
Fwiw, I did add support for using
-c builtin:<preset-name>you could try.As well as
-b <backend>to override the configs backend.@memyselfandm commented on GitHub (Jan 23, 2026):
ralph runnot working at all for me after update to 2.2.1.using claude backend.
tried:
UPDATE:
running with
--no-tuifixed it. appear to be a bug with TUI (which defaults to on in the latest version i think)https://github.com/mikeyobrien/ralph-orchestrator/issues/99
UPDATE 2:
PR filed to fix the issue. https://github.com/mikeyobrien/ralph-orchestrator/pull/100
it works on my machine.
@mikeyobrien commented on GitHub (Jan 24, 2026):
Closing, re-open if still happening.