Skip to content

Fix/cursor hooks update - #8

Merged
thenotoriousllama merged 2 commits into
mainfrom
fix/cursor-hooks-update
Jun 16, 2026
Merged

Fix/cursor hooks update#8
thenotoriousllama merged 2 commits into
mainfrom
fix/cursor-hooks-update

Conversation

@thenotoriousllama

Copy link
Copy Markdown
Collaborator

Summary

Version Bump

To trigger a release, bump "version" in package.json before merging.

Change type Version bump Example
Bug fix patch (1.2.0 → 1.2.1) "version": "1.2.1"
New feature minor (1.2.0 → 1.3.0) "version": "1.3.0"
Breaking change major (1.2.0 → 2.0.0) "version": "2.0.0"

If you don't bump the version, no release will be created.

Test plan

  • Tests pass locally (npm test)
  • Relevant new tests added
  • Version bumped in package.json, or no release needed for this change

Version bump for the upstream PR carrying the Cursor extension dashboard
fixes (loader script paths, real KPIs, graph centering, vendored d3) and
the memory-recall hook instrumentation. Rebuilds the packaged vsix so the
tracked artifact matches the manifest version.
grepBothTables ran a single semantic query and let it throw. When the
memory table has inconsistent summary_embedding dimensions the Deeplake
vector op 500s ("Can't stack arrays with different dimensions"), so every
semantic recall failed: the Cursor pre-tool-use fast path caught the throw
and fell through, returning no memory to the agent (and recording no recall
for the dashboard KPIs).

Now grepBothTables retries once with lexical search when the semantic query
throws, so recall still resolves and auto-recovers when the embedding
column is re-indexed.
@thenotoriousllama
thenotoriousllama merged commit f16f958 into main Jun 16, 2026
7 of 8 checks passed
@thenotoriousllama
thenotoriousllama deleted the fix/cursor-hooks-update branch June 16, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant