Releases: wi202im/local-code-opencode-plugin
Releases · wi202im/local-code-opencode-plugin
v1.0.0
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
/modelspicker switches. - Treats direct
/model provider/modeltext 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-contextCLI 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.