total-agent-memory 1.0.0 → 1.1.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/lib/install.js +1 -1
- package/package.json +1 -1
package/lib/install.js
CHANGED
|
@@ -10,7 +10,7 @@ const { c, bold, ok, fail, warn, info, step } = require('./style');
|
|
|
10
10
|
const PYPI_PACKAGE = 'total-agent-memory';
|
|
11
11
|
// Pinned to the latest stable release at the time of the wrapper release.
|
|
12
12
|
// Override via `--server-version` or env TAM_SERVER_VERSION.
|
|
13
|
-
const DEFAULT_SERVER_VERSION = '
|
|
13
|
+
const DEFAULT_SERVER_VERSION = '12.2.0';
|
|
14
14
|
const GIT_URL = 'https://github.com/vbcherepanov/total-agent-memory.git';
|
|
15
15
|
|
|
16
16
|
function pinned(flags) {
|
package/package.json
CHANGED