chore: release#1
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
145db1c to
68c8d42
Compare
68c8d42 to
057efc9
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
agent-install@0.1.0
Minor Changes
b0f9656: Skills surface gets a major capability bump:
XDG_CONFIG_HOME,CODEX_HOME,CLAUDE_CONFIG_DIR, andVIBE_HOMEenv-var overrides honored.discoverSkillsnow reads.claude-plugin/marketplace.jsonand.claude-plugin/plugin.json, attachespluginNameto grouped skills, and rejects entries that escape the source root.parseSkillSourcerecognises arbitrary HTTPS URLs aswell-knownsources, andfetchWellKnownSkillsresolves/.well-known/agent-skills/index.json(with/.well-known/skills/legacy fallback), validates entry shape, and downloads each declared file into a temp dir for the normal install pipeline.git clonefailures now print actionable next steps (timeout env var,gh auth status, SSH key checks).skill listis symlink-aware and only attributes skills to agents that are actually installed (or have a leftover skills folder), so universal agents stop double-listing under every redirect.Behavior changes worth knowing
SkillSourceTypegained a new member:"well-known". TS consumers doing exhaustiveswitchover the union will see a new case to handle..gitsuffix orgit@prefix (e.g.https://docs.example.com,https://git.self-hosted.example/owner/repo) are now classified aswell-knowninstead of falling through to a genericgitclone. To force the legacy git-clone path for a self-hosted repo, append.git(e.g.https://git.self-hosted.example/owner/repo.git) or use the SSH form (git@host:owner/repo.git).