@rlabs-inc/memory 0.4.11 → 0.4.13

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
@@ -383,12 +383,17 @@ This isn't just about remembering facts. It's about preserving:
383
383
 
384
384
  ## Changelog
385
385
 
386
+ ### v0.4.12
387
+ - **Simplify**: Removed Zod structured outputs - session resumption only
388
+ - **Improvement**: Uses existing battle-tested JSON parser instead of Zod
389
+ - **Improvement**: Complete curator response now logged for debugging
390
+ - **Tech**: Removed zod dependency, deleted curation-schema.ts
391
+
386
392
  ### v0.4.11
387
- - **Feature**: Curator v2 with session resumption + structured outputs (Zod validation)
388
- - **Improvement**: Curation now uses `resume` option to get full session context including tool uses
389
- - **Improvement**: JSON schema validation via Zod eliminates fragile regex parsing
393
+ - **Feature**: Curator v2 with session resumption (uses `resume` option for full context)
394
+ - **Improvement**: Curation now sees full session including tool uses, thinking blocks
390
395
  - **Improvement**: Uses Opus 4.5 for curation
391
- - **Tech**: New `curateWithSessionResume()` method with automatic fallback to transcript parsing
396
+ - **Tech**: `curateWithSessionResume()` method with automatic fallback to transcript parsing
392
397
 
393
398
  ### v0.4.10
394
399
  - **Fix**: Server now actually uses SDK curation (v0.4.9 published before the change was in server code)