Skip to content

feat(cursor): enhance dashboard functionality with goals management a… - #6

Merged
thenotoriousllama merged 1 commit into
mainfrom
fix/updated-cursor-extension-0.1.0
Jun 13, 2026
Merged

feat(cursor): enhance dashboard functionality with goals management a…#6
thenotoriousllama merged 1 commit into
mainfrom
fix/updated-cursor-extension-0.1.0

Conversation

@thenotoriousllama

@thenotoriousllama thenotoriousllama commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

…nd improve session handling

  • Added goals management features to the dashboard, including the ability to add and filter goals.
  • Updated the dashboard UI to include a new goals section.
  • Improved session loading logic to better handle recent sessions and their associated data.
  • Refactored existing scripts for loading dashboard data, rules, and session summaries to streamline functionality and enhance performance.

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

…nd improve session handling

- Added goals management features to the dashboard, including the ability to add and filter goals.
- Updated the dashboard UI to include a new goals section.
- Improved session loading logic to better handle recent sessions and their associated data.
- Refactored existing scripts for loading dashboard data, rules, and session summaries to streamline functionality and enhance performance.
@thenotoriousllama
thenotoriousllama merged commit d553274 into main Jun 13, 2026
10 of 11 checks passed
* plain objects. Mirrors the request shape in src/deeplake-api.ts.
*/
export async function query(creds, sql, timeoutMs = 8000) {
const resp = await fetch(`${creds.apiUrl}/workspaces/${creds.workspaceId}/tables/query`, {
Comment on lines +79 to +84
headers: {
Authorization: `Bearer ${creds.token}`,
"Content-Type": "application/json",
"X-Activeloop-Org-Id": creds.orgId,
"X-Deeplake-Client": "hivemind",
},
"X-Deeplake-Client": "hivemind",
},
signal: AbortSignal.timeout(timeoutMs),
body: JSON.stringify({ query: sql }),
@thenotoriousllama
thenotoriousllama deleted the fix/updated-cursor-extension-0.1.0 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