Skip to content

Commit 79760d0

Browse files
committed
docs(cli): condense invocation diagnostic guidance
Signed-off-by: Eric Evans <194135482+ericevans-nv@users.noreply.github.com>
1 parent c284414 commit 79760d0

1 file changed

Lines changed: 7 additions & 17 deletions

File tree

docs/nemo-relay-cli/basic-usage.mdx

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,32 +74,22 @@ instead of the built-in shortcut:
7474
nemo-relay run -- codex
7575
```
7676

77-
When `--agent` or an agent shortcut already selects the host, pass only that
78-
host's arguments after `--`. For example, use:
77+
When `--agent` or an agent shortcut selects the host, pass only the host's
78+
arguments after `--`:
7979

8080
```bash
8181
nemo-relay run --agent claude -- -p "Review this change"
8282
```
8383

84-
Do not repeat the selected executable as the first argument:
84+
If the selected executable is repeated after `--`, Relay warns and continues
85+
without modifying the command. Inspect the correction without launching the
86+
agent:
8587

8688
```bash
87-
nemo-relay run --agent claude -- claude -p "Review this change"
89+
nemo-relay doctor invocation --agent claude -- claude
8890
```
8991

90-
Relay reports `possible_duplicate_agent_executable` when the first argument
91-
after `--` resolves to the agent that Relay already selected. The warning is
92-
advisory: Relay does not reject or rewrite the command. It does not inspect
93-
later arguments or prompt content.
94-
95-
Use the invocation doctor to compare the observed and recommended command
96-
without launching an agent. Arguments are redacted by default; request the full
97-
command only when it is safe to display potentially sensitive values:
98-
99-
```bash
100-
nemo-relay doctor invocation --agent claude -- claude -p "Review this change"
101-
nemo-relay doctor invocation --agent claude --show-full-command -- claude -p "Review this change"
102-
```
92+
Arguments are redacted unless `--show-full-command` is explicitly used.
10393

10494
For Claude Code and Codex, transparent mode leaves the caller's source settings,
10595
selected profile, and installed plugin state unchanged. A process marker makes

0 commit comments

Comments
 (0)