mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
docs: for unified thinking (#7817)
This commit is contained in:
parent
adc0e221fc
commit
3d8d2aa2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ GOOSE_PROVIDER=claude-code GOOSE_MODE=approve goose session
|
|||
| `GOOSE_PROVIDER` | Set to `codex` to use this provider | None |
|
||||
| `GOOSE_MODEL` | Model to use (only known models are passed to CLI) | `gpt-5.2-codex` |
|
||||
| `CODEX_COMMAND` | Path to the Codex CLI command | `codex` |
|
||||
| `CODEX_REASONING_EFFORT` | Reasoning effort level: `low`, `medium`, `high`, or `xhigh` (`none` is only supported on non-codex models like `gpt-5.2`) | `high` |
|
||||
| `GOOSE_THINKING_EFFORT` | Unified thinking effort (`off`, `low`, `medium`, `high`, `max`). Mapped to Codex CLI effort levels (`none/low/medium/high/xhigh`). | `high` |
|
||||
| `CODEX_ENABLE_SKILLS` | Enable Codex skills: `true` or `false` | `true` |
|
||||
| `CODEX_SKIP_GIT_CHECK` | Skip git repository requirement: `true` or `false` | `false` |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue