Releases: Array-Ventures/coworker
Releases · Array-Ventures/coworker
0.1.6
0.1.5
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
v0.1.4 Add app icons, MCP server exposure, GitHub integration, and Dockerfil…
0.1.3
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
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
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
Move deploy to private infra repo and enable Electron sandbox Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>