Skip to content

Commit d297d86

Browse files
committed
chore(release): v0.6.1 — release infrastructure patch (Windows binary, single release model)
1 parent b1334cb commit d297d86

18 files changed

Lines changed: 27 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## v0.6.1 — Release infrastructure patch
6+
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.
12+
513
## v0.6.0 — Pipeline Kernel, defineConfig, Docs Site & Full-Stack Upgrade
614

715
### Architecture

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.0",
3+
"version": "0.6.1",
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.0",
3+
"version": "0.6.1",
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.0"
30+
"@agentplugins/core": "^0.6.1"
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.0",
3+
"version": "0.6.1",
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.0",
3+
"version": "0.6.1",
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.0",
3+
"version": "0.6.1",
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.0"
36+
"@agentplugins/core": "^0.6.1"
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.0",
3+
"version": "0.6.1",
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.0",
3+
"version": "0.6.1",
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/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentplugins/cli",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "CLI for building AgentPlugins plugins across multiple AI agent harnesses",
55
"type": "module",
66
"bin": {

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.0",
3+
"version": "0.6.1",
44
"description": "Shared codegen kernel for AgentPlugins adapters. Secure emit helpers, sanitizers, lint, validation, hook-wrapper.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)