@shadowforge0/aquifer-memory 0.4.0 → 0.4.1
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/core/aquifer.js +1 -1
- package/package.json +1 -1
package/core/aquifer.js
CHANGED
|
@@ -361,7 +361,7 @@ function createAquifer(config) {
|
|
|
361
361
|
schema, tenantId, agentId, sessionId,
|
|
362
362
|
summaryText: summaryResult.summaryText,
|
|
363
363
|
structuredSummary: summaryResult.structuredSummary,
|
|
364
|
-
model: null, sourceHash: null,
|
|
364
|
+
model: session.model || null, sourceHash: null,
|
|
365
365
|
msgCount: normalized.length,
|
|
366
366
|
userCount: turns.length,
|
|
367
367
|
assistantCount: normalized.filter(m => m.role === 'assistant').length,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shadowforge0/aquifer-memory",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "PG-native long-term memory for AI agents. Turn-level embedding, hybrid RRF ranking, optional knowledge graph. Includes CLI, MCP server, and OpenClaw plugin.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|