Skip to content

Commit 347eaba

Browse files
chore: release main
1 parent b979143 commit 347eaba

6 files changed

Lines changed: 41 additions & 5 deletions

File tree

.github/.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "2.63.1",
3-
"plugins/compound-engineering": "2.63.1",
2+
".": "2.64.0",
3+
"plugins/compound-engineering": "2.64.0",
44
"plugins/coding-tutor": "1.2.1",
55
".claude-plugin": "1.0.2",
66
".cursor-plugin": "1.0.1"

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.64.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.63.1...cli-v2.64.0) (2026-04-10)
4+
5+
6+
### Features
7+
8+
* **ce-demo-reel:** add demo reel skill with Python capture pipeline ([#541](https://github.com/EveryInc/compound-engineering-plugin/issues/541)) ([b979143](https://github.com/EveryInc/compound-engineering-plugin/commit/b979143ad0460a985dd224e7f1858416d79551fb))
9+
* **ce-update:** add plugin version check skill and ce_platforms filtering ([#532](https://github.com/EveryInc/compound-engineering-plugin/issues/532)) ([d37f0ed](https://github.com/EveryInc/compound-engineering-plugin/commit/d37f0ed16f94aaec2a7b435a0aaa018de5631ed3))
10+
* **ce-work-beta:** add beta Codex delegation mode ([#476](https://github.com/EveryInc/compound-engineering-plugin/issues/476)) ([31b0686](https://github.com/EveryInc/compound-engineering-plugin/commit/31b0686c2e88808381560314f10ce276c86e11e2))
11+
* **ce-work:** reduce token usage by extracting late-sequence references ([#540](https://github.com/EveryInc/compound-engineering-plugin/issues/540)) ([bb59547](https://github.com/EveryInc/compound-engineering-plugin/commit/bb59547a2efdd4e7213c149f51abd9c9a17016dd))
12+
* **session-historian:** cross-platform session history agent and /ce-sessions skill ([#534](https://github.com/EveryInc/compound-engineering-plugin/issues/534)) ([3208ec7](https://github.com/EveryInc/compound-engineering-plugin/commit/3208ec71f8f2209abc76baf97e3967406755317d))
13+
14+
15+
### Bug Fixes
16+
17+
* **openclaw:** use sync plugin registration ([#498](https://github.com/EveryInc/compound-engineering-plugin/issues/498)) ([2c05c43](https://github.com/EveryInc/compound-engineering-plugin/commit/2c05c43dc8b66ae37501e42a9747c07d82002185))
18+
319
## [2.63.1](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.63.0...cli-v2.63.1) (2026-04-07)
420

521

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": "2.63.1",
3+
"version": "2.64.0",
44
"description": "Official Compound Engineering plugin for Claude Code, Codex, and more",
55
"type": "module",
66
"private": false,

plugins/compound-engineering/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compound-engineering",
3-
"version": "2.63.1",
3+
"version": "2.64.0",
44
"description": "AI-powered development tools for code review, research, design, and workflow automation.",
55
"author": {
66
"name": "Kieran Klaassen",

plugins/compound-engineering/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "compound-engineering",
33
"displayName": "Compound Engineering",
4-
"version": "2.63.1",
4+
"version": "2.64.0",
55
"description": "AI-powered development tools for code review, research, design, and workflow automation.",
66
"author": {
77
"name": "Kieran Klaassen",

plugins/compound-engineering/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@ All notable changes to the compound-engineering plugin will be documented in thi
99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

12+
## [2.64.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.63.1...compound-engineering-v2.64.0) (2026-04-10)
13+
14+
15+
### Features
16+
17+
* **ce-demo-reel:** add demo reel skill with Python capture pipeline ([#541](https://github.com/EveryInc/compound-engineering-plugin/issues/541)) ([b979143](https://github.com/EveryInc/compound-engineering-plugin/commit/b979143ad0460a985dd224e7f1858416d79551fb))
18+
* **ce-plan:** add output structure and scope sub-categorization ([#542](https://github.com/EveryInc/compound-engineering-plugin/issues/542)) ([f3cc754](https://github.com/EveryInc/compound-engineering-plugin/commit/f3cc7545e5eca0c3774b2803fa5515ff98a8fc1e))
19+
* **ce-review:** add compact returns to reduce orchestrator context during merge ([#535](https://github.com/EveryInc/compound-engineering-plugin/issues/535)) ([a5ce094](https://github.com/EveryInc/compound-engineering-plugin/commit/a5ce09477291766ffc03e0ae4e9e1e0f80560c2b))
20+
* **ce-update:** add plugin version check skill and ce_platforms filtering ([#532](https://github.com/EveryInc/compound-engineering-plugin/issues/532)) ([d37f0ed](https://github.com/EveryInc/compound-engineering-plugin/commit/d37f0ed16f94aaec2a7b435a0aaa018de5631ed3))
21+
* **ce-work-beta:** add beta Codex delegation mode ([#476](https://github.com/EveryInc/compound-engineering-plugin/issues/476)) ([31b0686](https://github.com/EveryInc/compound-engineering-plugin/commit/31b0686c2e88808381560314f10ce276c86e11e2))
22+
* **ce-work:** reduce token usage by extracting late-sequence references ([#540](https://github.com/EveryInc/compound-engineering-plugin/issues/540)) ([bb59547](https://github.com/EveryInc/compound-engineering-plugin/commit/bb59547a2efdd4e7213c149f51abd9c9a17016dd))
23+
* **session-historian:** cross-platform session history agent and /ce-sessions skill ([#534](https://github.com/EveryInc/compound-engineering-plugin/issues/534)) ([3208ec7](https://github.com/EveryInc/compound-engineering-plugin/commit/3208ec71f8f2209abc76baf97e3967406755317d))
24+
* **slack-researcher:** add /ce-slack-research skill and improve agent ([#538](https://github.com/EveryInc/compound-engineering-plugin/issues/538)) ([042ee73](https://github.com/EveryInc/compound-engineering-plugin/commit/042ee732398d1f41b9b91953569a54e40303332d))
25+
26+
27+
### Bug Fixes
28+
29+
* **ce-compound:** explicit mode prompt and lightweight rename ([#528](https://github.com/EveryInc/compound-engineering-plugin/issues/528)) ([0ae91dc](https://github.com/EveryInc/compound-engineering-plugin/commit/0ae91dcc298721e5b2c4ab6d1fc6f76a13b6f67c))
30+
* **git-commit-push-pr:** remove harness slug from badge table ([#539](https://github.com/EveryInc/compound-engineering-plugin/issues/539)) ([044a035](https://github.com/EveryInc/compound-engineering-plugin/commit/044a035e77298c4b8d2152ac2cba36fc00f5b99a))
31+
1232
## [2.63.1](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.63.0...compound-engineering-v2.63.1) (2026-04-07)
1333

1434

0 commit comments

Comments
 (0)