total-agent-memory 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/install.js +1 -1
  2. package/package.json +1 -1
package/lib/install.js CHANGED
@@ -11,7 +11,7 @@ const { c, bold, ok, fail, warn, info, step } = require('./style');
11
11
  const PYPI_PACKAGE = 'total-agent-memory';
12
12
  // Pinned to the latest stable release at the time of the wrapper release.
13
13
  // Override via `--server-version` or env TAM_SERVER_VERSION.
14
- const DEFAULT_SERVER_VERSION = '14.0.0';
14
+ const DEFAULT_SERVER_VERSION = '14.1.0';
15
15
  const GIT_URL = 'https://github.com/vbcherepanov/total-agent-memory.git';
16
16
 
17
17
  function pinned(flags) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "total-agent-memory",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "Persistent memory for Claude Code, Codex CLI, Cursor and any MCP client. Local-first, MCP 2026-07-28, zero LLM calls in the hot path. One command to install.",
5
5
  "keywords": [
6
6
  "mcp",