From 0d4a8f2d38eba2e91e1b3fd2014d8692bc8cf8c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:29:42 +0000 Subject: [PATCH 1/3] chore(main): release 2.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aca3a49..8d17a8e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.1" + ".": "2.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 717bea7..ad11144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.2](https://github.com/shahboura/agents-opencode/compare/v2.3.1...v2.3.2) (2026-07-08) + + +### Bug Fixes + +* tarball cleanup and README restructure ([cfa6f28](https://github.com/shahboura/agents-opencode/commit/cfa6f2815abfd2f253b73561a826de1d8da2abe3)) + ## [2.3.1](https://github.com/shahboura/agents-opencode/compare/v2.3.0...v2.3.1) (2026-07-03) diff --git a/package-lock.json b/package-lock.json index ba545df..52726a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "agents-opencode", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agents-opencode", - "version": "2.3.1", + "version": "2.3.2", "license": "MIT", "bin": { "agents-opencode": "install.js" diff --git a/package.json b/package.json index 8364324..34b49fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agents-opencode", - "version": "2.3.1", + "version": "2.3.2", "description": "OpenCode Agents: Intelligent AI assistants for software development. Features 9 specialized agents (including legal-advisor for license auditing and compliance), 14 coding standards, automated code review, documentation generation, OpenCode plugin compatibility, and cross-platform installation. Supports .NET, Python, TypeScript, Flutter, Go, Java, Node.js, React, Ruby, and Rust with plan-first execution and context-aware assistance.", "files": [ "install.js", From 4973a69e89630442b82b65ac29937485f2f964e3 Mon Sep 17 00:00:00 2001 From: Shehab El Hadidy Date: Wed, 8 Jul 2026 18:34:02 +0800 Subject: [PATCH 2/3] chore: update CHANGELOG 2.3.2 release Updated CHANGELOG with bug fixes and improvements including tarball cleanup and README restructure. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad11144..084dc98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ ### Bug Fixes * tarball cleanup and README restructure ([cfa6f28](https://github.com/shahboura/agents-opencode/commit/cfa6f2815abfd2f253b73561a826de1d8da2abe3)) +* [x] **Tarball cleanup** — `.opencode/package-lock.json` and `.opencode/package.json` no longer ship in the npm tarball. These dev-only plugin dependency files were scanned by Socket.dev, which flagged Apache-2.0 transitive deps and docked the license score to 70 despite MIT licensing. Fixed by replacing the wildcard `"files": [".opencode"]` with explicit subdirectories. +* [x] **README restructure** — moved cache efficiency stats to 2nd section (was near bottom), added a 30-second demo, collapsed the 10-command install block into 1 command + `
`, trimmed verbose behavior notes, moved permission YAML into `
`, and rewrote the agent "Best For" column from role labels to action+outcome. +* [x] **July metrics** — added July column to the efficiency table (145M cache hits, 98.2% hit rate, 1,016 requests). Combined 3-month hit rate now 97.3% across 2,803 requests. ## [2.3.1](https://github.com/shahboura/agents-opencode/compare/v2.3.0...v2.3.1) (2026-07-03) From 5a2cb97e8d607c3d25fdfb8b0ffebcd51a6e7555 Mon Sep 17 00:00:00 2001 From: Shehab El Hadidy Date: Wed, 8 Jul 2026 18:35:08 +0800 Subject: [PATCH 3/3] chore: revise CHANGELOG 2.3.2 release Updated changelog with bug fixes related to tarball cleanup, README restructure, and July metrics. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084dc98..0d5d980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,9 @@ ### Bug Fixes * tarball cleanup and README restructure ([cfa6f28](https://github.com/shahboura/agents-opencode/commit/cfa6f2815abfd2f253b73561a826de1d8da2abe3)) -* [x] **Tarball cleanup** — `.opencode/package-lock.json` and `.opencode/package.json` no longer ship in the npm tarball. These dev-only plugin dependency files were scanned by Socket.dev, which flagged Apache-2.0 transitive deps and docked the license score to 70 despite MIT licensing. Fixed by replacing the wildcard `"files": [".opencode"]` with explicit subdirectories. -* [x] **README restructure** — moved cache efficiency stats to 2nd section (was near bottom), added a 30-second demo, collapsed the 10-command install block into 1 command + `
`, trimmed verbose behavior notes, moved permission YAML into `
`, and rewrote the agent "Best For" column from role labels to action+outcome. -* [x] **July metrics** — added July column to the efficiency table (145M cache hits, 98.2% hit rate, 1,016 requests). Combined 3-month hit rate now 97.3% across 2,803 requests. +* **Tarball cleanup** — `.opencode/package-lock.json` and `.opencode/package.json` no longer ship in the npm tarball. These dev-only plugin dependency files were scanned by Socket.dev, which flagged Apache-2.0 transitive deps and docked the license score to 70 despite MIT licensing. Fixed by replacing the wildcard `"files": [".opencode"]` with explicit subdirectories. +* **README restructure** — moved cache efficiency stats to 2nd section (was near bottom), added a 30-second demo, collapsed the 10-command install block into 1 command + `
`, trimmed verbose behavior notes, moved permission YAML into `
`, and rewrote the agent "Best For" column from role labels to action+outcome. +* **July metrics** — added July column to the efficiency table (145M cache hits, 98.2% hit rate, 1,016 requests). Combined 3-month hit rate now 97.3% across 2,803 requests. ## [2.3.1](https://github.com/shahboura/agents-opencode/compare/v2.3.0...v2.3.1) (2026-07-03)