omnish 2.2.1 → 2.2.3

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,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.2.3] - 2026-07-26
11
+
12
+ ### Fixed
13
+
14
+ - **Omnishchat capability persistence:** platform account sync no longer strips `omnishchat` from `enabledChannels` on every merge — the channel isn't platform-managed, so local enablement now survives.
15
+ - **Device-wide recipes/shortcuts/cowork tasks:** everything a user creates is now scoped to the device it runs on, not the sender identity (phone number / Telegram id). `resolveStoragePeerKey` collapses all peer keys to one shared bucket; existing per-sender data auto-migrates into it on startup.
16
+
17
+ ### Added
18
+
19
+ - **Cowork scheduling:** reworked schedule math with coalescing logic and human-readable `friendlyScheduleLabel` descriptions for recurring jobs.
20
+ - **Cowork platform RPC:** multi-device cowork calendar support via WS RPC (`src/cowork/service.ts`, `src/platform/client.ts`, `src/platform/protocol.ts`).
21
+
22
+ ## [2.2.2] - 2026-07-11
23
+
24
+ ### Changed
25
+
26
+ - **Omnish Chat shell UX:** `ochat:` peers run plain text as shell (`pwd`, `hostname`) without `!` or `!!start`; slash commands unchanged; `!` still accepted for WA/TG parity.
27
+
10
28
  ## [2.2.1] - 2026-07-11
11
29
 
12
30
  ### Fixed
@@ -132,6 +150,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132
150
 
133
151
  - Documentation and formatting updates across chat components and feature docs.
134
152
 
153
+ [2.2.3]: https://github.com/labKnowledge/omnish/compare/v2.2.2...v2.2.3
154
+ [2.2.2]: https://github.com/labKnowledge/omnish/compare/v2.2.1...v2.2.2
155
+ [2.2.1]: https://github.com/labKnowledge/omnish/compare/v2.2.0...v2.2.1
135
156
  [2.2.0]: https://github.com/labKnowledge/omnish/compare/v2.1.9...v2.2.0
136
157
  [2.1.9]: https://github.com/labKnowledge/omnish/compare/v2.1.8...v2.1.9
137
158
  [2.1.8]: https://github.com/labKnowledge/omnish/compare/v2.1.7...v2.1.8
File without changes
File without changes
File without changes
Binary file
File without changes
File without changes
Binary file