From a41688c7d008433d00c360d6d65724151fe2f574 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 05:21:32 +0000 Subject: [PATCH] chore(main): release 0.1.22 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5520dc3..2f62a69 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.21" + ".": "0.1.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff256b7..e6e0cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.22](https://github.com/isanchez31/opencode-sandbox-plugin/compare/v0.1.21...v0.1.22) (2026-02-26) + + +### Fixed + +* use Map keyed by callID to prevent race condition in command restoration ([#11](https://github.com/isanchez31/opencode-sandbox-plugin/issues/11)) ([faadd47](https://github.com/isanchez31/opencode-sandbox-plugin/commit/faadd479beda92606c2212e874c109406bb2e091)) + ## [0.1.21](https://github.com/isanchez31/opencode-sandbox-plugin/compare/v0.1.20...v0.1.21) (2026-02-14) diff --git a/package.json b/package.json index 2020d36..aa67e04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-sandbox", - "version": "0.1.21", + "version": "0.1.22", "description": "OpenCode plugin that sandboxes agent commands using @anthropic-ai/sandbox-runtime (seatbelt on macOS, bubblewrap on Linux)", "type": "module", "main": "dist/index.js",