v0.6.0
What's in v0.6.0
Architecture
@agentplugins/pipeline— new middleware kernel: composable install pipeline with typedPipelineContext, ordered execution, and abort support. Security gate migrated as a first-class pipeline plugin.defineConfigAPI — plugin bus + per-target overrides; custom-adapter extensibility via the pipeline.@agentplugins/contract,core,migrate,adapter-opencode— zod 4 migration.@agentplugins/store— GitHub tree-URL parsing for bare repo paths invalidateCloneUrl.
Adapters
adapter-opencode— emitsmcpServersasmcp.serversinopencode.json.adapter-claude/adapter-opencode— agentmodel+fallbackModelsfrontmatter support.adapter-copilot— universal hook-handler fix.
Tooling / Build
- tsup → tsdown for all adapters +
@agentplugins/pipeline. - cleye (replaces cac) + logtape structured logging (replaces chalk) in CLI.
- jiti v2 migration; pnpm catalog;
.nvmrc 22;engines.node >=22.
Docs / Site
- VitePress docs site: logo, sponsor CTA, reference landing, SEO/sitemap/OG.
- Capability-matrix restructured; porting guide added.
- Domain updated
agentplugins.dev → agentplugins.pages.dev.
CI / Project
- Community-health files, issue/PR templates, triage workflow.
- CI typecheck scoped to
packages/**; topological binary build inrelease.yml. adapter-codex/adapter-kimipeerDependenciesbumped^0.5.0 → ^0.6.0.
Packages published
All 17 packages at 0.6.0 on npm under the @agentplugins scope:
adapter-claude, adapter-codex, adapter-copilot, adapter-gemini, adapter-kimi, adapter-opencode, adapter-pimono, cli, compile, contract, core, ingest, migrate, pipeline, schema, security, store
Installation
npx @agentplugins/cli add user/your-pluginOr install the CLI globally:
curl -fsSL https://agentplugins.pages.dev/install.sh | bashOr via Homebrew (macOS/Linux):
brew install sigilco/tap-agentplugins/agentplugins