diff --git a/docs/config.md b/docs/config.md index d03b73698..77d4a9adc 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1000,6 +1000,7 @@ Valid values: | `notify` | array | External program for notifications. | | `tui.animations` | boolean | Enable terminal animations (welcome screen, shimmer, spinner). Defaults to true; set to `false` to disable visual motion. | | `instructions` | string | Currently ignored; use `experimental_instructions_file` or `AGENTS.md`. | +| `developer_instructions` | string | The additional developer instructions. | | `features.` | boolean | See [feature flags](#feature-flags) for details | | `ghost_snapshot.disable_warnings` | boolean | Disable every warnings around ghost snapshot (large files, directory, ...) | | `ghost_snapshot.ignore_large_untracked_files` | number | Exclude untracked files larger than this many bytes from ghost snapshots (default: 10 MiB). Set to `0` to disable. | diff --git a/docs/example-config.md b/docs/example-config.md index ca4809851..b894867fa 100644 --- a/docs/example-config.md +++ b/docs/example-config.md @@ -56,10 +56,10 @@ model_reasoning_summary_format = "none" # Instruction Overrides ################################################################################ -# Additional user instructions appended after AGENTS.md. Default: unset. +# Additional user instructions inject before AGENTS.md. Default: unset. # developer_instructions = "" -# Optional legacy base instructions override (prefer AGENTS.md). Default: unset. +# (Ignored) Optional legacy base instructions override (prefer AGENTS.md). Default: unset. # instructions = "" # Inline override for the history compaction prompt. Default: unset.