Agentplugins 0.1.45
Immutable
release. Only release title and notes can be modified.
Highlights
- Install a repository's single nested Agent Plugins package without spelling out its subdirectory. Use
owner/repo@FULL_COMMIT_SHA; the CLI discovers and records the exact package path. - Root manifests keep priority. Ambiguous packages, invalid manifests, unsafe paths, and oversized discovery metadata fail with actionable errors instead of silently choosing a package.
- Preserve the selected immutable package identity through add, info, update, repair, and remove.
- Harden bounded Git subprocess handling on Linux and Windows.
- Add native CLI installers and an attested Homebrew formula publishing workflow.
Install or update
npx --package=universal-agent-plugins@0.1.45 agentplugins version
npm install --global universal-agent-plugins@0.1.45Verification
The release pipeline verifies checksums and artifact attestations, then executes the npm launcher and Go binary on macOS, Linux, and Windows, for both x64 and ARM64. Isolated lifecycle checks also run on macOS ARM64, Linux x64, and Windows x64. The npm publisher separately checks registry provenance and an isolated add/info/update/remove lifecycle.
These checks cover installer behavior, not every agent's model runtime or each service's OAuth flow.