- Created apps/docs/images/personal-brain/nova-chat.png
- Created apps/docs/images/personal-brain/add-memory.png
- Created apps/docs/images/personal-brain/search.png
- Created apps/docs/images/personal-brain/integrations-overview.png
- Created apps/docs/images/personal-brain/apps-and-extensions.png
- Created apps/docs/images/personal-brain/poke-unverified-recipe-warning.png
- Created apps/docs/images/personal-brain/raycast.png
- Created apps/docs/images/personal-brain/x-bookmarks.png
- Created apps/docs/images/personal-brain/spaces-selector.png
- Created apps/docs/images/personal-brain/spaces-context.png
- Created apps/docs/images/personal-brain/spaces-create.png
- Created apps/docs/images/personal-brain/integration-logos/raycast-user-approved.png
- Created apps/docs/images/personal-brain/integration-logos/raycast-user-approved-1.png
- Created apps/docs/images/personal-brain/integration-logos/raycast-user-approved.svg
- Created apps/docs/personal-brain/concepts/setup.mdx
- Created apps/docs/personal-brain/concepts/spaces.mdx
- Created apps/docs/personal-brain/concepts/integrations.mdx
- Created apps/docs/personal-brain/concepts/app-and-console.mdx
- Created apps/docs/personal-brain/concepts/what-is-supermemory-personal-brain.mdx
- Created apps/docs/personal-brain/use-cases/poke.mdx
- Created apps/docs/personal-brain/use-cases/browser-extension.mdx
- Created apps/docs/personal-brain/use-cases/apple-shortcuts.mdx
- Created apps/docs/personal-brain/use-cases/x-bookmarks.mdx
- Created apps/docs/personal-brain/use-cases/raycast.mdx
- Updated apps/docs/docs.json
Mintlify-Source: dashboard-editor
Adds one FAQ to the ChatGPT Web setup guide for making Supermemory the default memory.
- shows how to disable ChatGPT memory and optionally move the existing summary
- adds light and dark screenshots plus the custom instruction to paste
Tested with `mintlify validate` and `mintlify broken-links`.
Updates the Supermemory MCP docs for the revamped tool, space, widget, and OAuth flows.
- adds a screenshot-backed ChatGPT Web setup guide with light and dark variants
- refreshes the overview, setup, tools, spaces, and widget docs
- keeps manual JSON configuration in a dropdown
Tested all four local MCP docs routes and image references.
for mcp image light mode -> dark mode images and dark mode has light mode (since the background was blending in i made this way to refocus user attention on the screenshots)
Fixes broken docs navigation and asset paths from the site audit.
- serves docs images from `/images` and adds the missing Cartesia icon
- corrects homepage, console, and LinkedIn destinations
- removes agent-only comparison headings from the web TOC
Tested with Mintlify validate and Mintlify broken-links.
adds withSupermemory wrapper and input/output processors for
mastra agents:
- input processor fetches and injects memories into system prompt
before llm calls
- output processor saves conversations to supermemory after
responses
- supports profile, query, and full memory search modes
- includes custom prompt templates and requestcontext support
const agent = new Agent(withSupermemory(
{ id: "my-assistant", model: openai("gpt-4o"), instructions:
"..." },
"user-123",
{ mode: "full", addMemory: "always", threadId: "conv-456" }
))
includes docs as well
this pr also reworks how the tools package works into shared modules