@@ -551,26 +551,26 @@ The opencode CLI takes the following global flags.
551551
552552OpenCode can be configured using environment variables.
553553
554- | Variable | Type | Description |
555- | ------------------------------------- | ------- | ---------------------------------------- |
556- | ` OPENCODE_AUTO_SHARE ` | boolean | Automatically share sessions |
557- | ` OPENCODE_GIT_BASH_PATH ` | string | Path to Git Bash executable on Windows |
558- | ` OPENCODE_CONFIG ` | string | Path to config file |
559- | ` OPENCODE_CONFIG_DIR ` | string | Path to config directory |
560- | ` OPENCODE_CONFIG_CONTENT ` | string | Inline json config content |
561- | ` OPENCODE_DISABLE_AUTOUPDATE ` | boolean | Disable automatic update checks |
562- | ` OPENCODE_DISABLE_PRUNE ` | boolean | Disable pruning of old data |
563- | ` OPENCODE_DISABLE_TERMINAL_TITLE ` | boolean | Disable automatic terminal title updates |
564- | ` OPENCODE_PERMISSION ` | string | Inlined json permissions config |
565- | ` OPENCODE_DISABLE_DEFAULT_PLUGINS ` | boolean | Disable default plugins |
566- | ` OPENCODE_DISABLE_LSP_DOWNLOAD ` | boolean | Disable automatic LSP server downloads |
567- | ` OPENCODE_ENABLE_EXPERIMENTAL_MODELS ` | boolean | Enable experimental models |
568- | ` OPENCODE_DISABLE_AUTOCOMPACT ` | boolean | Disable automatic context compaction |
554+ | Variable | Type | Description |
555+ | ------------------------------------- | ------- | ------------------------------------------------ |
556+ | ` OPENCODE_AUTO_SHARE ` | boolean | Automatically share sessions |
557+ | ` OPENCODE_GIT_BASH_PATH ` | string | Path to Git Bash executable on Windows |
558+ | ` OPENCODE_CONFIG ` | string | Path to config file |
559+ | ` OPENCODE_CONFIG_DIR ` | string | Path to config directory |
560+ | ` OPENCODE_CONFIG_CONTENT ` | string | Inline json config content |
561+ | ` OPENCODE_DISABLE_AUTOUPDATE ` | boolean | Disable automatic update checks |
562+ | ` OPENCODE_DISABLE_PRUNE ` | boolean | Disable pruning of old data |
563+ | ` OPENCODE_DISABLE_TERMINAL_TITLE ` | boolean | Disable automatic terminal title updates |
564+ | ` OPENCODE_PERMISSION ` | string | Inlined json permissions config |
565+ | ` OPENCODE_DISABLE_DEFAULT_PLUGINS ` | boolean | Disable default plugins |
566+ | ` OPENCODE_DISABLE_LSP_DOWNLOAD ` | boolean | Disable automatic LSP server downloads |
567+ | ` OPENCODE_ENABLE_EXPERIMENTAL_MODELS ` | boolean | Enable experimental models |
568+ | ` OPENCODE_DISABLE_AUTOCOMPACT ` | boolean | Disable automatic context compaction |
569569| ` OPENCODE_DISABLE_CLAUDE_CODE ` | boolean | Disable reading from ` .claude ` (prompt + skills) |
570- | ` OPENCODE_DISABLE_CLAUDE_CODE_PROMPT ` | boolean | Disable reading ` ~/.claude/CLAUDE.md ` |
571- | ` OPENCODE_DISABLE_CLAUDE_CODE_SKILLS ` | boolean | Disable loading ` .claude/skills ` |
572- | ` OPENCODE_CLIENT ` | string | Client identifier (defaults to ` cli ` ) |
573- | ` OPENCODE_ENABLE_EXA ` | boolean | Enable Exa web search tools |
570+ | ` OPENCODE_DISABLE_CLAUDE_CODE_PROMPT ` | boolean | Disable reading ` ~/.claude/CLAUDE.md ` |
571+ | ` OPENCODE_DISABLE_CLAUDE_CODE_SKILLS ` | boolean | Disable loading ` .claude/skills ` |
572+ | ` OPENCODE_CLIENT ` | string | Client identifier (defaults to ` cli ` ) |
573+ | ` OPENCODE_ENABLE_EXA ` | boolean | Enable Exa web search tools |
574574
575575---
576576
0 commit comments