omnish 1.2.1 → 1.2.2-beta.1
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 +12 -0
- package/dist/index.js +150 -146
- 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
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **`/run` queue shorthand `-q`**: same as `--queue` for FIFO recipe runs per chat (see `/run help`).
|
|
13
|
+
- **Documentation**: [Run queue](docs/features/run-queue.md) — `-q` / `--queue`, pending vs active, `/run queue` / `resume`, pause rules, and resource model.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- **`/run queue` status**: shows the active session’s recipe, a numbered list of waiting recipe labels, and clarifies that **Pending** counts only jobs not yet started; clearer enqueue replies when items line up behind an active run.
|
|
18
|
+
- **`/run help`**: documents `-q`, pending vs active semantics, and queue resume behavior.
|
|
19
|
+
|
|
8
20
|
## [1.2.1] - 2026-05-05
|
|
9
21
|
|
|
10
22
|
### Fixed
|