@ranger-testing/opencode-pluginRanger plugin for OpenCode - feature tracking hooks for AI coding sessions
1
1,250
39 in 7 days
40.2
Multi-signal model
29 days ago
2026-07-21
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@ranger-testing/opencode-plugin@3.1.7"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@ranger-testing/opencode-plugin@3.1.7"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D @ranger-testing/opencode-pluginopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
Ranger integrations for AI coding agents. This repo ships the Claude Code plugin and the OpenCode plugin.
Claude Code
- Install the CLI.
npm install -g @ranger-testing/ranger-cli
- Run setup from your project root.
ranger setup
- Restart Claude Code, then run
/ranger:enable.
OpenCode
- Install the CLI.
npm install -g @ranger-testing/ranger-cli
- Run setup from your project root.
ranger setup --opencode
- Confirm
opencode.jsonincludes the plugin.
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@ranger-testing/opencode-plugin"]
}
- Restart OpenCode, then run the
ranger_enabletool.