Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webiny/wts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.2
Choose a base ref
...
head repository: webiny/wts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Jun 5, 2026

  1. fix: add distinctId support to the Node client (#8)

    The Node WTS client always read or minted `user.id` in ~/.webiny/config and
    had no way to use an externally-owned machine id. The Webiny admin and the
    website install/finish alias both key off the canonical @webiny/global-config
    top-level `id`, while the CLI used a separate `user.id` UUID — fragmenting
    funnels across CLI/admin/website.
    
    Add an optional `distinctId` to NodeClientConfig (mirroring the web client's
    fixedId). When provided it is used as-is and the config file is left untouched.
    
    Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    SvenAlHamad and claude authored Jun 5, 2026
    Configuration menu
    Copy the full SHA
    63f1fbe View commit details
    Browse the repository at this point in the history
Loading