New:Socket for Asana Is Now Available.Learn more
Get Started

@vaur94/agz-memory-plugin

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

@vaur94/agz-memory-plugin

Safe automatic memory capture and bounded context injection for OpenCode V2

latest
Source
npmnpm
Version
0.5.2
Version published
Weekly downloads
649
Maintainers
1
Weekly downloads
 
Created
Source

@vaur94/agz-memory-plugin

English | Türkçe

Optional OpenCode V2 adapter for @vaur94/agz-memory@0.5.2. It adds explicit project binding, redacted capture, bounded retrieval, and staged context injection to OpenCode 0.0.0-beta-18743.

0.5.2 status: This repository documents the 0.5.2 release surface and compatibility contract; npm publication and Git hosting state are tracked separately.

The package is safe when merely installed. Defaults are mode: "off", no bindings, capture disabled, automatic project creation forbidden, semantic backend none, at most eight cards, at most 4,800 characters, and a 300 ms retrieval deadline.

{
  "plugins": [
    {
      "package": "@vaur94/agz-memory-plugin@0.5.2",
      "options": {
        "mode": "off",
        "autoCreateProjects": false,
        "bindings": [],
        "capture": {
          "enabled": false,
          "allowedKinds": ["preference", "decision"],
          "minConfidence": 0.95
        },
        "retrieval": {
          "semanticBackend": "none",
          "timeoutMs": 300,
          "maxCards": 8,
          "maxCharacters": 4800
        }
      }
    }
  ]
}

Keep off until the MCP server and database are healthy. Add one explicit binding, then progress through shadow-capture, shadow-retrieval, inject, and auto-write only after reviewing each stage. A version mismatch, missing or conflicting binding, database error, or unsupported semantic backend disables the plugin rather than guessing.

Installing this plugin also installs its exact core dependency, which contains the agz-memory skill catalog. OpenCode does not discover skills inside npm dependencies automatically; use the explicit versioned skills source in the repository README. The plugin never edits the user's global AGENTS.md.

See the repository README for binding fields, mode behavior, recovery commands, and the security model.

License

MIT

FAQs

Package last updated on 04 Sep 2026

Related posts