omnish 1.1.3 → 1.1.5

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/index.js +139 -139
  3. package/package.json +19 -10
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to this project are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.1.4] - 2026-05-04
9
+
10
+ ### Added
11
+
12
+ - **Cowork documentation**: [docs/features/cowork.md](docs/features/cowork.md) describes `/cowork` usage, schedules, artifacts, and limits.
13
+
14
+ ### Changed
15
+
16
+ - **Cowork UX**: clearer chat formatting for listings and run output; scheduler and store updates for more reliable task handling.
17
+
18
+ [1.1.4]: https://github.com/eligapris/omnish/compare/v1.1.3...v1.1.4
19
+
8
20
  ## [1.1.3] - 2026-05-04
9
21
 
10
22
  ### Added