From b475b6516843ad2f3fbcdd7dd65b9cb730379d6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Jan 2026 21:26:41 +0000 Subject: [PATCH 1/2] chore(release): prepare v0.10.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 368ba94..5becd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. 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). + +## [0.10.1] - 2026-01-15 + +### Added +- **schema**: add jsonc support with trailing commas and comments (#1) + +### Fixed +- **release**: validate custom version input and include all changelog entries (#3) + +### Changed +- ignore .opencode + + ## [Unreleased] ## [0.10.0] - 2026-01-14 diff --git a/package.json b/package.json index 987bbad..bcee1d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-toolbox", - "version": "0.10.0", + "version": "0.10.1", "description": "Tool Search Tool Plugin for OpenCode - search and execute tools from MCP servers on-demand", "main": "dist/index.js", "module": "dist/index.js", From 49005f935b6bd2e9b7881850f2be145bd70ac527 Mon Sep 17 00:00:00 2001 From: assagman Date: Fri, 16 Jan 2026 00:35:45 +0300 Subject: [PATCH 2/2] docs(changelog): add v0.10.1 release notes and comparison links Prepare changelog for v0.10.1 release with CI/CD workflow additions and GitHub version comparison links for all releases. Signed-off-by: assagman --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5becd89..857774d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] - 2026-01-16 + +### Added +- **JSON Schema JSONC support**: Schema now allows trailing commas and comments for better editor compatibility + +### CI/CD +- **Automated release workflows**: New `release-pr.yml` and `release-publish.yml` for automated versioning and npm publishing +- **OIDC npm publishing**: Secure npm publishing using GitHub OIDC tokens (no npm tokens stored) +- **Custom version validation**: Release workflow validates custom version input format + +### Documentation +- Updated RELEASE.md with automation instructions + ## [0.10.0] - 2026-01-14 ### Added @@ -195,3 +208,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Max regex pattern length: 200 characters - Default search results: 5, max: 10 - Default max activated tools: 50 (configurable) + +--- + +[Unreleased]: https://github.com/assagman/opencode-toolbox/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/assagman/opencode-toolbox/compare/v0.10.0...v0.10.1 +[0.10.0]: https://github.com/assagman/opencode-toolbox/compare/v0.9.0...v0.10.0 +[0.9.0]: https://github.com/assagman/opencode-toolbox/compare/v0.8.0...v0.9.0 +[0.8.0]: https://github.com/assagman/opencode-toolbox/compare/v0.7.0...v0.8.0 +[0.7.0]: https://github.com/assagman/opencode-toolbox/compare/v0.6.0...v0.7.0 +[0.6.0]: https://github.com/assagman/opencode-toolbox/compare/v0.5.1...v0.6.0 +[0.5.1]: https://github.com/assagman/opencode-toolbox/compare/v0.5.0...v0.5.1 +[0.5.0]: https://github.com/assagman/opencode-toolbox/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/assagman/opencode-toolbox/compare/v0.3.1...v0.4.0 +[0.3.1]: https://github.com/assagman/opencode-toolbox/compare/v0.3.0...v0.3.1 +[0.3.0]: https://github.com/assagman/opencode-toolbox/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/assagman/opencode-toolbox/releases/tag/v0.2.0