[GH-ISSUE #128] broken ralph completions zsh? #49

Closed
opened 2026-02-27 10:21:57 +03:00 by kerem · 1 comment
Owner

Originally created by @HaveF on GitHub (Jan 28, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/128

$ ralph -V                                                                                                                        2 ↵  ✖ ✹ ✭main
ralph 2.2.5

$ ralph completions zsh > ~/.zsh/completions/_ralph                                                                                    ✖ ✹ ✭main
error: unrecognized subcommand 'completions'

Usage: ralph [OPTIONS] [COMMAND]

For more information, try '--help'.


$ ralph help                                                                                                                      2 ↵  ✖ ✹ ✭main
Command-line interface for Ralph Orchestrator

Usage: ralph [OPTIONS] [COMMAND]

Commands:
  run        Run the orchestration loop (default if no subcommand given)
  events     View event history for debugging
  init       Initialize a new ralph.yml configuration file
  clean      Clean up Ralph artifacts (.agent/ directory)
  emit       Emit an event to the current run's events file with proper JSON formatting
  plan       Start a Prompt-Driven Development planning session
  code-task  Generate code task files from descriptions or plans
  task       Create code tasks (alias for code-task)
  tools      Ralph's runtime tools (agent-facing)
  loops      Manage parallel loops
  help       Print this message or the help of the given subcommand(s)

Options:
  -c, --config <CONFIG>
          Configuration source: file path, builtin:preset, URL, or core.field=value override. Can be specified multiple times. Overrides are applied after config file loading

          [default: ralph.yml]

  -v, --verbose
          Verbose output

      --color <COLOR>
          Color output mode (auto, always, never)

          Possible values:
          - auto:   Automatically detect if stdout is a TTY
          - always: Always use colors
          - never:  Never use colors

          [default: auto]

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

Do I missing something?

Thanks for this repo!

Originally created by @HaveF on GitHub (Jan 28, 2026). Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/128 ``` $ ralph -V 2 ↵ ✖ ✹ ✭main ralph 2.2.5 $ ralph completions zsh > ~/.zsh/completions/_ralph ✖ ✹ ✭main error: unrecognized subcommand 'completions' Usage: ralph [OPTIONS] [COMMAND] For more information, try '--help'. $ ralph help 2 ↵ ✖ ✹ ✭main Command-line interface for Ralph Orchestrator Usage: ralph [OPTIONS] [COMMAND] Commands: run Run the orchestration loop (default if no subcommand given) events View event history for debugging init Initialize a new ralph.yml configuration file clean Clean up Ralph artifacts (.agent/ directory) emit Emit an event to the current run's events file with proper JSON formatting plan Start a Prompt-Driven Development planning session code-task Generate code task files from descriptions or plans task Create code tasks (alias for code-task) tools Ralph's runtime tools (agent-facing) loops Manage parallel loops help Print this message or the help of the given subcommand(s) Options: -c, --config <CONFIG> Configuration source: file path, builtin:preset, URL, or core.field=value override. Can be specified multiple times. Overrides are applied after config file loading [default: ralph.yml] -v, --verbose Verbose output --color <COLOR> Color output mode (auto, always, never) Possible values: - auto: Automatically detect if stdout is a TTY - always: Always use colors - never: Never use colors [default: auto] -h, --help Print help (see a summary with '-h') -V, --version Print version ``` Do I missing [something](https://mikeyobrien.github.io/ralph-orchestrator/guide/cli-reference/#shell-completion)? Thanks for this repo!
kerem closed this issue 2026-02-27 10:21:57 +03:00
Author
Owner

@mikeyobrien commented on GitHub (Feb 13, 2026):

Fixed - the command is now available. Usage: ralph completions (bash, elvish, fish, powershell, zsh)

<!-- gh-comment-id:3894467135 --> @mikeyobrien commented on GitHub (Feb 13, 2026): Fixed - the command is now available. Usage: ralph completions <shell> (bash, elvish, fish, powershell, zsh)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#49
No description provided.