Skip to content

v0.6.0

Choose a tag to compare

@espetro espetro released this 30 Jun 13:55
· 17 commits to main since this release

What's in v0.6.0

Architecture

  • @agentplugins/pipeline — new middleware kernel: composable install pipeline with typed PipelineContext, ordered execution, and abort support. Security gate migrated as a first-class pipeline plugin.
  • defineConfig API — 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 in validateCloneUrl.

Adapters

  • adapter-opencode — emits mcpServers as mcp.servers in opencode.json.
  • adapter-claude / adapter-opencode — agent model + fallbackModels frontmatter 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 in release.yml.
  • adapter-codex / adapter-kimi peerDependencies bumped ^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-plugin

Or install the CLI globally:

curl -fsSL https://agentplugins.pages.dev/install.sh | bash

Or via Homebrew (macOS/Linux):

brew install sigilco/tap-agentplugins/agentplugins