Skip to content

Add agent-toolkit check-updates and update-skill --all - #10615

Open
AndrewAsseily wants to merge 2 commits into
v2from
nyandrew/agent-toolkit-check-updates
Open

Add agent-toolkit check-updates and update-skill --all#10615
AndrewAsseily wants to merge 2 commits into
v2from
nyandrew/agent-toolkit-check-updates

Conversation

@AndrewAsseily

Copy link
Copy Markdown
Contributor

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 --query or scripted. Adds --all to aws agent-toolkit update-skill to update every out-of-date installed skill in one command instead of one --skill-name at a time. Both accept --agent to scope to a single tool. --skill-name becomes optional on update-skill and is mutually exclusive with --all; passing neither or both is a validation error. Existing update-skill --skill-name behavior is unchanged.

Each skill's version is resolved once per distinct name rather than once per install, and --all downloads 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.

@AndrewAsseily
AndrewAsseily requested a review from a team as a code owner September 2, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant