Overview
Three CLI tools have been updated today (Apr 10, 2026). All changes have been applied to pkg/constants/version_constants.go and workflows recompiled (187/187).
| Tool |
Previous |
New |
Type |
| Claude Code |
2.1.94 |
2.1.98 |
Patch update |
| Copilot CLI |
1.0.20 (pinned) |
1.0.22 |
Bug fix — unpin |
| Gemini CLI |
0.36.0 |
0.37.1 |
Minor update |
Update: Claude Code 2.1.94 → 2.1.98
Intermediate versions: 2.1.96, 2.1.97, 2.1.98
View Details
No public repository or changelog. NPM metadata confirms 2.1.98 is the latest stable release.
Recent version sequence from NPM:
- 2.1.94 (previous)
- 2.1.96
- 2.1.97 (noted in yesterday's run, issue created)
- 2.1.98 (new today)
CLI Discovery (from cached 2.1.97 help)
No structural changes detected in CLI help output. Incremental patch releases.
Impact Assessment
- Risk: Low
- Affects: All Claude Code engine workflows
- Migration: None required
Package Links
Update: Copilot CLI 1.0.20 (pinned) → 1.0.22 (unpin)
Critical context: Copilot CLI was pinned at 1.0.20 due to a silent startup crash introduced in 1.0.21. The crash caused all Copilot-engine workflows (estimated 124 workflows) to fail for 35+ hours (Apr 8–9). This was tracked in #25468 (closed Apr 9).
1.0.22 has been installed and verified — startup succeeds with exit code 0. The silent crash bug is confirmed fixed.
View Details
Version sequence:
- 1.0.20 — pinned stable baseline
- 1.0.21 — introduced silent startup crash (copilot exits with code 1, 0 bytes output, after ~1-2s)
- 1.0.22-0 — pre-release
- 1.0.22 — stable, crash resolved
CLI comparison (1.0.21 → 1.0.22):
No structural changes in --help output. Same flags, same subcommands (help, init, login, mcp, plugin, update, version). Same help topics (commands, config, environment, logging, monitoring, permissions, providers).
Root cause of 1.0.21 crash (from #25468):
The Copilot CLI exited with code 1 silently — zero stdout/stderr — after ~1-2 seconds. Pattern:
[copilot-driver] process exit event exitCode=1
[copilot-driver] stdout=0B stderr=0B hasOutput=false
Not a CAPI 400 error. Likely a startup initialization bug in 1.0.21.
Verification: copilot --help in 1.0.22 exits with code 0 and produces full output.
Impact Assessment
- Risk: Low (bug fix release, verified working)
- Affects: All Copilot-engine workflows (~124 workflows) — previously broken, now restored
- Migration: Pin comment removed from
version_constants.go
Package Links
Update: Gemini CLI 0.36.0 → 0.37.1
Intermediate versions: 0.37.0-preview.0, 0.37.0-preview.1, 0.37.0-preview.2, 0.37.0, 0.37.1
View Details
No public changelog available. Version history shows a preview series before the stable 0.37.0 release, followed by the 0.37.1 patch.
Note: 0.38.0-preview.0 exists as a pre-release (skipped — stable only per policy).
Impact Assessment
- Risk: Low
- Affects: All Gemini-engine workflows
- Migration: None required
Package Links
Compilation Results
- 187/187 workflows compiled successfully after
make recompile
- No lock file errors
References:
Generated by CLI Version Checker · ● 242.3K · ◷
Overview
Three CLI tools have been updated today (Apr 10, 2026). All changes have been applied to
pkg/constants/version_constants.goand workflows recompiled (187/187).Update: Claude Code 2.1.94 → 2.1.98
Intermediate versions: 2.1.96, 2.1.97, 2.1.98
View Details
No public repository or changelog. NPM metadata confirms 2.1.98 is the latest stable release.
Recent version sequence from NPM:
CLI Discovery (from cached 2.1.97 help)
No structural changes detected in CLI help output. Incremental patch releases.
Impact Assessment
Package Links
Update: Copilot CLI 1.0.20 (pinned) → 1.0.22 (unpin)
Critical context: Copilot CLI was pinned at 1.0.20 due to a silent startup crash introduced in 1.0.21. The crash caused all Copilot-engine workflows (estimated 124 workflows) to fail for 35+ hours (Apr 8–9). This was tracked in #25468 (closed Apr 9).
1.0.22 has been installed and verified — startup succeeds with exit code 0. The silent crash bug is confirmed fixed.
View Details
Version sequence:
CLI comparison (1.0.21 → 1.0.22):
No structural changes in
--helpoutput. Same flags, same subcommands (help,init,login,mcp,plugin,update,version). Same help topics (commands,config,environment,logging,monitoring,permissions,providers).Root cause of 1.0.21 crash (from #25468):
The Copilot CLI exited with code 1 silently — zero stdout/stderr — after ~1-2 seconds. Pattern:
Not a CAPI 400 error. Likely a startup initialization bug in 1.0.21.
Verification:
copilot --helpin 1.0.22 exits with code 0 and produces full output.Impact Assessment
version_constants.goPackage Links
Update: Gemini CLI 0.36.0 → 0.37.1
Intermediate versions: 0.37.0-preview.0, 0.37.0-preview.1, 0.37.0-preview.2, 0.37.0, 0.37.1
View Details
No public changelog available. Version history shows a preview series before the stable 0.37.0 release, followed by the 0.37.1 patch.
Note: 0.38.0-preview.0 exists as a pre-release (skipped — stable only per policy).
Impact Assessment
Package Links
Compilation Results
make recompileReferences: