chore: release main (#549)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-15 14:16:07 -07:00
committed by GitHub
parent 5cae4d1dab
commit d18e28eb57
6 changed files with 31 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "compound-engineering",
"version": "2.65.0",
"version": "2.66.0",
"description": "AI-powered development tools for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",

View File

@@ -1,7 +1,7 @@
{
"name": "compound-engineering",
"displayName": "Compound Engineering",
"version": "2.65.0",
"version": "2.66.0",
"description": "AI-powered development tools for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",

View File

@@ -9,6 +9,24 @@ All notable changes to the compound-engineering plugin will be documented in thi
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).
## [2.66.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.65.0...compound-engineering-v2.66.0) (2026-04-15)
### Features
* **ce-optimize:** Auto-research loop for tuning system prompts / vector clustering / evaluating different code solution / etc ([#446](https://github.com/EveryInc/compound-engineering-plugin/issues/446)) ([8f20aa0](https://github.com/EveryInc/compound-engineering-plugin/commit/8f20aa0406a7cda4ff11da45b971e38681650678))
* **ce-pr-description:** focused skill for PR description generation ([#561](https://github.com/EveryInc/compound-engineering-plugin/issues/561)) ([8ec6d33](https://github.com/EveryInc/compound-engineering-plugin/commit/8ec6d339fee38cf4306e6586f726486cbae713b0))
### Bug Fixes
* **ce-plan:** close escape hatches that let the skill abandon direct invocations ([#554](https://github.com/EveryInc/compound-engineering-plugin/issues/554)) ([e4d5f24](https://github.com/EveryInc/compound-engineering-plugin/commit/e4d5f241bd3945784905a32d7fb7ef9305c621e8))
* **ce-review:** always fetch base branch to prevent stale merge-base ([#544](https://github.com/EveryInc/compound-engineering-plugin/issues/544)) ([4e0ed2c](https://github.com/EveryInc/compound-engineering-plugin/commit/4e0ed2cc8ddadf6d5504210e1210728e6f7cc9aa))
* **ce-update:** use correct marketplace name in cache path ([#566](https://github.com/EveryInc/compound-engineering-plugin/issues/566)) ([d8305dd](https://github.com/EveryInc/compound-engineering-plugin/commit/d8305dd159ebe9d89df9c4af5a7d0fb2b128801b))
* **ce-work,ce-work-beta:** add safety checks for parallel subagent dispatch ([#557](https://github.com/EveryInc/compound-engineering-plugin/issues/557)) ([5cae4d1](https://github.com/EveryInc/compound-engineering-plugin/commit/5cae4d1dab212d7e438f0b081986e987c860d4d5))
* **document-review, review:** restrict reviewer agents to read-only tools ([#553](https://github.com/EveryInc/compound-engineering-plugin/issues/553)) ([e45c435](https://github.com/EveryInc/compound-engineering-plugin/commit/e45c435b996f7c0bf5ae0e23c0ab95b3fbd9204c))
* **git-commit-push-pr:** rewrite descriptions as net result, not changelog ([#558](https://github.com/EveryInc/compound-engineering-plugin/issues/558)) ([a559903](https://github.com/EveryInc/compound-engineering-plugin/commit/a55990387d48fa7af598880746ff862cc8f10acd))
## [2.65.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.64.0...compound-engineering-v2.65.0) (2026-04-11)