diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 50c455a6d..7b892d7fc 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "3.8.2", - "plugins/compound-engineering": "3.8.2", + ".": "3.8.3", + "plugins/compound-engineering": "3.8.3", "plugins/coding-tutor": "1.3.0", ".claude-plugin": "1.0.2", ".cursor-plugin": "1.0.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e557efa..2c6c1f94a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.8.3](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v3.8.2...cli-v3.8.3) (2026-05-17) + + +### Bug Fixes + +* **ce-coherence-reviewer:** remove Bash from tool allowlist ([#837](https://github.com/EveryInc/compound-engineering-plugin/issues/837)) ([82b8af4](https://github.com/EveryInc/compound-engineering-plugin/commit/82b8af415d9ca5577577fa80da0a6119fc8b661e)) + ## [3.8.2](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v3.8.1...cli-v3.8.2) (2026-05-14) diff --git a/package.json b/package.json index 6fd2b9806..2663e0cd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "3.8.2", + "version": "3.8.3", "description": "Official Compound Engineering plugin for Claude Code, Codex, and more", "type": "module", "private": false, diff --git a/plugins/compound-engineering/.claude-plugin/plugin.json b/plugins/compound-engineering/.claude-plugin/plugin.json index 03fd76e7d..a492bcddd 100644 --- a/plugins/compound-engineering/.claude-plugin/plugin.json +++ b/plugins/compound-engineering/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.8.2", + "version": "3.8.3", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/plugins/compound-engineering/.codex-plugin/plugin.json b/plugins/compound-engineering/.codex-plugin/plugin.json index 7d54f48e4..f27c09c13 100644 --- a/plugins/compound-engineering/.codex-plugin/plugin.json +++ b/plugins/compound-engineering/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.8.2", + "version": "3.8.3", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/plugins/compound-engineering/.cursor-plugin/plugin.json b/plugins/compound-engineering/.cursor-plugin/plugin.json index ae7e28729..1380a7af8 100644 --- a/plugins/compound-engineering/.cursor-plugin/plugin.json +++ b/plugins/compound-engineering/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "compound-engineering", "displayName": "Compound Engineering", - "version": "3.8.2", + "version": "3.8.3", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/plugins/compound-engineering/CHANGELOG.md b/plugins/compound-engineering/CHANGELOG.md index 52a9a53fe..dd0f480e8 100644 --- a/plugins/compound-engineering/CHANGELOG.md +++ b/plugins/compound-engineering/CHANGELOG.md @@ -9,6 +9,16 @@ 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). +## [3.8.3](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v3.8.2...compound-engineering-v3.8.3) (2026-05-17) + + +### Bug Fixes + +* **ce-coherence-reviewer:** remove Bash from tool allowlist ([#837](https://github.com/EveryInc/compound-engineering-plugin/issues/837)) ([82b8af4](https://github.com/EveryInc/compound-engineering-plugin/commit/82b8af415d9ca5577577fa80da0a6119fc8b661e)) +* **ce-commit-push-pr:** rewrite pr-description around a core principle ([#841](https://github.com/EveryInc/compound-engineering-plugin/issues/841)) ([fd88fd8](https://github.com/EveryInc/compound-engineering-plugin/commit/fd88fd8fd71ccba9d12e9f33a8c1dc99709c6d02)) +* **ce-plan:** inline synthesis gate output into SKILL.md ([#822](https://github.com/EveryInc/compound-engineering-plugin/issues/822)) ([39cb9da](https://github.com/EveryInc/compound-engineering-plugin/commit/39cb9da3a1a90a7ce7418f7a64d7ff3c8f9a917c)) +* **ce-web-researcher:** use any web tool, not just Claude built-ins ([#836](https://github.com/EveryInc/compound-engineering-plugin/issues/836)) ([6fa1277](https://github.com/EveryInc/compound-engineering-plugin/commit/6fa1277e573b6bec5d94d5b42431b6a4cad5b030)) + ## [3.8.2](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v3.8.1...compound-engineering-v3.8.2) (2026-05-14)