Commit Graph

4 Commits

Author SHA1 Message Date
chaos 184a568e3a feat: switch small_model to step-router-v1 (smart router: deepseek-v4-pro / step-3.5-flash) 2026-06-16 06:39:09 +08:00
chaos e748e9c93f 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>
2026-06-15 23:07:38 +08:00
chaos a3c4024f5f feat: add 9 plugins, sync to new provider format, add 6 new MCP packages 2026-06-15 21:51:14 +08:00
chaos c39549fbb5 Initial commit: opencode config with 32 skills, 3 agents, 11 MCPs
- Cross-platform install scripts (Windows PowerShell + Unix bash)
- Template-based config generation with env var support
- Skills: coding-standards, frontend-patterns, backend-patterns,
  security-review, tdd-workflow, e2e-testing, deep-research,
  exa-search, content-engine, crosspost, x-api, and 20 more
- Agents: explorer, reviewer, docs-researcher
- MCPs: codegraph, brave-search, playwright, github, context7,
  exa, memory, sequential-thinking, git, filesystem
2026-06-11 21:46:50 +08:00