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 with 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 with module and required packages).
Check available tags for Docker images. Parameters: image (string), registry (string), limit (number), filterTags (array of strings), includeDigest (boolean).
List or search for AWS Bedrock models. Parameters: action (string, either 'list' or 'search'), query (optional string), provider (optional string).
Get the latest Claude Sonnet model. No parameters required.
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).