@hir4ta/memoria 0.12.3 → 0.12.4

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "memoria",
3
3
  "description": "A plugin that provides long-term memory for Claude Code. It automatically saves context lost during auto-compact, offering features for session restoration, recording technical decisions, and learning developer patterns.",
4
- "version": "0.12.3",
4
+ "version": "0.12.4",
5
5
  "author": {
6
6
  "name": "hir4ta"
7
7
  },
@@ -102,8 +102,8 @@ if [ -n "$transcript_path" ] && [ -f "$transcript_path" ]; then
102
102
  files: $files,
103
103
  metrics: {
104
104
  userMessages: ($user_messages | length),
105
- assistantResponses: ($assistant_responses | length),
106
- thinkingBlocks: ([$assistant_responses[].thinking | select(. != "")] | length)
105
+ assistantResponses: ($all_assistant | length),
106
+ thinkingBlocks: ([$all_assistant[].thinking | select(. != "")] | length)
107
107
  }
108
108
  }
109
109
  ' 2>/dev/null || echo '{"interactions":[],"toolUsage":[],"files":[],"metrics":{}}')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hir4ta/memoria",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "Long-term memory plugin for Claude Code - automated session saving, recording technical decisions, and web dashboard",
5
5
  "keywords": [
6
6
  "claude",