@rlabs-inc/memory 0.4.5 → 0.4.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlabs-inc/memory",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "AI Memory System - Consciousness continuity through intelligent memory curation and retrieval",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -543,7 +543,6 @@ This session has ended. Please curate the memories from this conversation accord
543
543
  options: {
544
544
  systemPrompt,
545
545
  permissionMode: 'bypassPermissions',
546
- maxTurns: 1,
547
546
  model: 'claude-opus-4-5-20251101',
548
547
  },
549
548
  })
@@ -688,8 +687,7 @@ This session has ended. Please curate the memories from this conversation accord
688
687
  '--resume', sessionId,
689
688
  '-p', userMessage,
690
689
  '--append-system-prompt', systemPrompt,
691
- '--output-format', 'json',
692
- '--max-turns', '1'
690
+ '--output-format', 'json'
693
691
  )
694
692
  } else {
695
693
  // gemini-cli