Skip to content

Commit 6f3c841

Browse files
chore: release main (#508)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f4e0904 commit 6f3c841

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

.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.62.0",
3-
"plugins/compound-engineering": "2.62.0",
2+
".": "2.62.1",
3+
"plugins/compound-engineering": "2.62.1",
44
"plugins/coding-tutor": "1.2.1",
55
".claude-plugin": "1.0.2",
66
".cursor-plugin": "1.0.1"

CHANGELOG.md

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

3+
## [2.62.1](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.62.0...cli-v2.62.1) (2026-04-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **ce-brainstorm:** reduce token cost by extracting late-sequence content ([#511](https://github.com/EveryInc/compound-engineering-plugin/issues/511)) ([bdeb793](https://github.com/EveryInc/compound-engineering-plugin/commit/bdeb7935fcdb147b73107177769c2e968463d93f))
9+
* **cli:** resolve repo-wide tsc --noEmit type errors ([#512](https://github.com/EveryInc/compound-engineering-plugin/issues/512)) ([3fa0c81](https://github.com/EveryInc/compound-engineering-plugin/commit/3fa0c815b286c9e11b28dc04c803529e73b79c1b))
10+
311
## [2.62.0](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v2.61.0...cli-v2.62.0) (2026-04-03)
412

513

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.62.0",
3+
"version": "2.62.1",
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.62.0",
3+
"version": "2.62.1",
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.62.0",
4+
"version": "2.62.1",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ 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.62.1](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.62.0...compound-engineering-v2.62.1) (2026-04-05)
13+
14+
15+
### Bug Fixes
16+
17+
* **ce-brainstorm:** reduce token cost by extracting late-sequence content ([#511](https://github.com/EveryInc/compound-engineering-plugin/issues/511)) ([bdeb793](https://github.com/EveryInc/compound-engineering-plugin/commit/bdeb7935fcdb147b73107177769c2e968463d93f))
18+
* **ce-ideate,ce-review:** reduce token cost and latency ([#515](https://github.com/EveryInc/compound-engineering-plugin/issues/515)) ([f4e0904](https://github.com/EveryInc/compound-engineering-plugin/commit/f4e09044ba4073f9447d783bfb7a72326ff7bf6b))
19+
* **document-review:** promote pattern-resolved findings to auto ([#507](https://github.com/EveryInc/compound-engineering-plugin/issues/507)) ([b223e39](https://github.com/EveryInc/compound-engineering-plugin/commit/b223e39a6374566fcc4ae269811d62a2e97c4827))
20+
* **document-review:** reduce token cost and latency ([#509](https://github.com/EveryInc/compound-engineering-plugin/issues/509)) ([9da73a6](https://github.com/EveryInc/compound-engineering-plugin/commit/9da73a60919bfc025efc2ca8b4000c45a7a27b42))
21+
* **git-commit-push-pr:** simplify PR probe pre-resolution ([#513](https://github.com/EveryInc/compound-engineering-plugin/issues/513)) ([f6544eb](https://github.com/EveryInc/compound-engineering-plugin/commit/f6544eba0e6851b8772bb9920583ffda5c80cccc))
22+
1223
## [2.62.0](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v2.61.0...compound-engineering-v2.62.0) (2026-04-03)
1324

1425

0 commit comments

Comments
 (0)