Skip to content

Harden profile isolation and improve desktop reliability - #17

Merged
euforic merged 2 commits into
mainfrom
euforic/isolation-quality-audit
Sep 7, 2026
Merged

Harden profile isolation and improve desktop reliability#17
euforic merged 2 commits into
mainfrom
euforic/isolation-quality-audit

Conversation

@euforic

@euforic euforic commented Sep 7, 2026

Copy link
Copy Markdown
Member

Managed profiles could inherit another account's storage or launch routing, while switching profiles could leave the previous transcript visible. This pins browser and provider state to the selected profile, strengthens process attribution and recovery/lock ownership, rejects unsafe quota configuration, and clears stale chat state immediately.

The change also removes repeated filesystem resolution from warm conversation scans, prevents a broken provider pipe from terminating the application, and improves native light/dark surfaces, compact layouts, source identity, search, and error recovery. Existing named configuration profiles remain supported.

Validation:

  • Full application suite: 307 tests, 12 opt-in skips, zero failures.
  • Vendored renderer suite: 98 tests passed.
  • Both installed-provider checks passed with two temporary profiles, restart persistence, and preservation of all pre-existing instances. Open-file inspection also confirmed the selected storage roots and no default/sibling storage access for the affected provider.
  • Eight synthetic native-window captures passed in light/dark and regular/compact layouts.
  • Privacy audit, app build, package validation, and diff whitespace checks passed.

Existing account files were not manually modified or migrated, and the installed application was not replaced or restarted. Application-state separation does not replace operating-system isolation. Detailed findings and evidence are in docs/audit-2026-09-07.md.

Copilot AI lite review requested due to automatic review settings September 7, 2026 21:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@euforic
euforic merged commit 93a52c0 into main Sep 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants