feat: SDK update for version 22.1.2#327
Conversation
Greptile SummaryThis PR bumps the CLI version to 22.1.2 and delivers three targeted improvements: richer error propagation from server session revocation, correct failure behavior in
Confidence Score: 4/5Safe to merge; the error-handling improvements are correct and the version bump is consistent across all install surfaces. The core logic change — surfacing server errors from session revocation instead of silently swallowing them — is implemented correctly. The multi-session logout path intentionally continues after an error rather than returning early, but this means a silent session switch can happen without informing the user when a partial failure occurs. The new
Important Files Changed
Reviews (1): Last reviewed commit: "chore: update Command Line SDK to 22.1.2" | Re-trigger Greptile |
This PR contains updates to the SDK for version 22.1.2.
What's Changed
account.adminscopelogoutnow reports the underlying server error when a session can't be revokedlogoutandclient --resetno longer report success when the server session revocation fails