Skip to content

fix: remove nonexistent ssh-forward from cli-min.md completions list - #1059

Merged
norrietaylor merged 1 commit into
mainfrom
inbox-patch/cli-min-drop-ssh-forward-50f6610a9c46326d
Jul 29, 2026
Merged

fix: remove nonexistent ssh-forward from cli-min.md completions list#1059
norrietaylor merged 1 commit into
mainfrom
inbox-patch/cli-min-drop-ssh-forward-50f6610a9c46326d

Conversation

@gominimal-aw-bot

@gominimal-aw-bot gominimal-aw-bot Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Fixes #1050
Routing-Key: inbox-route/I_kwDOSUhdos8AAAABKrYUHg

The completions section of docs/reference/cli-min.md listed ssh-forward among the commands that complete a "UUID or session name" argument, but its SshForward subcommand is gated behind the remote-access feature (off by default in crates/minimal/Cargo.toml), so min ssh-forward is unrecognized in a standard build — exactly the reporter's symptom. This reference documents only default-build commands (the equally feature-gated mesh is absent entirely and remote-access is never mentioned), so the consistent minimal fix is to drop ssh-forward from the list; the four remaining commands (session attach/destroy/rename/policy) all exist in a default build and carry the session-name completer. The cosmetic missing ### session policy section is left out of scope (informed by #438, the prior cli-reference drift fix).

Verification

cargo fmt --all --check --manifest-path target/Cargo.toml — clean, exit 0
cargo clippy --workspace --locked --manifest-path target/Cargo.toml -- -D warnings — Finished, no warnings, exit 0
cargo build --workspace --locked --manifest-path target/Cargo.toml — Finished in 4m 33s, exit 0
cargo test --workspace --locked --manifest-path target/Cargo.toml — all suites ok, 0 failed, exit 0

Generated by inbox-patch ·

Note

Remove nonexistent ssh-forward command from completions list in cli-min.md

Removes ssh-forward from the list of commands that support 'UUID or session name' completion in cli-min.md, as that command does not exist. Also updates two phrases in the --no-prompt flag description to use contractions.

Macroscope summarized 73c8408.

The completions section listed `ssh-forward` as accepting UUID or
session-name completions, but the SshForward subcommand is gated behind
the remote-access feature (off by default), so `min ssh-forward` is
unrecognized in a standard build. Remove it from the list; the four
remaining commands all exist and take a session argument.

Refs: #1050
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 52 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b73dc372-70e1-4c1a-998d-91c9f9d4a9e5

📥 Commits

Reviewing files that changed from the base of the PR and between 7e9735c and 73c8408.

📒 Files selected for processing (1)
  • docs/reference/cli-min.md

Comment @coderabbitai help to get the list of available commands.

@norrietaylor
norrietaylor marked this pull request as ready for review July 29, 2026 18:44
@norrietaylor
norrietaylor enabled auto-merge (squash) July 29, 2026 18:44
@norrietaylor
norrietaylor merged commit be361da into main Jul 29, 2026
29 checks passed
@norrietaylor
norrietaylor deleted the inbox-patch/cli-min-drop-ssh-forward-50f6610a9c46326d branch July 29, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: cli-min.md lists an ssh-forward command that does not exist

1 participant