memorix 0.9.9 → 0.9.10

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.9.10] — 2026-02-25
6
+
7
+ ### Fixed
8
+ - **CLI crashes with `ERR_MODULE_NOT_FOUND` on global install** — `@orama/orama`, `gpt-tokenizer`, `gray-matter` and other dependencies were not bundled into the CLI output. tsup treated `dependencies` as external by default. Added `noExternal` to force-bundle all deps into CLI (275KB → 2.59MB), making `memorix hook` work reliably when installed globally via `npm install -g`.
9
+ - **Cursor agent detection corrected** — Real Cursor payload confirmed to include `hook_event_name` + `conversation_id` (not just `workspace_roots`). Detection now uses `conversation_id` or `cursor_version` as primary discriminator vs Claude Code (which sends `session_id` without `conversation_id`). `extractEventName` reads `hook_event_name` first, falls back to payload inference.
10
+
5
11
  ## [0.9.9] — 2026-02-25
6
12
 
7
13
  ### Fixed