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 with 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 dependencies and their versions).
Check the latest versions of Java packages from Maven. Parameters: dependencies (array of dependency objects with groupId, artifactId, and version).
Check the latest versions of Java packages from Gradle. Parameters: dependencies (array of dependency objects with configuration, group, name, and version).
Check the latest versions of Go packages from go.mod. Parameters: dependencies (object with module and require array of package objects).
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: 'list' or 'search'), query (optional string for search), provider (optional string for specific provider).
Get the latest Claude Sonnet model. No parameters required.
Check the latest versions of Swift packages. Parameters: dependencies (array of package objects with url and version), constraints (optional object for version constraints).
Check the latest versions of GitHub Actions. Parameters: actions (array of action objects with owner, repo, and currentVersion), includeDetails (boolean for additional details).