Skip to content

OpenCode Manager v0.17.1

Latest

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 27 Aug 13:02

What's Changed

Bug fixes

  • fix(sandbox): guard enable path and harden UI rendering performance (#341) — enabling sandboxing is now rejected server-side when process identity attestation is unavailable, with status reporting aligned to the same check so the UI can no longer show sandboxing as available when attestation cannot run. Backend validation failures now surface their actual error messages in the sandbox settings toast instead of a generic failure string, and the sandbox git credential path resolves per-repo overrides without redundant settings reads. The SSE health context was narrowed to only the fields consumers need, preventing redundant re-renders from changed object identities.

CI

  • ci(sandbox-image): build only on manual dispatch — sandbox guest image builds no longer run automatically on pushes to main.

Full Changelog: v0.17.0...v0.17.1