Skip to content

Commit e840756

Browse files
release: v0.9.0 — add Kiro CLI target provider
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0099e25 commit e840756

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to the `@every-env/compound-plugin` CLI tool will be documen
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.0] - 2026-02-17
9+
10+
### Added
11+
12+
- **Kiro CLI target**`--to kiro` converts plugins to `.kiro/` format with custom agent JSON configs, prompt files, skills, steering files, and `mcp.json`. Only stdio MCP servers are supported ([#196](https://github.com/EveryInc/compound-engineering-plugin/pull/196)) — thanks [@krthr](https://github.com/krthr)!
13+
14+
---
15+
816
## [0.8.0] - 2026-02-17
917

1018
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@every-env/compound-plugin",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"type": "module",
55
"private": false,
66
"bin": {

src/commands/convert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default defineCommand({
2323
to: {
2424
type: "string",
2525
default: "opencode",
26-
description: "Target format (opencode | codex | droid | cursor | pi | gemini | kiro)",
26+
description: "Target format (opencode | codex | droid | cursor | pi | copilot | gemini | kiro)",
2727
},
2828
output: {
2929
type: "string",

0 commit comments

Comments
 (0)