Skip to content

Commit b1f3914

Browse files
committed
chore(release): v0.6.1 — bump only @agentplugins/cli to 0.6.1 for Windows binary
1 parent d297d86 commit b1f3914

17 files changed

Lines changed: 21 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
All notable changes to this project are documented in this file.
44

5-
## v0.6.1 — Release infrastructure patch
5+
## v0.6.1 — CLI patch (Windows binary)
66

7-
### CI / Release
8-
- Fix Windows binary archive: Bun appends `.exe` when cross-compiling for `bun-windows-x64`; zip step now references the correct filename.
9-
- `release.yml`: `createGithubReleases: false` suppresses per-package changeset tags/releases — only a single `v*` release is created.
10-
- `github-release` and `update-homebrew-tap` jobs now run even when individual binary matrix targets fail (not cancelled), so a single platform failure no longer skips the GitHub Release and Homebrew tap update.
11-
- Sponsor CTA moved above install commands in README.
7+
### `@agentplugins/cli`
8+
- Bump to `0.6.1` to deliver the Windows (`x86_64-pc-windows-msvc`) binary missing from the v0.6.0 GitHub Release due to a CI archive bug (Bun appends `.exe` on Windows cross-compile; the zip step was referencing the bare filename). All other packages remain at `0.6.0`.
129

1310
## v0.6.0 — Pipeline Kernel, defineConfig, Docs Site & Full-Stack Upgrade
1411

packages/adapter-claude/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentplugins/adapter-claude",
3-
"version": "0.6.1",
3+
"version": "0.6.0",
44
"description": "AgentPlugins platform adapter for Claude Code",
55
"type": "module",
66
"main": "./dist/index.mjs",

packages/adapter-codex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentplugins/adapter-codex",
3-
"version": "0.6.1",
3+
"version": "0.6.0",
44
"description": "AgentPlugins platform adapter for OpenAI Codex CLI",
55
"main": "./dist/index.cjs",
66
"types": "./dist/index.d.mts",
@@ -27,7 +27,7 @@
2727
"vitest": "catalog:"
2828
},
2929
"peerDependencies": {
30-
"@agentplugins/core": "^0.6.1"
30+
"@agentplugins/core": "^0.6.0"
3131
},
3232
"files": [
3333
"dist",

packages/adapter-copilot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentplugins/adapter-copilot",
3-
"version": "0.6.1",
3+
"version": "0.6.0",
44
"description": "GitHub Copilot CLI platform adapter for AgentPlugins — compiles AgentPlugins plugins into Copilot-compatible manifests, hooks, skills, and MCP configuration",
55
"main": "./dist/index.cjs",
66
"types": "./dist/index.d.mts",

packages/adapter-gemini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentplugins/adapter-gemini",
3-
"version": "0.6.1",
3+
"version": "0.6.0",
44
"description": "AgentPlugins platform adapter for Google Gemini CLI extensions",
55
"type": "module",
66
"main": "./dist/index.mjs",

packages/adapter-kimi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentplugins/adapter-kimi",
3-
"version": "0.6.1",
3+
"version": "0.6.0",
44
"description": "AgentPlugins platform adapter for Kimi (Moonshot AI)",
55
"main": "./dist/index.cjs",
66
"types": "./dist/index.d.mts",
@@ -33,7 +33,7 @@
3333
"vitest": "catalog:"
3434
},
3535
"peerDependencies": {
36-
"@agentplugins/core": "^0.6.1"
36+
"@agentplugins/core": "^0.6.0"
3737
},
3838
"keywords": [
3939
"agentplugins",

packages/adapter-opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentplugins/adapter-opencode",
3-
"version": "0.6.1",
3+
"version": "0.6.0",
44
"description": "OpenCode platform adapter for AgentPlugins - generates OpenCode-compatible plugins from universal manifests",
55
"type": "module",
66
"main": "./dist/index.js",

packages/adapter-pimono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentplugins/adapter-pimono",
3-
"version": "0.6.1",
3+
"version": "0.6.0",
44
"description": "Pi Mono platform adapter for AgentPlugins — generates TypeScript-native extensions for the Pi agent runtime",
55
"type": "module",
66
"main": "./dist/index.mjs",

packages/compile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentplugins/compile",
3-
"version": "0.6.1",
3+
"version": "0.6.0",
44
"description": "Shared codegen kernel for AgentPlugins adapters. Secure emit helpers, sanitizers, lint, validation, hook-wrapper.",
55
"type": "module",
66
"main": "./dist/index.js",

packages/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentplugins/contract",
3-
"version": "0.6.1",
3+
"version": "0.6.0",
44
"description": "Single-source-of-truth manifest schema for AgentPlugins. Zod schema → TypeScript types → manifest.schema.json.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)