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

@vaur94/opencode2-memory

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaur94/opencode2-memory - npm Package Compare versions

Comparing version
0.2.5
to
0.2.6
+1
-1
package.json
{
"name": "@vaur94/opencode2-memory",
"version": "0.2.5",
"version": "0.2.6",
"description": "Persistent memory plugin for OpenCode V2 (v3 architecture: inline/indexed notes + graph)",

@@ -5,0 +5,0 @@ "type": "module",

@@ -13,3 +13,3 @@ # OpenCode2 Memory

{
"package": "@vaur94/opencode2-memory@0.2.1",
"package": "@vaur94/opencode2-memory@0.2.6",
"options": { "enabled": true }

@@ -38,2 +38,11 @@ }

## Tools
- `memory_recall`: search with `query` or up to 10 `queries`.
- `memory_update`: create a note, patch an existing note by `id`, or permanently delete with `delete: true`; batch up to 10 via `updates`.
- `memory_read`: read one note by `id` or up to 10 via `ids`.
- `memory_link`: create one edge or up to 10 via `links`.
No notes are injected automatically. Use `memory_recall` for other global memory.
## Migration

@@ -40,0 +49,0 @@

Sorry, the diff of this file is too big to display