From e1906592cbd49889beb82e1be76359398b6d3d58 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Tue, 17 Feb 2026 10:27:37 -0800 Subject: [PATCH] chore: bump version to 0.8.0, update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f5f05..87ac63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to the `@every-env/compound-plugin` CLI tool will be documen The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.0] - 2026-02-17 + +### Added + +- **GitHub Copilot target** — `--to copilot` converts plugins to `.github/` format with `.agent.md` files, `SKILL.md` skills, and `copilot-mcp-config.json`. Also supports `sync --target copilot` ([#192](https://github.com/EveryInc/compound-engineering-plugin/pull/192)) — thanks [@brayanjuls](https://github.com/brayanjuls)! +- **Native Cursor plugin support** — Cursor now installs via `/add-plugin compound-engineering` using Cursor's native plugin system instead of CLI conversion ([#184](https://github.com/EveryInc/compound-engineering-plugin/pull/184)) — thanks [@ericzakariasson](https://github.com/ericzakariasson)! + +### Removed + +- Cursor CLI conversion target (`--to cursor`) — replaced by native Cursor plugin install + +--- + ## [0.6.0] - 2026-02-12 ### Added diff --git a/package.json b/package.json index 832a5b2..1115dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "0.7.0", + "version": "0.8.0", "type": "module", "private": false, "bin": {