Skip to content

Releases: wi202im/local-code-opencode-plugin

v1.0.0

25 May 09:34

Choose a tag to compare

v1.0.0

Initial public release of local-code-opencode-plugin.

Highlights

  • Injects git-based handoff context when switching models in the OpenCode TUI.
  • Supports native /models picker switches.
  • Treats direct /model provider/model text input as a handoff trigger fallback.
  • Captures bounded turn history and per-turn git diff snapshots.
  • Persists local turn history under .opencode/local-code/turns.json.
  • Includes the lc-opencode-context CLI for inspecting generated handoff context.

Install

Add the plugin to your OpenCode config:

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["local-code-opencode-plugin"]
}

Global config is recommended for most users:

~/.config/opencode/opencode.json

Project-level config is also supported by placing the same config in opencode.json at the repository root.

Package

Published to npm as local-code-opencode-plugin@1.0.0.