Skip to content

Releases: zenbordercom/agents-memory-sidecar

v0.2.1

Choose a tag to compare

@zenbordercom zenbordercom released this 06 Jul 18:37

Hotfix

This patch release supersedes v0.2.0 documentation/install guidance.

Changes

  • Prefer GitHub release tag/tarball installs unless the npm registry is confirmed to be at the target version.
  • Fix token-loading snippets so they select the intended agentId/runtime instead of the first registry entry.
  • Use TCP localhost for password-based PostgreSQL quickstarts to avoid Unix-socket peer-auth failures.
  • Clarify Codex source-checkout versus global-install launcher setup.
  • Use a dimension-neutral semantic search test example.
  • Update release checklist staging and optional npm publish verification guidance.

Validation

  • npm run typecheck
  • npm run build
  • npm run smoke
  • npm run http:smoke
  • npm run http:bridge-smoke
  • PostgreSQL temp DB db:migrate + postgres:smoke
  • Markdown link check
  • Bash snippet syntax check
  • npm pack
  • Independent read-only reviewer hotfix pass with remaining findings resolved

Artifact

  • agents-memory-sidecar-0.2.1.tgz
  • SHA-256: 7eab33d63268a7d7f39dec3186e3f925e900b21a4e52e0fb3b975c9ee2c44231

v0.2.0

Choose a tag to compare

@zenbordercom zenbordercom released this 06 Jul 18:13

Superseded by v0.2.1. Use https://github.com/zenbordercom/agents-memory-sidecar/releases/tag/v0.2.1 for current install guidance and release artifacts. v0.2.0 remains available for history, but its documentation can point users at a stale npm registry install path.

Highlights

  • Restructured the README quick start into demo, local HTTP sidecar, and durable PostgreSQL paths.
  • Added quickstart diagnostics via scripts/check-installation.mjs --profile quickstart.
  • Added PostgreSQL quickstart, semantic/hybrid search, release checklist, and demo transcript docs.
  • Expanded the Codex integration guide with token env, launcher, MCP registration, validation flows, and troubleshooting.
  • Bumped package and MCP server version to 0.2.0.

Validation

  • npm run typecheck
  • npm run build
  • npm run smoke
  • npm run http:smoke
  • npm run http:bridge-smoke
  • PostgreSQL temp DB db:migrate + postgres:smoke
  • Markdown link check
  • Bash snippet syntax check
  • npm pack

Artifact

  • agents-memory-sidecar-0.2.0.tgz
  • SHA-256: 39199b71690a32c135adff7db5c86d70782f0d4e0c9f8398283523668084a3a4

v0.1.1

Choose a tag to compare

@zenbordercom zenbordercom released this 02 Jul 21:40

Changelog

0.1.1 - 2026-07-02

  • Added PostgreSQL + pgvector CI coverage.
  • Added postgres:smoke validation for migrations, keyword search, semantic search, and hybrid search.
  • Added pgvector-backed semantic and hybrid search modes for PostgreSQL.
  • Documented npm registry installation in the published README.

0.1.0 - 2026-07-02

Initial public release.

  • Local-first MCP shared memory sidecar for multiple AI agents.
  • HTTP sidecar with bearer-token actor registry.
  • PostgreSQL backend with migrations and fake JSON backend for local testing.
  • MCP tools for memory search/get/add, project context get/set, and agent observations.
  • Generic integration examples for Codex, Claude Code, Grok, agy, and Pi.
  • Linux systemd templates, backup scripts, health checks, and local installation helper.
  • Public documentation for configuration, operations, security, backups, and limitations.

v0.1.0

Choose a tag to compare

@zenbordercom zenbordercom released this 02 Jul 16:51

v0.1.0

Initial public release.

Install from npm:

npm install -g agents-memory-sidecar

Alternative GitHub release tarball:

npm install -g https://github.com/zenbordercom/agents-memory-sidecar/releases/download/v0.1.0/agents-memory-sidecar-0.1.0.tgz

Highlights:

  • Local-first MCP shared memory sidecar for multiple AI agents.
  • HTTP sidecar with bearer-token actor registry.
  • PostgreSQL backend with migrations and fake JSON backend for local testing.
  • MCP tools for memory search/get/add, project context get/set, and agent observations.
  • Generic integration examples for Codex, Claude Code, Grok, agy, and Pi.
  • Linux systemd templates, backup scripts, health checks, and local installation helper.