|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file. |
4 | 4 |
|
| 5 | +## v0.6.0 — Pipeline Kernel, defineConfig, Docs Site & Full-Stack Upgrade |
| 6 | + |
| 7 | +### Architecture |
| 8 | +- **`@agentplugins/pipeline`** — new middleware kernel: composable install pipeline with typed `PipelineContext`, `use()` registration, ordered execution, and abort support. Security gate migrated as a first-class pipeline plugin. |
| 9 | +- **`defineConfig` API** — plugin bus + per-target overrides; custom-adapter extensibility via the pipeline. |
| 10 | +- **`@agentplugins/contract`** zod 4 migration — schema as single source of truth; `zod-to-json-schema` at build time. |
| 11 | +- **`@agentplugins/core`**, **`@agentplugins/migrate`** zod 4 migration. |
| 12 | +- **`@agentplugins/store`** — GitHub tree-URL parsing for bare repo paths in `validateCloneUrl`. |
| 13 | + |
| 14 | +### Adapters |
| 15 | +- **`adapter-opencode`** — emits `mcpServers` as `mcp.servers` in `opencode.json` (breaking opencode config format alignment). |
| 16 | +- **`adapter-claude`** / **`adapter-opencode`** — agent `model` + `fallbackModels` frontmatter support. |
| 17 | +- **`adapter-copilot`** — universal hook-handler fix (copilot hook registration regression). |
| 18 | + |
| 19 | +### Tooling / Build |
| 20 | +- **tsup → tsdown** across all adapters + `@agentplugins/pipeline`. |
| 21 | +- **cleye** (replaces cac) + **logtape** structured logging (replaces chalk) in CLI. |
| 22 | +- **jiti v2** migration in CLI and `recompile-installed` script. |
| 23 | +- **pnpm catalog** + `.nvmrc 22` + `engines.node >=22` across the monorepo. |
| 24 | +- **`adapter-opencode`** / **`adapter-gemini`** tsc errors resolved. |
| 25 | + |
| 26 | +### Docs / Site |
| 27 | +- VitePress docs site: logo, sponsor CTA, reference landing page, SEO/sitemap/OG tags. |
| 28 | +- Capability-matrix restructured; porting guide added. |
| 29 | +- Domain updated `agentplugins.dev → agentplugins.pages.dev`; `$id` in schema JSON updated to match. |
| 30 | + |
| 31 | +### Project / CI |
| 32 | +- Community-health files: `CODE_OF_CONDUCT.md`, `CONTRIBUTING.md`, issue templates, PR template, `FUNDING.yml`, triage workflow. |
| 33 | +- CI typecheck scoped to `packages/**` (docs site and `example-profiler` lack `tsc` config). |
| 34 | +- Topological binary build in `release.yml` (`pnpm --filter './packages/**'` replaces selective filter). |
| 35 | +- `adapter-codex` / `adapter-kimi` `peerDependencies` bumped `^0.5.0 → ^0.6.0`. |
| 36 | + |
5 | 37 | ## v0.5.0 — @agentplugins/store + Setup Scripts |
6 | 38 |
|
7 | 39 | ### New package |
|
0 commit comments