Skip to content

feat(dashboard): Add "Pick up where you left off" personalization panel#912

Draft
ved015 wants to merge 1 commit intomainfrom
feat/personalisation
Draft

feat(dashboard): Add "Pick up where you left off" personalization panel#912
ved015 wants to merge 1 commit intomainfrom
feat/personalisation

Conversation

@ved015
Copy link
Copy Markdown
Member

@ved015 ved015 commented May 8, 2026

Summary

Adds a new "Pick up where you left off" panel to the home dashboard that displays the user's most recent plugin and MCP activity, filling the empty space to the right of "Suggested for you" on desktop.

Changes

  • New Component: RecentToolUsageCard - displays up to 3 recent tool usage items with:

    • Tool icon (from plugin catalog or MCP icon fallback)
    • Tool/client name (e.g., "Claude Code", "OpenCode", "Supermemory MCP")
    • Type label ("Plugin" or "MCP")
    • Relative last-used time (e.g., "2h ago", "Yesterday", "Never used")
  • Data Layer:

    • Fetches /v3/auth/keys to get API key metadata
    • Parses plugin keys via metadata.sm_type === "plugin_auth" and metadata.sm_client
    • Parses MCP keys via metadata.sm_source === "mcp" or metadata.sm_kind === "mcp_oauth_exchange"
    • Uses lastRequest for recency, falls back to createdAt for connected-but-never-used items
    • Deduplicates by tool ID, keeps most recent usage per tool
Screenshot 2026-05-08 at 9 44 24 PM

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
supermemory-app 72fd874 Commit Preview URL

Branch Preview URL
May 08 2026, 04:10 PM

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
supermemory-mcp 72fd874 May 08 2026, 04:07 PM

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