supermemory icon indicating copy to clipboard operation
supermemory copied to clipboard

Memory engine and app that is extremely fast, scalable. The Memory API for the AI era.

Results 135 supermemory issues
Sort by recently updated
recently updated
newest added

@MaheshtheDev I've been testing supermemory and found two issues with PDF uploads: ### Issue 1: 10MB limit is too small - Most research papers with images hit this limit -...

relevant issue: https://github.com/supermemoryai/supermemory/issues/553

We're looking to upgrade the Supermemory consumer app from its current Next.js version **15.3.0** to **Next.js 16**. - The consumer app is located in apps/web. - Refer to the [official...

enhancement

Hi, The chat interface lacks proper status checking and a stop mechanism, allowing users to send multiple prompts while AI is still generating responses. This causes overlapping responses and unintended...

add openai middleware functionality fix critical type errors and linting issues update readme with middleware documentation

## Summary - introduce a tiny PlatformAdapter interface so each host (ChatGPT, Claude, etc.) can plug in cleanly - move ChatGPT and Claude scripts onto the adapter pattern and have...

extension

I was thinking, should we allow users to edit prompts they’ve already sent? This could apply to prompts that are still submitting, streaming, or even older ones whose responses have...