Add agent-toolkit check-updates and update-skill --all - #10615
Open
AndrewAsseily wants to merge 2 commits into
Open
Add agent-toolkit check-updates and update-skill --all#10615AndrewAsseily wants to merge 2 commits into
AndrewAsseily wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes:
Adds
aws agent-toolkit check-updates, which reports the installed version, latest available version, and whether an update is available for each installed AWS skill. It is read-only and emits structured output, so it can be filtered with--queryor scripted. Adds--alltoaws agent-toolkit update-skillto update every out-of-date installed skill in one command instead of one--skill-nameat a time. Both accept--agentto scope to a single tool.--skill-namebecomes optional onupdate-skilland is mutually exclusive with--all; passing neither or both is a validation error. Existingupdate-skill --skill-namebehavior is unchanged.Each skill's version is resolved once per distinct name rather than once per install, and
--alldownloads a skill's archive once and writes it to every agent that has it installed. Neither command creates a client until local state shows there is something to look up.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.