Expand description
Version information for the Claude Agent SDK
Constants§
- CLI_
VERSION - Bundled Claude Code CLI version (build.rs downloads this version when
bundled-clifeature is enabled) - ENTRYPOINT
- Entrypoint identifier for subprocess
- MIN_
CLI_ VERSION - Minimum required Claude Code CLI version
- SDK_
VERSION - The version of this SDK
- SKIP_
VERSION_ CHECK_ ENV - Environment variable to skip version check
Functions§
- bundled_
cli_ path - Get the full path to the bundled CLI binary.
- check_
version - Check if the CLI version meets the minimum requirement
- get_
claude_ code_ version - Get Claude Code CLI version
- parse_
version - Parse a semantic version string into (major, minor, patch)