Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"name": "memsearch",
"description": "Automatic semantic memory for Claude Code — remembers what you worked on across sessions",
"version": "0.4.10",
"version": "0.4.11",
"source": "./plugins/claude-code",
"category": "productivity",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/claude-code/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "memsearch",
"version": "0.4.10",
"version": "0.4.11",
"description": "Automatic semantic memory for Claude Code — remembers what you worked on across sessions"
}
2 changes: 1 addition & 1 deletion plugins/openclaw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memsearch",
"version": "0.3.10",
"version": "0.3.11",
"description": "Semantic memory search plugin for OpenClaw — persistent cross-session memory powered by Milvus vector search. Automatically captures conversation summaries and recalls relevant context.",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/opencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliz/memsearch-opencode",
"version": "0.3.7",
"version": "0.3.8",
"description": "memsearch plugin for OpenCode — semantic memory search across sessions",
"type": "module",
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "memsearch"
version = "0.4.10"
version = "0.4.11"
description = "Semantic memory search for markdown knowledge bases"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading