Remove opencode-rag-plugin: hangs startup without Ollama embedding backend

The RAG plugin probes a local embedding backend (Ollama on localhost:11434
by default) at init with no timeout. When Ollama isn't running, opencode
hangs after loading plugins and never starts. Dropped it from the template
and documented re-enable steps + the --pure diagnostic in the README.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-15 23:07:38 +08:00
parent a3c4024f5f
commit e748e9c93f
2 changed files with 10 additions and 2 deletions
-1
View File
@@ -96,7 +96,6 @@
"opencode-mem",
"opencode-pty",
"@tarquinen/opencode-dcp",
"opencode-rag-plugin",
"opencode-command-inject",
"opencode-notify",
"@gotgenes/opencode-agent-identity",