Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ crates/wasm/coverage/

# VSCode
/.vscode

# Relay
/.nemo-relay
12 changes: 12 additions & 0 deletions docs/nemo-relay-cli/codex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ nemo-relay run \
-- codex
```

<Warning>
Place Codex `--config` overrides before the `exec` subcommand:

```bash
nemo-relay codex -- --config 'model_reasoning_effort="high"' exec "Summarize this repository."
```

Codex accepts overrides before or after `exec`, but treats overrides after
`exec` as command-specific and gives them higher precedence than root-level
overrides which can conflict with `--config` settings provided by Relay.
</Warning>

## Persistent Plugin Install

Install the persistent plugin for Codex. It should start normally and load
Expand Down
Loading