omnish 2.2.0 → 2.2.2

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,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.2.2] - 2026-07-11
11
+
12
+ ### Changed
13
+
14
+ - **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.
15
+
16
+ ## [2.2.1] - 2026-07-11
17
+
18
+ ### Fixed
19
+
20
+ - **Platform attached reply loop:** stop echoing `reply_error` deliveries back to the same peer (prevented CPU/log storms when Omnish Chat client disconnects).
21
+ - **Tunnel relay:** cooldown drops outbound replies for disconnected `ochat:` peers; normalize `ochat:ochat:` peer keys.
22
+ - **Omnishchat allowlist:** strip `ochat:` prefix from stored install ids so lifecycle broadcasts do not double-prefix peer keys.
23
+
10
24
  ## [2.2.0] - 2026-07-11
11
25
 
12
26
  ### Added
@@ -124,6 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124
138
 
125
139
  - Documentation and formatting updates across chat components and feature docs.
126
140
 
141
+ [2.2.2]: https://github.com/labKnowledge/omnish/compare/v2.2.1...v2.2.2
142
+ [2.2.1]: https://github.com/labKnowledge/omnish/compare/v2.2.0...v2.2.1
127
143
  [2.2.0]: https://github.com/labKnowledge/omnish/compare/v2.1.9...v2.2.0
128
144
  [2.1.9]: https://github.com/labKnowledge/omnish/compare/v2.1.8...v2.1.9
129
145
  [2.1.8]: https://github.com/labKnowledge/omnish/compare/v2.1.7...v2.1.8
Binary file
Binary file