minger0

Results 13 comments of minger0

https://github.com/DJ1TJOO/shapez.io has got a beta version that runs on a server. I could not get it working locally though. @DJ1TJOO would you share instructions for developers on the multiplayer? That...

reproduced on ``` VSCodium Version: 1.105.17075 Commit: 14bd1561ce547502e6ff1968090dc18c49160aab Date: 2025-10-21T20:24:03.344Z Electron: 37.6.0 ElectronBuildId: undefined Chromium: 138.0.7204.251 Node.js: 22.19.0 V8: 13.8.258.32-electron.0 OS: Linux x64 6.8.0-88-generic snap ``` @feiskyer does this mean...

#628 worked for me.

@rekram1-node FYI, I am currently using the vscode chatgpt-copilot extension for local, as opencode is not working locally. Initially, that extension was also broken, but updating the ollama provider to...

@rekram1-node it is in the PR, see https://github.com/feiskyer/chatgpt-copilot/pull/642/files

same issue here opencode version: 1.0.142 Ollama version: 0.13.2 OS: Ubuntu 24.04.3 (kernel 6.8.0-88-generic) Provider package: @ai-sdk/openai-compatible .config/opencode/opencode.json: ``` { "$schema": "https://opencode.ai/config.json", "provider": { "ollama": { "npm": "@ai-sdk/openai-compatible", "name": "Ollama...

> [@lowcoordination](https://github.com/lowcoordination) what's the context size you have set for ollama? it defaults to 4k or something and that makes it unusable @rekram1-node see context length for model, I expect...

@rekram1-node as @lowcoordination pointed out, it may be because of the message formatting, i.e. array (observed) vs plain string (expected), do you recognize that?

What I can confirm is that the [ollama docs](https://github.com/ollama/ollama/blob/main/docs/api.md#chat-request-with-history-with-tools) have got only examples with plain strings. See also [link](https://github.com/ollama/ollama/blob/1c4e85b4df1a8ebcb0f578ea423cc1a0d0adf873/server/prompt.go#L95).

https://github.com/sst/opencode/blob/9d73096db0ea2eb9e11c48b287855574651f33af/packages/opencode/src/agent/agent.ts#L259 it looks to me that the agent.ts did not change in this respect in the last 5 months, which was also the first version, and neither saw I changes...