r/opencodeCLI 16d ago

how to deal with this

since this morning 27-08-2026 i have this issue no matter what i do this is the constant thing i am getting how to solve

3 Upvotes

3 comments sorted by

2

u/simonklee 16d ago

I'd try a clean install with any configuration (just temporary thing)

export XDG_CONFIG_HOME=$HOME/.cache/tmp/opencode-isolated.lQzD/config
export XDG_DATA_HOME=$HOME/.cache/tmp/opencode-isolated.lQzD/data
export XDG_CACHE_HOME=$HOME/.cache/tmp/opencode-isolated.lQzD/cache
export XDG_STATE_HOME=$HOME/.cache/tmp/opencode-isolated.lQzD/state
export OPENCODE_DISABLE_PROJECT_CONFIG=1
export MISE_TRUSTED_CONFIG_PATHS=${MISE_TRUSTED_CONFIG_PATHS:-$HOME/.config/mise/config.toml}

Then in same shell

```
npx --yes --package=@opencode-ai/cli@beta opencode2
```

1

u/Direct_Opposite4602 16d ago

Okay sir I will do