cowork-os 0.3.73 → 0.3.74

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.74] - 2026-02-14
11
+
12
+ ### Fixed
13
+ - **Release pipeline reliability**: updated the GitHub release publish step to find and publish the tag created by `electron-builder` instead of assuming the trigger ref matches exactly.
14
+ - **Release docs/notes alignment**: updated release notes and README "What’s new" section for `0.3.74` to reflect install and CI reliability fixes.
15
+ - **Release artifact consistency**: ensured workflow publishes desktop artifacts and release notes from the same release tag path used by electron packaging.
16
+
10
17
  ## [0.3.73] - 2026-02-14
11
18
 
12
19
  ### Fixed
package/README.md CHANGED
@@ -36,12 +36,13 @@ 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.73
39
+ ### What’s new in 0.3.74
40
40
 
41
41
  - **Release and install reliability**: fixed publish-blocking type/lint regressions so npm desktop/client releases can be published reliably.
42
42
  - **Task config validation**: stricter `personalityId` validation for task `agentConfig` avoids malformed IDs reaching task execution.
43
43
  - **Control-plane/LLM error handling alignment**: tests and runtime error codes now match shared validation shapes for predictable client behavior.
44
44
  - **Workspace auto-switch confidence**: improved ambiguous temp-task preflight handling when preferred workspace signals are available.
45
+ - **CI release workflow fix**: draft GitHub release publishing now targets the release tag generated by `electron-builder`, so tagged patch releases can publish successfully.
45
46
 
46
47
  > **Status**: macOS desktop app + headless/server mode (Linux/VPS). Cross-platform desktop support planned.
47
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cowork-os",
3
- "version": "0.3.73",
3
+ "version": "0.3.74",
4
4
  "description": "CoWork OS - The operating system for personal AI assistants",
5
5
  "overrides": {
6
6
  "@whiskeysockets/baileys": {