Skip to content

chore: release#1

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: release#1
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 1, 2026

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:

    • Adds 38 new agent definitions (52 total), bringing parity with the broader skills ecosystem (Amp, Antigravity, Augment, OpenClaw, Continue, Crush, Junie, Trae, Warp, Zencoder, and many more), with XDG_CONFIG_HOME, CODEX_HOME, CLAUDE_CONFIG_DIR, and VIBE_HOME env-var overrides honored.
    • Adds plugin manifest discovery: discoverSkills now reads .claude-plugin/marketplace.json and .claude-plugin/plugin.json, attaches pluginName to grouped skills, and rejects entries that escape the source root.
    • Adds well-known skills support: parseSkillSource recognises arbitrary HTTPS URLs as well-known sources, and fetchWellKnownSkills resolves /.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 clone failures now print actionable next steps (timeout env var, gh auth status, SSH key checks).
    • skill list is 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

    • SkillSourceType gained a new member: "well-known". TS consumers doing exhaustive switch over the union will see a new case to handle.
    • Arbitrary HTTPS URLs without a .git suffix or git@ prefix (e.g. https://docs.example.com, https://git.self-hosted.example/owner/repo) are now classified as well-known instead of falling through to a generic git clone. 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).

@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 145db1c to 68c8d42 Compare May 1, 2026 02:24
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 68c8d42 to 057efc9 Compare May 1, 2026 07:22
@vercel
Copy link
Copy Markdown

vercel Bot commented May 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-install-website Ready Ready Preview, Comment May 1, 2026 7:22am

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.

0 participants