diff --git a/apps/docs/company-brain/use-cases/support-escalation.mdx b/apps/docs/company-brain/use-cases/support-escalation.mdx index 4f4e825b..de08f485 100644 --- a/apps/docs/company-brain/use-cases/support-escalation.mdx +++ b/apps/docs/company-brain/use-cases/support-escalation.mdx @@ -14,7 +14,7 @@ A customer files a ticket through Plain. It lands in `#support`, gets triaged wi ## What happens - + New conversation: rewriteQuery param not working
**Jordan Alvarez** (acme-corp.io) sent a **new message**. @@ -34,12 +34,12 @@ A customer files a ticket through Plain. It lands in `#support`, gets triaged wi
- + Agent thread started
Reproducing against the v3 search test suite now.
- + Fixed — `rewriteQuery` was getting skipped by the new cost short-circuit whenever a query was already cached. Pushed on #2312.

diff --git a/apps/docs/connectors/overview.mdx b/apps/docs/connectors/overview.mdx index 5b40ef2b..7e8a9b70 100644 --- a/apps/docs/connectors/overview.mdx +++ b/apps/docs/connectors/overview.mdx @@ -10,7 +10,7 @@ Connect external platforms to automatically sync documents into supermemory. Sup ## Supported Connectors - + **Google Docs, Slides, Sheets** Real-time sync via webhooks. Supports shared drives, nested folders, and collaborative documents. @@ -22,26 +22,26 @@ Connect external platforms to automatically sync documents into supermemory. Sup Real-time sync via Pub/Sub webhooks. Syncs threads with full conversation history and metadata. - + **Pages, Databases, Blocks** Instant sync of workspace content. Handles rich formatting, embeds, and database properties. - + **Word, Excel, PowerPoint** Scheduled sync every 4 hours. Supports personal and business accounts with file versioning. - + **GitHub Repositories** Real-time incremental sync via webhooks. Supports documentation files in repositories. - + **Meeting notes and transcripts** Syncs AI meeting notes, summaries, attendees, and transcripts from your Granola workspace. diff --git a/apps/docs/index.mdx b/apps/docs/index.mdx index bdc43c1b..1a1da915 100644 --- a/apps/docs/index.mdx +++ b/apps/docs/index.mdx @@ -62,25 +62,25 @@ export const HeroCard = ({ imageUrl, title, description, href }) => {
Claude Code + Supermemory @@ -141,7 +141,7 @@ Per-repo overrides in `.claude/.supermemory-claude/config.json`. Run `/supermemo ## Next Steps - + Source code, issues, and detailed README. diff --git a/apps/docs/integrations/codex.mdx b/apps/docs/integrations/codex.mdx index 00896015..6d610fa6 100644 --- a/apps/docs/integrations/codex.mdx +++ b/apps/docs/integrations/codex.mdx @@ -166,7 +166,7 @@ tail -f ~/.codex-supermemory.log ## Next Steps - + Source code, issues, and detailed README. diff --git a/apps/docs/integrations/hermes.mdx b/apps/docs/integrations/hermes.mdx index d45811cb..1b0f10f8 100644 --- a/apps/docs/integrations/hermes.mdx +++ b/apps/docs/integrations/hermes.mdx @@ -141,7 +141,7 @@ If you run your own supermemory API, set **`base_url`** (and any other host-spec ## Next Steps - + Full config table, env vars, and multi-container details. diff --git a/apps/docs/integrations/openclaw.mdx b/apps/docs/integrations/openclaw.mdx index 5704d3d4..3c23c1c5 100644 --- a/apps/docs/integrations/openclaw.mdx +++ b/apps/docs/integrations/openclaw.mdx @@ -286,7 +286,7 @@ openclaw supermemory wipe # Delete all memories (requires confirma ## Next Steps - + Source code, issues, and detailed README. diff --git a/apps/docs/integrations/opencode.mdx b/apps/docs/integrations/opencode.mdx index 3cce46d7..90a896b1 100644 --- a/apps/docs/integrations/opencode.mdx +++ b/apps/docs/integrations/opencode.mdx @@ -148,7 +148,7 @@ tail -f ~/.opencode-supermemory.log ## Next Steps - + Source code, issues, and detailed README. diff --git a/apps/docs/integrations/pipecat.mdx b/apps/docs/integrations/pipecat.mdx index 1637ce44..c05af722 100644 --- a/apps/docs/integrations/pipecat.mdx +++ b/apps/docs/integrations/pipecat.mdx @@ -236,7 +236,7 @@ For a complete example using Gemini Live speech-to-speech with Supermemory, chec Full working example with Gemini Live, including frontend and backend code. diff --git a/apps/docs/overview/what-is-supermemory.mdx b/apps/docs/overview/what-is-supermemory.mdx index b394dcf5..ed5a0b9f 100644 --- a/apps/docs/overview/what-is-supermemory.mdx +++ b/apps/docs/overview/what-is-supermemory.mdx @@ -30,47 +30,47 @@ It provides all the building blocks — Memory, Retrieval, Profiles, Connectors,
diff --git a/apps/docs/supermemory-mcp/mcp.mdx b/apps/docs/supermemory-mcp/mcp.mdx index c2a1d2d8..d46512a0 100644 --- a/apps/docs/supermemory-mcp/mcp.mdx +++ b/apps/docs/supermemory-mcp/mcp.mdx @@ -164,7 +164,7 @@ In Cursor and Claude Code you can often invoke this with **`/context`**, which g Client configs, API keys, and project scoping. - + Open-source implementation.