Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "2.65.0",
"plugins/compound-engineering": "2.65.0",
".": "2.66.0",
"plugins/compound-engineering": "2.66.0",
"plugins/coding-tutor": "1.2.1",
".claude-plugin": "1.0.2",
".cursor-plugin": "1.0.1"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.66.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.65.0...cli-v2.66.0) (2026-04-14)


### Miscellaneous Chores

* **cli:** Synchronize compound-engineering versions

## [2.65.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.64.0...cli-v2.65.0) (2026-04-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@every-env/compound-plugin",
"version": "2.65.0",
"version": "2.66.0",
"description": "Official Compound Engineering plugin for Claude Code, Codex, and more",
"type": "module",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion plugins/compound-engineering/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/compound-engineering/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions plugins/compound-engineering/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ 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-14)


### 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))


### 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))
* **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))

## [2.65.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.64.0...compound-engineering-v2.65.0) (2026-04-11)


Expand Down