Skip to content

feat: workspace split, the self-hosted sync server, and one-command install - #36

Merged
scheron merged 24 commits into
mainfrom
feat/workspace-packages
Sep 7, 2026
Merged

feat: workspace split, the self-hosted sync server, and one-command install#36
scheron merged 24 commits into
mainfrom
feat/workspace-packages

fix(core): treat an unconnected server as no pending approval

3424fd6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 7, 2026 in 4s

3 new alerts including 3 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 47 in packages/std/src/utils/common/deepMerge.ts

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
source
to
here
without guarding against prototype pollution.

Check warning on line 49 in packages/std/src/utils/common/deepMerge.ts

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
source
to
here
without guarding against prototype pollution.

Check warning on line 238 in scripts/release.js

See this annotation in the file changed.

Code scanning / CodeQL

Indirect uncontrolled command line Medium

This command depends on an unsanitized
command-line argument
.