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
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
},
"metadata": {
"description": "Official Basic Memory plugins from the canonical basic-memory repository",
"version": "0.23.0"
"version": "0.23.1"
},
"plugins": [
{
"name": "basic-memory",
"source": "./plugins/claude-code",
"description": "The bridge between Claude's working memory and Basic Memory's durable knowledge graph \u2014 session briefings, pre-compaction checkpoints, and capture reflexes",
"version": "0.23.0",
"version": "0.23.1",
"author": {
"name": "Basic Machines"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/hermes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from agent.memory_provider import MemoryProvider
from tools.registry import tool_error

__version__ = "0.23.0"
__version__ = "0.23.1"

logger = logging.getLogger("hermes.memory.basic-memory")

Expand Down
2 changes: 1 addition & 1 deletion integrations/hermes/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: basic-memory
version: 0.23.0
version: 0.23.1
description: "Basic Memory — persistent knowledge graph backed by the basic-memory MCP server"
manifest_version: 2
api_version: 1
Expand Down
2 changes: 1 addition & 1 deletion integrations/openclaw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basicmemory/openclaw-basic-memory",
"version": "0.23.0",
"version": "0.23.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions plugins/claude-code/.claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
},
"metadata": {
"description": "Official plugins from Basic Machines for knowledge management and AI-assisted development",
"version": "0.23.0"
"version": "0.23.1"
},
"plugins": [
{
"name": "basic-memory",
"source": "./",
"description": "The bridge between Claude's working memory and Basic Memory's durable knowledge graph \u2014 session briefings, pre-compaction checkpoints, and capture reflexes",
"version": "0.23.0",
"version": "0.23.1",
"author": {
"name": "Basic Machines"
},
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,7 +1,7 @@
{
"name": "basic-memory",
"description": "The bridge between Claude's working memory and Basic Memory's durable knowledge graph \u2014 session briefings, pre-compaction checkpoints, and capture reflexes",
"version": "0.23.0",
"version": "0.23.1",
"author": {
"name": "Basic Machines"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/claude-code/hooks/pre_compact.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "basic-memory>=0.23.0",
# "basic-memory>=0.23.1",
# # Direct pre-release pin so old uv resolves basic-memory (which
# # requires this exact beta transitively) without enabling
# # pre-releases for basic-memory itself. Keep in lockstep with
Expand Down
2 changes: 1 addition & 1 deletion plugins/claude-code/hooks/session_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "basic-memory>=0.23.0",
# "basic-memory>=0.23.1",
# # Direct pre-release pin so old uv resolves basic-memory (which
# # requires this exact beta transitively) without enabling
# # pre-releases for basic-memory itself. Keep in lockstep with
Expand Down
2 changes: 1 addition & 1 deletion plugins/codex/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codex",
"version": "0.23.0",
"version": "0.23.1",
"description": "A Codex-native bridge to Basic Memory for durable engineering context, decisions, and resumable checkpoints.",
"author": {
"name": "Basic Machines",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codex/hooks/pre_compact.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@v0.23.0",
# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@v0.23.1",
# # Direct pre-release pin so old uv resolves basic-memory (which
# # requires this exact beta transitively) without enabling
# # pre-releases broadly. Keep in lockstep with core pyproject.
Expand Down
2 changes: 1 addition & 1 deletion plugins/codex/hooks/session_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@v0.23.0",
# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@v0.23.1",
# # Direct pre-release pin so old uv resolves basic-memory (which
# # requires this exact beta transitively) without enabling
# # pre-releases broadly. Keep in lockstep with core pyproject.
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"url": "https://github.com/basicmachines-co/basic-memory.git",
"source": "github"
},
"version": "0.23.0",
"version": "0.23.1",
"packages": [
{
"registryType": "pypi",
"identifier": "basic-memory",
"version": "0.23.0",
"version": "0.23.1",
"runtimeHint": "uvx",
"runtimeArguments": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/basic_memory/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""

# Package version - updated by release automation
__version__ = "0.23.0"
__version__ = "0.23.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the required DCO sign-off

Before submitting this release commit through the PR gate, add a Signed-off-by trailer: the reviewed commit message contains no such trailer, so the repository's DCO check will reject it. Rewrite the commit using git commit -s before requesting review.

AGENTS.md reference: AGENTS.md:L83-L86

Useful? React with 👍 / 👎.


# API version for FastAPI - independent of package version
__api_version__ = "v2"
Loading