Conversation
- Add id-token: write permission required for OIDC token exchange - Upgrade npm to ^11.5.1 (minimum version required by Trusted Publisher) - Clear NODE_AUTH_TOKEN on publish step so npm uses OIDC instead of the old user token Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The Node 22 tool-cache on GitHub Actions runners ships with npm 10.9.7 where promise-retry is missing from @npmcli/arborist bundled deps. This causes all npm install -g commands to fail regardless of flags. Fix by downloading the npm 11.5.1 tarball directly from the registry and extracting it into the install prefix, bypassing the broken CLI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix npm installation by extracting tarball directly.
Added comments regarding NPM Trusted Publisher requirements and workaround for Node 22 image.
fix: migrate npm publish to OIDC Trusted Publisher
fix: ensure codec is captured in WebRTC stats report
… header (#377)" (#382) Restores the per-page-load random suffix needed by the notifications WebSocket adapter for per-tab routing. Backend will split this into a clean external_id (for analytics/memory_id) and external_id_connect_id (for WS routing) so the analytics regression PR #377 fixed does not return. This reverts commit 7c678d4. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Pull Request Type
🔮 Feature
🐛 BugFix
⚒️ Refactor
🧹 Chore
🔥 HotFix
🚀 Release
Description
Reference Links