Skip to content

Releases: Array-Ventures/coworker

0.1.6

23 Feb 06:54
cba6046

Choose a tag to compare

Update app lockfile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

0.1.5

19 Feb 22:11
8b42b18

Choose a tag to compare

Fix Docker build: add Buildx setup for GHA cache support

The docker/build-push-action with type=gha cache requires the Buildx
builder driver. Without setup-buildx-action, the default docker driver
fails with "Cache export is not supported for the docker driver."

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

0.1.4

17 Feb 16:35
a175ce6

Choose a tag to compare

v0.1.4

Add app icons, MCP server exposure, GitHub integration, and Dockerfil…

0.1.3

17 Feb 03:13
2b9bbe4

Choose a tag to compare

Fix notarize config: use boolean for electron-builder v26

v26 expects notarize: true (not object), reads credentials
from APPLE_ID + APPLE_APP_SPECIFIC_PASSWORD + APPLE_TEAM_ID env vars.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

0.1.2

17 Feb 02:50
710937b

Choose a tag to compare

Fix sandbox_proxy.html path for packaged Electron app

Use window.location.href instead of window.location.origin
so the URL resolves relative to index.html inside the asar.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

0.1.1

17 Feb 02:39
db9a699

Choose a tag to compare

Revert to sandbox: false for preload compatibility

sandbox: true breaks @electron-toolkit/preload which needs
full Node.js require() unavailable in sandboxed preloads.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

0.1.0

17 Feb 02:27
f8a8845

Choose a tag to compare

Move deploy to private infra repo and enable Electron sandbox

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>