cowork-os 0.3.78 → 0.3.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.79] - 2026-02-14
11
+
12
+ ### Fixed
13
+ - **macOS install reliability carry-forward**: retained the 0.3.71 SIGKILL workaround for first-time users by documenting and reinforcing the `npm install --ignore-scripts` + `npm run --prefix node_modules/cowork-os setup` flow.
14
+ - **Release workflow hardening**: ensured the macOS release job always creates or reopens the GitHub release as a draft before packaging so `electron-builder` can attach DMG/zip assets without immutable-release failures.
15
+ - **Version alignment**: published metadata now identifies this release as `0.3.79` with the same installability and packaging reliability changes.
16
+
10
17
  ## [0.3.78] - 2026-02-14
11
18
 
12
19
  ### Fixed
@@ -541,6 +548,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
541
548
 
542
549
  | Version | Date | Highlights |
543
550
  |---------|------|------------|
551
+ | 0.3.79 | 2026-02-14 | Retained the 0.3.71 SIGKILL workaround and hardened draft release preparation so desktop assets upload reliably |
544
552
  | 0.3.78 | 2026-02-14 | Fixes missing release-time `executor-helpers` source and remaining strict-mode TypeScript blockers |
545
553
  | 0.3.77 | 2026-02-14 | Skips lifecycle scripts during setup reinstall and prevents setup-time SIGKILL in user-first installs |
546
554
  | 0.3.76 | 2026-02-14 | Pinned Electron to 40.2.1 for first-run installability and aligned README CLI flow |
@@ -556,7 +564,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
556
564
  | 0.1.0 | 2025-01-24 | First public release with core features |
557
565
  | 0.0.1 | 2025-01-20 | Initial development setup |
558
566
 
559
- [Unreleased]: https://github.com/CoWork-OS/CoWork-OS/compare/v0.3.78...HEAD
567
+ [Unreleased]: https://github.com/CoWork-OS/CoWork-OS/compare/v0.3.79...HEAD
568
+ [0.3.79]: https://github.com/CoWork-OS/CoWork-OS/releases/tag/v0.3.79
560
569
  [0.3.78]: https://github.com/CoWork-OS/CoWork-OS/releases/tag/v0.3.78
561
570
  [0.3.77]: https://github.com/CoWork-OS/CoWork-OS/releases/tag/v0.3.77
562
571
  [0.3.76]: https://github.com/CoWork-OS/CoWork-OS/releases/tag/v0.3.76
package/README.md CHANGED
@@ -36,11 +36,11 @@ Your AI needs a secure home. CoWork OS provides the runtime, security layers, an
36
36
  | **Security-First** | 2800+ unit tests, configurable guardrails, approval workflows, gateway hardening |
37
37
  | **Local-First** | Your data stays on your machine. BYOK (Bring Your Own Key) |
38
38
 
39
- ### What’s new in 0.3.78
39
+ ### What’s new in 0.3.79
40
40
 
41
- - **Install reliability fix for first-run users**: `npm run --prefix node_modules/cowork-os setup` now skips lifecycle scripts during reinstall, preventing `electron-winstaller` from being SIGKILLed on some macOS machines.
42
- - **CLI-first install verification**: confirms the exact `/tmp/cowork-run` commands in this README for a fresh macOS install path.
43
- - **Version sync**: bumped to `0.3.78` so the fix is published and discoverable for npm and GitHub release users.
41
+ - **0.3.71-style SIGKILL workaround carried forward**: the README macOS first-install flow (`npm install --ignore-scripts ...` then `npm run --prefix node_modules/cowork-os setup`) is now the officially documented path and includes retry/backoff handling for native setup SIGKILLs.
42
+ - **Releaseability alignment**: this release includes the release workflow hardening that guarantees a draft release exists before Electron packaging, so desktop assets can be attached reliably on each tag.
43
+ - **Version sync**: bumped to `0.3.79` so the fix is published for npm and GitHub releases.
44
44
 
45
45
  > **Status**: macOS desktop app + headless/server mode (Linux/VPS). Cross-platform desktop support planned.
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cowork-os",
3
- "version": "0.3.78",
3
+ "version": "0.3.79",
4
4
  "description": "CoWork OS - The operating system for personal AI assistants",
5
5
  "overrides": {
6
6
  "@whiskeysockets/baileys": {