omnish 2.0.1 → 2.1.0
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 +17 -0
- package/dist/downloads/omnish-claude/install.sh +0 -0
- package/dist/downloads/omnish-claude/uninstall.sh +0 -0
- package/dist/downloads/omnish-claude.tar.gz +0 -0
- package/dist/downloads/omnish-cursor/install.sh +0 -0
- package/dist/downloads/omnish-cursor/uninstall.sh +0 -0
- package/dist/downloads/omnish-cursor.tar.gz +0 -0
- package/dist/index.js +303 -303
- package/dist/omnish-claude/hooks/omnish-notify.sh +0 -0
- package/dist/omnish-claude/install.sh +0 -0
- package/dist/omnish-claude/scripts/doctor.sh +0 -0
- package/dist/omnish-claude/uninstall.sh +0 -0
- package/dist/omnish-cursor/hooks/omnish-notify.sh +0 -0
- package/dist/omnish-cursor/hooks/omnish-session-start.sh +0 -0
- package/dist/omnish-cursor/install.sh +0 -0
- package/dist/omnish-cursor/scripts/doctor.sh +0 -0
- package/dist/omnish-cursor/uninstall.sh +0 -0
- package/package.json +32 -21
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.1.0] - 2026-06-23
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **Omnish Chat:** first-party PWA command inbox (`contrib/chat/`) with platform auth, WebSocket relay, slash autocomplete, IndexedDB history, multi-device routing with per-device threads, reconnect UX, and allowlist management for chat installs ([docs/features/omnish-chat.md](docs/features/omnish-chat.md), [ADR-0018](docs/adr/0018-omnish-chat-surface.md)).
|
|
15
|
+
- **Recipes:** `--queue` / `-q` flag on recipe creation to set a queue default at add time.
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- **Omnish Chat routing:** separate `ochat:` surface from WA/TG dispatch; Slack-style slash command UX.
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Documentation and formatting updates across chat components and feature docs.
|
|
24
|
+
|
|
25
|
+
[2.1.0]: https://github.com/labKnowledge/omnish/compare/v2.0.1...v2.1.0
|
|
26
|
+
|
|
10
27
|
## [2.0.1] - 2026-06-18
|
|
11
28
|
|
|
12
29
|
### Fixed
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
Binary file
|