revamp chrome extension#971
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 2cc26c1 | May 20 2026, 09:16 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 2cc26c1 | Commit Preview URL Branch Preview URL |
May 20 2026, 09:17 AM |
- Remove dead code after return statements in chatgpt.ts and claude.ts - Replace forEach callbacks that return values with for...of loops - Prefix unused function with underscore (appendStoredMemories) - Apply formatting fixes to all changed files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @ishaanxgupta's task in 1m 41s —— View job Review Complete
Overview: Adds Gemini support to the browser extension, introduces a new memory suggestion UI with Tab-to-accept functionality, refactors platform-specific code to use shared components, and improves error handling in the popup. Issues found:
The implementation is well-structured with proper error handling, no XSS vulnerabilities (all dynamic content uses Score: 9/10 Clean implementation with only the minor housekeeping items previously flagged to address before shipping. Fix debug flags → |
There was a problem hiding this comment.
Overview: Adds Gemini support to the browser extension, introduces a new memory suggestion UI with Tab-to-accept functionality, refactors platform-specific code to use shared components, and improves error handling in the popup.
Issues found:
- Debug flags (
CHATGPT_DEBUG,CLAUDE_DEBUG,GEMINI_DEBUG) are all hardcoded totrue— will cause verbose console output in production - Dead code:
_appendStoredMemoriesfunction in gemini.ts is defined but never used
The implementation is well-structured with proper error handling, no XSS vulnerabilities (all dynamic content uses textContent instead of innerHTML), and good separation of concerns via the shared memory-suggestion.ts module.
Score: 9/10
Clean implementation with only minor housekeeping items to address before shipping.
…id.tsx Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
extension works across chatgpt, gemini, claude. there is a live marker now with tool tip that shows supermemory is connected, the welcome msg is revamped fully.
The autocomplete works as expected.
here is a photo of the welcome page:
