Skip to content

feat(cursor): update Hivemind Cursor extension to v0.1.4 and enhance … - #7

Merged
thenotoriousllama merged 1 commit into
mainfrom
fix/cursor-hooks-update
Jun 13, 2026
Merged

feat(cursor): update Hivemind Cursor extension to v0.1.4 and enhance …#7
thenotoriousllama merged 1 commit into
mainfrom
fix/cursor-hooks-update

Conversation

@thenotoriousllama

@thenotoriousllama thenotoriousllama commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

…dashboard functionality

  • Updated version to 0.1.4 in package.json and package-lock.json.
  • Removed deprecated vsix file for the extension.
  • Improved dashboard data handling with new caching mechanisms and enhanced session statistics.
  • Adjusted paths for loading scripts to ensure proper functionality within the webview.
  • Enhanced memory recall tracking for better KPI reporting.

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

…dashboard functionality

- Updated version to 0.1.4 in package.json and package-lock.json.
- Removed deprecated vsix file for the extension.
- Improved dashboard data handling with new caching mechanisms and enhanced session statistics.
- Adjusted paths for loading scripts to ensure proper functionality within the webview.
- Enhanced memory recall tracking for better KPI reporting.
return { org: fresh.org, user: fresh.user ?? fresh.org, fetchedAt: new Date(fetchedAt).toISOString(), stale: false, offline: false };
}
try {
const resp = await fetch(`${apiUrl}/me/hivemind-stats`, {
Comment on lines +133 to +136
headers: {
Authorization: `Bearer ${creds.token}`,
...(creds.orgId ? { "X-Activeloop-Org-Id": creds.orgId } : {}),
},
@thenotoriousllama
thenotoriousllama merged commit 5254aec into main Jun 13, 2026
10 of 11 checks passed
@thenotoriousllama
thenotoriousllama deleted the fix/cursor-hooks-update branch June 13, 2026 12:20
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.

2 participants