Sign In

@rag-rat/plugin-opencode

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rag-rat/plugin-opencode - npm Package Compare versions

Comparing version
0.19.0
to
0.20.0
+1
-1
package.json
{
"name": "@rag-rat/plugin-opencode",
"version": "0.19.0",
"version": "0.20.0",
"description": "opencode plugin for rag-rat: self-registers the rag-rat MCP server (semantic search, symbol/graph navigation, impact-surface preflight, repo memory) and wires session/grep/edit hooks through the shared agent-hook.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -6,3 +6,3 @@ // rag-rat opencode plugin: bundles the rag-rat MCP server + hook integrations.

// shared pieces the other harnesses use:
// - MCP: registered via the `config` hook as `npx -y @rag-rat/bin@0.19.0<version> mcp` (pinned; kept
// - MCP: registered via the `config` hook as `npx -y @rag-rat/bin@0.20.0<version> mcp` (pinned; kept
// in lockstep with the release by tools/sync-plugin-version.mjs).

@@ -39,3 +39,3 @@ // - Hooks: routed through the shared launcher (`../scripts/launch.js --no-install agent-hook`)

// release by tools/sync-plugin-version.mjs — do not hand-edit the pin).
const MCP_PACKAGE = "@rag-rat/bin@0.19.0";
const MCP_PACKAGE = "@rag-rat/bin@0.20.0";
const VERSION = MCP_PACKAGE.split("@").pop()!;

@@ -42,0 +42,0 @@