supermemory icon indicating copy to clipboard operation
supermemory copied to clipboard

Refactor browser extension content scripts to use platform adapters

Open MagellaX opened this issue 2 months ago • 3 comments

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 the loader iterate adapters instead of hard-coded checks
  • lay the groundwork for adding new chat hosts without duplicating the DOM-wiring logic

MagellaX avatar Oct 28 '25 08:10 MagellaX

How to use the Graphite Merge Queue

Add the label Main to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

graphite-app[bot] avatar Oct 28 '25 08:10 graphite-app[bot]

@MagellaX , we can add for T3 as well right?

MaheshtheDev avatar Nov 02 '25 22:11 MaheshtheDev

@MagellaX , we can add for T3 as well right?

Hey yeah!, yep:-T3 is on my radar. Once the adapter refactor lands I’ll apply the same pattern there and circle back with the update.

MagellaX avatar Nov 03 '25 05:11 MagellaX