summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/cli.mdx
diff options
context:
space:
mode:
authorGautier DI FOLCO <[email protected]>2026-04-06 04:14:11 +0200
committerGitHub <[email protected]>2026-04-05 21:14:11 -0500
commit4712c18a5833da85cd3946357662b148e78573f7 (patch)
tree7f46341d12cb40c0543611670b8c6c864316ddcf /packages/web/src/content/docs/cli.mdx
parent9e156ea168fd5b21627e341085bba73018454cb1 (diff)
downloadopencode-4712c18a5833da85cd3946357662b148e78573f7.tar.gz
opencode-4712c18a5833da85cd3946357662b148e78573f7.zip
feat(tui): make the mouse disablable (#6824, #7926) (#13748)
Diffstat (limited to 'packages/web/src/content/docs/cli.mdx')
-rw-r--r--packages/web/src/content/docs/cli.mdx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/cli.mdx b/packages/web/src/content/docs/cli.mdx
index e2ba2404d..579038ad0 100644
--- a/packages/web/src/content/docs/cli.mdx
+++ b/packages/web/src/content/docs/cli.mdx
@@ -573,6 +573,7 @@ OpenCode can be configured using environment variables.
| `OPENCODE_DISABLE_CLAUDE_CODE_PROMPT` | boolean | Disable reading `~/.claude/CLAUDE.md` |
| `OPENCODE_DISABLE_CLAUDE_CODE_SKILLS` | boolean | Disable loading `.claude/skills` |
| `OPENCODE_DISABLE_MODELS_FETCH` | boolean | Disable fetching models from remote sources |
+| `OPENCODE_DISABLE_MOUSE` | boolean | Disable mouse capture in the TUI |
| `OPENCODE_FAKE_VCS` | string | Fake VCS provider for testing purposes |
| `OPENCODE_DISABLE_FILETIME_CHECK` | boolean | Disable file time checking for optimization |
| `OPENCODE_CLIENT` | string | Client identifier (defaults to `cli`) |