Skip to content

Commit a878fc1

Browse files
authored
chore(plugins): bump memory plugin versions (#3126)
1 parent 7e6a051 commit a878fc1

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/claude-code-memory-plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openviking-memory",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Long-term semantic memory for Claude Code, powered by OpenViking. Auto-recall relevant memories at session start and capture important information during conversations.",
55
"author": {
66
"name": "OpenViking",

examples/claude-code-memory-plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/claude-code-memory-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-openviking-memory",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "OpenViking memory plugin for Claude Code — semantic long-term memory",
55
"type": "module",
66
"scripts": {

examples/codex-memory-plugin/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openviking-memory",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Long-term semantic memory for Codex, powered by OpenViking. Recall on UserPromptSubmit, incremental add_message on Stop (per turn), commit on PreCompact, and active-window heuristic + idle-TTL sweep on SessionStart (source=startup|clear). Includes a local stdio MCP proxy that reads OpenViking credentials from env/ovcli.conf.",
55
"author": {
66
"name": "OpenViking",

examples/opencode-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openviking/opencode-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"author": "@openviking",
55
"description": "Unified OpenCode plugin for OpenViking repository retrieval and long-term memory",
66
"type": "module",

0 commit comments

Comments
 (0)