You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
PLN-821: Ungate local dashboard import from sandbox
- Remove gate() method and isSessionInSandbox check from
CollectorManager so all five harness collectors import sessions
into agent-dashboard.sqlite regardless of sandbox directory
- Remove isSessionInSandbox sandbox check from AgentHookListener
handleHookEvent() so hook events write to local DB ungated
- Remove getSandboxBaseDirectory from CollectorManagerOptions,
AgentHookListenerOptions, and AgentDashboardDesignSystemRuntimeOptions
- Preserve sandbox enforcement on cloud-sync path in
AgentSessionSyncService (unchanged)
- Update tests to assert all sessions import regardless of sandbox
- Add regression test confirming sync-service sandbox filter preserved
- Bump desktop version to 0.15.117
Testing: Ran just desktop-test (2180/2181 pass, 1 pre-existing
failure). Ran specific test files (18/18 pass). Verified typecheck
and lint failures are pre-existing in untracked files.
Risks: More sessions will be written to local DB (intended behavior).
Cloud sync path unchanged — outbound data still sandbox-gated.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments