mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-17 20:44:07 +00:00
Fixes cross-host graph rendering and moves widget uploads off the JSON/base64 tool transport. - render graph data from the launcher result without a second tool call - stream multipart uploads through one-time, short-lived upload sessions - remove temporary widget diagnostics and redundant unit tests Tested with Biome, TypeScript, 17 unit tests, a Wrangler deployment dry-run, and live graph rendering in ChatGPT and Claude. Authenticated E2E setup is currently blocked by the saved OAuth refresh session returning `invalid_grant: session not found`. |
||
|---|---|---|
| .. | ||
| auth.test.ts | ||
| capture-oauth-token.ts | ||
| discovery.test.ts | ||
| graph.test.ts | ||
| helpers.ts | ||
| list-memories.test.ts | ||
| memory.test.ts | ||
| oauth.test.ts | ||
| space-scope.test.ts | ||
| widgets.test.ts | ||