chore: delete filetime module (#22999)

This commit is contained in:
Aiden Cline 2026-04-16 23:31:21 -05:00 committed by GitHub
parent 4bd5a158a5
commit 76a141090e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 59 additions and 766 deletions

View file

@ -575,7 +575,6 @@ OpenCode can be configured using environment variables.
| `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`) |
| `OPENCODE_ENABLE_EXA` | boolean | Enable Exa web search tools |
| `OPENCODE_SERVER_PASSWORD` | string | Enable basic auth for `serve`/`web` |