Suggests the latest stable package versions when writing code.
No reviews yet. Be the first to review!
Sign in to join the conversation
Check the latest versions of NPM packages. Parameters: dependencies (object containing package names and versions), constraints (optional object for version constraints)
Check the latest versions of Python packages from requirements.txt. Parameters: requirements (array of package specifications)
Check the latest versions of Python packages from pyproject.toml. Parameters: dependencies (object containing both required and optional dependencies)
Check the latest versions of Java packages from Maven. Parameters: dependencies (array of objects with groupId, artifactId, and version)
Check the latest versions of Java packages from Gradle. Parameters: dependencies (array of objects with configuration, group, name, and version)
Check the latest versions of Go packages from go.mod. Parameters: dependencies (object containing module and required packages with their versions)
Check available tags for Docker images. Parameters: image (string), registry (string), limit (number), filterTags (array of regex patterns), includeDigest (boolean)
List or search AWS Bedrock models. Parameters: action (string: 'list' or 'search'), query (optional string for search), provider (optional string for specifying the provider)
Get the latest Claude Sonnet model. Parameters: none
Check the latest versions of Swift packages. Parameters: dependencies (array of objects with URL and version), constraints (optional object for version constraints)
Check the latest versions of GitHub Actions. Parameters: actions (array of objects with owner, repo, and currentVersion), includeDetails (boolean to include more details)