slouffka
slouffka
+1
> The core issue appears to be that model lists are cached and there's no UI way to refresh them. Users are currently directed to manually delete ~/.cache/opencode/models.json to see...
> [@slouffka](https://github.com/slouffka) Huh, the `opencode models --refresh` command didn't handle that for you? If not, it probably _should_. Maybe, I scrolled down too fast to notice :D Seems like the...
Also [https://opencode.ai/docs/cli/#models](https://opencode.ai/docs/cli/#models) does not have any mention of --refresh flag. `opencode models --help` this one has btw
There was no real issue in using context this way cause it's actually smaller and more efficient than sending whole chat history in JSON. Because this way context is already...
> If I only want to track results of last 2-3 questions as the context (instead of all history), what are proper ways to do that, thanks! For this your...
> Hi can you please tell me how to use context of previous responses and sent it as context to current one. I'm unable to achieve it. Everytime I'm hitting...