This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed star update on Windows PowerShell 5.1 by invoking curl.exe and adding --ssl-no-revoke to skip TLS revocation checks.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes `star update` on Windows PowerShell 5.1 by using curl.exe instead of alias. Fixes `star update` on Windows PowerShell 5.1 by using curl.exe instead of alias. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Adds `--ssl-no-revoke` flag to curl.exe calls for Windows TLS revocation handling. Adds `--ssl-no-revoke` flag to curl.exe calls for Windows TLS revocation handling. Source: llm_adapter@2026-05-25 Confidence: high |
— |
Full changelog
Fixed star update broken on Windows PowerShell 5.1:
curlis a built-in alias forInvoke-WebRequestin PS 5.1 so& curl -fsSL ...resolved to the cmdlet. Changed allcurlinvocations tocurl.exeto bypass alias resolution.- Added
--ssl-no-revoketo allcurl.execalls. curl.exe on Windows uses schannel (native TLS) which requires OCSP/CRL revocation checks;--ssl-no-revokeskips the check when the network can't reach the CA's revocation endpoint (corporate firewalls, restricted Wi-Fi, transient OCSP outage).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About clefspear/starcommand](https:
All releases →Related context
Beta — feedback welcome: [email protected]