feat(tui): make the mouse disablable (#6824, #7926) (#13748)

This commit is contained in:
Gautier DI FOLCO 2026-04-06 04:14:11 +02:00 committed by GitHub
parent 9e156ea168
commit 4712c18a58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 4 deletions

View file

@ -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`) |