supermemory
supermemory copied to clipboard
Refactor browser extension content scripts to use platform adapters
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
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.
@MagellaX , we can add for T3 as well right?
@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.