跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    ranger-testing

    @ranger-testing/opencode-plugin

    v3.1.7测试与质量
    @ranger-testing/opencode-plugin

    Ranger plugin for OpenCode - feature tracking hooks for AI coding sessions

    GitHub 星标

    1

    月装机量

    1,250

    近 7 天 39

    综合评分SCORE

    40.2

    生态多维模型

    最近提交

    29 天前

    2026-07-21

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["@ranger-testing/opencode-plugin@3.1.7"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    Ranger integrations for AI coding agents. This repo ships the Claude Code plugin and the OpenCode plugin.

    Claude Code

    1. Install the CLI.
    npm install -g @ranger-testing/ranger-cli
    
    1. Run setup from your project root.
    ranger setup
    
    1. Restart Claude Code, then run /ranger:enable.

    OpenCode

    1. Install the CLI.
    npm install -g @ranger-testing/ranger-cli
    
    1. Run setup from your project root.
    ranger setup --opencode
    
    1. Confirm opencode.json includes the plugin.
    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["@ranger-testing/opencode-plugin"]
    }
    
    1. Restart OpenCode, then run the ranger_enable tool.