Merge upstream/main into docs/environment-variables-repl-help

Resolve conflict in docs/environment_variables.md: use upstream /config index wording and keep the CAI_AVOID_SUDO /help var example.
This commit is contained in:
Rufino Cabrera 2026-04-17 13:27:06 +02:00
commit 84a92134f7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ In current CAI releases, you can explore environment variables **from inside the
|---------------|---------|
| **Numbered list with live values** (what is set *now*) | `/config` or `/config list` |
| **Full reference tables** (defaults, allowed values, when they apply, extras) | `/help` — scroll past the quick guide; or `/help topics` for the overview first, then the same tables at the end |
| **Long-form help for one variable** (examples, catalog index when listed, notes) | `/help var VARIABLE_NAME` (e.g. `/help var CAI_MODEL`, `/help var CAI_AVOID_SUDO`) |
| **Long-form help for one variable** (examples, `/config` index when listed, notes) | `/help var VARIABLE_NAME` (e.g. `/help var CAI_MODEL`, `/help var CAI_AVOID_SUDO`) |
Aliases such as `/h` for `/help` work the same way. This page remains the **canonical web reference**; the REPL output tracks the version you have installed.