Skip to content

Releases: isanchez31/opencode-sandbox-plugin

v0.3.0

30 Mar 12:41
612cbf9

Choose a tag to compare

0.3.0 (2026-03-30)

Added

  • add allowRead support for selective key reads (#34) (fd9c0b8)

v0.2.0

28 Feb 09:12
5a01325

Choose a tag to compare

0.2.0 (2026-02-28)

Added

  • add CodeRabbit AI code review configuration (#25) (ed9c89f)
  • add OpenSSF Scorecard security analysis (#23) (e717ef0)
  • add Socket Security supply chain scanning (#24) (5072dac)

Fixed

  • remove redundant Socket Security workflow (#27) (544b6a3)

v0.1.24

28 Feb 08:19
9020cc7

Choose a tag to compare

0.1.24 (2026-02-28)

Fixed

  • expand default denyRead to cover additional credential stores (5d83b6c)
  • expand default denyRead to cover additional credential stores (1fc0ab6), closes #16

v0.1.23

28 Feb 07:24
2c1fc5a

Choose a tag to compare

0.1.23 (2026-02-28)

Fixed

  • move config out of project directory to prevent injection attacks (450272e)
  • move config out of project directory to prevent injection attacks (cee51a5)

v0.1.22

26 Feb 06:28
a032102

Choose a tag to compare

0.1.22 (2026-02-26)

Fixed

  • use Map keyed by callID to prevent race condition in command restoration (#11) (faadd47)

v0.1.21

14 Feb 21:42
40a3544

Choose a tag to compare

0.1.21 (2026-02-14)

Documentation

  • add end-to-end testing guide to CONTRIBUTING.md (2abbe00)

v0.1.20

14 Feb 21:23
131fa1e

Choose a tag to compare

0.1.20 (2026-02-14)

Documentation

  • add SECURITY.md and update CONTRIBUTING.md with quality tooling (b3b9fe7)

v0.1.19

14 Feb 21:00
39d649d

Choose a tag to compare

0.1.19 (2026-02-14)

Documentation

  • make docs commits visible in release changelog (9eff69f)
  • replace local development and architecture sections with CONTRIBUTING.md link (d65d452)

v0.1.18

14 Feb 20:50
d116faf

Choose a tag to compare

0.1.18 (2026-02-14)

Fixed

  • ci: use plain version tags for release-please (d0ea18e)
  • reset version for clean release-please cycle (56cf9b3)

v0.1.17

14 Feb 20:20

Choose a tag to compare

What's new

  • Biome for linting and formatting with project conventions
  • CHANGELOG.md covering all releases
  • README badges (CI, npm version, license)
  • Dependabot for npm and GitHub Actions dependencies
  • Coverage via bun test --coverage
  • CI split into parallel quality and test jobs
  • Code normalized with Biome (node: import protocol, literal keys, import ordering)

Full Changelog: v0.1.16...v0.1.17