Port compact tabs-registry device snapshots to main#355
Open
danshapiro wants to merge 16 commits into
Open
Conversation
added 14 commits
May 18, 2026 03:09
(cherry picked from commit c3e6411)
(cherry picked from commit 2f41a34)
(cherry picked from commit 51c45db)
(cherry picked from commit 19fdc0d)
(cherry picked from commit f5fc24f)
(cherry picked from commit e100492)
(cherry picked from commit 13e02fe)
(cherry picked from commit 9197b55)
(cherry picked from commit df10d04)
(cherry picked from commit 48a3b5d)
(cherry picked from commit 492c264)
(cherry picked from commit b6dfaeb)
This was referenced May 18, 2026
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
origin/main.Source and scope
feature/tabs-registry-device-snapshots-dev:c3e64110,2f41a345,51c45db9,19fdc0dc,f5fc24fa,e1004923,13e02fe0,9197b550,df10d046,48a3b5de,492c2642,b6dfaeb1.mainsession refs ({ provider, sessionId }) separately fromserverInstanceId.Verification
FRESHELL_TEST_SUMMARY="focused compact tabs-registry device snapshots rerun" npm run test:vitest -- test/unit/server/tabs-registry/store.test.ts test/integration/server/tabs-registry-store.persistence.test.ts test/server/ws-tabs-registry.test.ts test/unit/client/store/tabRegistrySync.test.ts test/unit/client/store/tabRegistrySlice.test.ts test/unit/client/store/browserPreferencesPersistence.test.ts test/unit/client/store/crossTabSync.test.ts test/unit/client/lib/browser-preferences.test.ts test/unit/client/lib/known-devices.test.ts test/unit/client/components/TabsView.test.tsx test/unit/client/components/SettingsView.behavior.test.tsx test/e2e/settings-devices-flow.test.tsx test/e2e/tabs-view-search-range.test.tsx --runpassed for the default-config client/e2e paths that Vitest selected: 10 files, 103 tests.npm run typecheck:clientpassed.npm run build:clientpassed, with existing Vite chunk-size/dynamic-import warnings.npm run lintexited 0 with 14 warnings and no errors.npm run typecheck:serverfails before this branch's server changes are checked because currentorigin/mainhas TypeScript parse errors inserver/mcp/freshell-tool.tslines 73 and 472.vitest.server.config.tsare blocked by the samenpm run build:serverfailure in server global setup.Supersedes
This PR supersedes the #331 compact tabs-registry device snapshots payload currently embedded in stale #342.