'Find which major versions of a package are compatible with a given dependency constraint. Examples: which livewire versions work with illuminate/support ^11.0? Which laravel/framework versions work with PHP ^8.2?'
)
->withTool(
[GetReleaseNotesTool::class, 'getReleaseNotes'],
'get_release_notes',
'Fetch aggregated release notes for a package between two versions from GitHub releases.'