@rag-rat/plugin-opencode
Advanced tools
+1
-1
| { | ||
| "name": "@rag-rat/plugin-opencode", | ||
| "version": "0.20.0", | ||
| "version": "0.21.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", |
+2
-2
@@ -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.20.0<version> mcp` (pinned; kept | ||
| // - MCP: registered via the `config` hook as `npx -y @rag-rat/bin@0.21.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.20.0"; | ||
| const MCP_PACKAGE = "@rag-rat/bin@0.21.0"; | ||
| const VERSION = MCP_PACKAGE.split("@").pop()!; | ||
@@ -42,0 +42,0 @@ |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.