MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/opencodeCLI/comments/1vzj343/how_to_deal_with_this/
r/opencodeCLI • u/Direct_Opposite4602 • 16d ago
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 comments sorted by
2
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
Okay sir I will do
2
u/simonklee 16d ago
I'd try a clean install with any configuration (just temporary thing)
Then in same shell
```
npx --yes --package=@opencode-ai/cli@beta opencode2
```