feat(memory): show a cue when memory forms - #2739
Open
fly1d wants to merge 9 commits into
Open
Conversation
|
@fly1d is attempting to deploy a commit to the esokullu's projects Team on Vercel. A member of the Team first needs to authorize it. |
Collaborator
|
Great! Thanks! I'll try this to see the actual visual effect. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an accessible visual cue when a genuinely new memory is automatically persisted.
Changes:
- Distinguishes new memories from updates, archives, and deduplicated additions.
- Broadcasts the cue after persistence and memory-state synchronization.
- Adds localized toast styling, animation, reduced-motion support, and tests.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
test/run.js |
Tests creation detection and cue wiring. |
src/firefox/styles/sidepanel.css |
Styles and animates the Firefox cue. |
src/firefox/src/ui/sidepanel.js |
Displays the Firefox cue. |
src/firefox/src/background.js |
Publishes Firefox creation notifications. |
src/firefox/src/agent/user-memory.js |
Reports newly created Firefox memories. |
src/chrome/styles/sidepanel.css |
Styles and animates the Chrome cue. |
src/chrome/src/ui/sidepanel.js |
Displays the Chrome cue. |
src/chrome/src/background.js |
Publishes Chrome creation notifications. |
src/chrome/src/agent/user-memory.js |
Reports newly created Chrome memories. |
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tests
node test/run.js: passnpm run test:toolbar-guard: 33 passednpm run test:security: 60/60 passednpm test: 1610 passed, with 2 failures already present onmainbecause version 28.0.0 has no matching changelog entry or tracked Chrome 28.0.0 zip yetFixes #2733