Skip to content

v0.2.2

Choose a tag to compare

@ualtinok ualtinok released this 28 Mar 18:25
· 113 commits to master since this release

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 setup

The wizard walks through:

  1. OpenCode installation check
  2. Available model detection (opencode models)
  3. Plugin registration + built-in compaction disable
  4. Historian model selection (per-request models recommended first)
  5. Dreamer setup (local/ollama models recommended if available)
  6. Sidekick setup (fast models like cerebras recommended first)
  7. Oh-my-opencode hook compatibility (auto-disables conflicting hooks)

Cross-platform: macOS, Linux, Windows (PowerShell).

Full Changelog: v0.2.1...v0.2.2