v0.2.2
What's New
Interactive Setup Wizard
One command to install and configure everything:
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/cortexkit/opencode-magic-context/master/scripts/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/cortexkit/opencode-magic-context/master/scripts/install.ps1 | iex
# Or directly
bunx @cortexkit/opencode-magic-context setupThe wizard walks through:
- OpenCode installation check
- Available model detection (
opencode models) - Plugin registration + built-in compaction disable
- Historian model selection (per-request models recommended first)
- Dreamer setup (local/ollama models recommended if available)
- Sidekick setup (fast models like cerebras recommended first)
- Oh-my-opencode hook compatibility (auto-disables conflicting hooks)
Cross-platform: macOS, Linux, Windows (PowerShell).
Full Changelog: v0.2.1...v0.2.2