Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 14 additions & 19 deletions .config/repo/external-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
"description": "External tools required to build + release this repo. The canonical schema lives at socket-wheelhouse/packages/build-infra/lib/external-tools-schema.json (generated from scripts/fleet/lib/external-tools-schema.mts); every fleet repo references it via the $schema field above so validators pick up the single source of truth. Extend the `tools` map with repo-specific entries (e.g. language toolchains for sdxgen, git credential helpers for packageurl-js).",
"tools": {
"gh": {
"version": "2.99.0",
"version": "2.100.0",
"repository": "github:cli/cli",
"origin": "gh-asset",
"platforms": {
"darwin-arm64": {
"asset": "gh_2.99.0_macOS_arm64.zip",
"integrity": "sha512-1P6jwZImulYx+mQZtNHhcXHS8IsLODu7qsi8xgx+m8vmL/B3arA2NaSbepD93CICnlEKWJBvmuvYC4kV3lzCtg=="
"asset": "gh_2.100.0_macOS_arm64.zip",
"integrity": "sha512-Lrdo+idc/clJQWGzu0XOvJ25TP4sGwk5Pl/m1FURE1aR7RGklf/Tg2OEV1WfymwSTtSPigNxrFAjg30rbwveAQ=="
},
"darwin-x64": {
"asset": "gh_2.99.0_macOS_amd64.zip",
"integrity": "sha512-b3ROgokDVvT7cG/vQ8ar3eK1ZWG8JaG4j2WZoEP3KBhbngpNVDjoYw2WqoRU+NLs4ANGdeYSoqCItU6S/4C7kw=="
"asset": "gh_2.100.0_macOS_amd64.zip",
"integrity": "sha512-sMabqJhbngQlEMEqWuWb1Xs5Tf6ti+PJnVAYV51n6yxwzazPoTdZZHc6A+31GaKvRPP1HU1aq3QxU5qKzIk+Ow=="
},
"linux-arm64": {
"asset": "gh_2.99.0_linux_arm64.tar.gz",
"integrity": "sha512-PyiIHeQefunffZZAQ92wXdJKY+CtIhccblHZ2SsX3vqshhvZjdpq9cDpXabENHsbure6D5/UCcewfAiqkGDzlA=="
"asset": "gh_2.100.0_linux_arm64.tar.gz",
"integrity": "sha512-7FfnaEOjwQZzjlShYn+9aqDyhKsnFuoy4HVd6YnC4VGLFrdWxYNhMvUaBPUU0SeYasHK8uvqYiqEPMTziNhF9w=="
},
"linux-x64": {
"asset": "gh_2.99.0_linux_amd64.tar.gz",
"integrity": "sha512-E6mfO+9OWhJ0rO5ME00BLWbB0bp8LroI9oigcw2z5Qem8AGqyl1bl1oMGmeYeZT4MwgvWvfFiyIKvgiS6UbPjQ=="
"asset": "gh_2.100.0_linux_amd64.tar.gz",
"integrity": "sha512-R2MunQhy/Rr5FsAF+ohqA8SWshdlKjEYEf2Qw/6WCemZ0nki+IgpPd0hHeomGQ7L9SeuwlSr2XT+7mIPgjY5WQ=="
},
"win32-arm64": {
"asset": "gh_2.99.0_windows_arm64.zip",
"integrity": "sha512-bfkWvHKeso1sYZiVi/rCEbCmQX6VKFNZRKBs8BAuyB5iBZkSywtsNNf7o/krzdneJQKwZjhW32oAtUkRwdmqww=="
"asset": "gh_2.100.0_windows_arm64.zip",
"integrity": "sha512-kcXzOQXYVS3nHnvtpW/CRQoVl4KNKTrZDmrpJecMX1ssSlc8dGwrQuU5awSFNDdhc5lN1GmwAlUEPUXdKnYjlQ=="
},
"win32-x64": {
"asset": "gh_2.99.0_windows_amd64.zip",
"integrity": "sha512-QCr18KItSY0J7uEoqCJvy/Ese3+evunMgMadzJO5itpm5NEvNkeb9SvWhIPwenFe3xNe1hYF9I33b6sIkAPjcA=="
"asset": "gh_2.100.0_windows_amd64.zip",
"integrity": "sha512-eOppqRvfG2MkDPdwaQ9hFkA7OX/wSIqwUBC78VIkuEiNA9q746IzsE6gnqIW2g7sIIXzUsvfhxPH1da9JZxQpg=="
}
},
"description": "GitHub CLI - workflow dispatch, release downloads, PR creation, and the --attach media uploader; host for the gh-aw agentic-workflows extension.",
Expand All @@ -39,12 +39,7 @@
"Preinstalled on GitHub-hosted runners; elsewhere the pinned archive above is downloaded and integrity-checked rather than installed by a system package manager",
"The gh-aw extension needs gh >= 2.0.0",
"2.99.0 adds the repeatable `--attach` flag on issue/pr create/edit/comment, which uploads a local image or video to user-attachments and rewrites the body to the hosted URL"
],
"soakBypass": {
"version": "2.99.0",
"published": "2026-09-01",
"removable": "2026-09-08"
}
]
},
"gh-aw": {
"description": "GitHub Agentic Workflows — `gh` extension that authors agentic workflows as `.github/workflows/<name>.md` (markdown + frontmatter) and compiles them to a hardened `<name>.lock.yml`. The fleet uses `engine: claude`.",
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26.8.1
26.8.2
Loading
Loading