total-agent-memory 1.4.4 → 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.
package/README.md CHANGED
@@ -64,7 +64,7 @@ Alias: `tam` (same binary).
64
64
  ## Requirements
65
65
 
66
66
  - **Node ≥ 18** (you already have it if you're reading this).
67
- - **Python ≥ 3.10** on PATH. The wrapper will tell you how to install it if missing.
67
+ - **Python ≥ 3.11** on PATH. The wrapper will tell you how to install it if missing.
68
68
  - Optional: **[uv](https://docs.astral.sh/uv/)** — 10× faster installs, auto-detected.
69
69
 
70
70
  ## What gets installed
package/lib/doctor.js CHANGED
@@ -112,7 +112,7 @@ function printReport(env) {
112
112
 
113
113
  function printRemediation(env) {
114
114
  if (!env.python3) {
115
- process.stdout.write(`\n${bold('Install Python 3.10+:')}\n`);
115
+ process.stdout.write(`\n${bold('Install Python 3.11+:')}\n`);
116
116
  if (process.platform === 'darwin') {
117
117
  process.stdout.write(` ${c.cyan('brew install python@3.12')}\n`);
118
118
  } else if (process.platform === 'linux') {
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 = '13.0.4';
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) {
@@ -106,7 +106,7 @@ async function install(ctx) {
106
106
 
107
107
  const picker = pickInstaller(env);
108
108
  if (!picker) {
109
- process.stderr.write(`\n${fail('cannot proceed: missing python3 ≥ 3.10')}\n`);
109
+ process.stderr.write(`\n${fail('cannot proceed: missing python3 ≥ 3.11')}\n`);
110
110
  printRemediation(env);
111
111
  return 1;
112
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "total-agent-memory",
3
- "version": "1.4.4",
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",