Expand description
Version checking utilities for Claude CLI compatibility
Functions§
- check_
claude_ version - Check the Claude CLI version and warn if newer than tested This will only issue a warning once per program execution
- check_
claude_ version_ async - Async version check for tokio-based clients
- tested_
cli_ version - The Claude CLI release this crate’s live integration suite last passed
against — the machine-readable form of the crate’s version convention
(the crate version approximates this; crate-side patch offsets can push
it past). Kept in lockstep with the README’s
Tested against:line by CI.