@agents-inc/cli 0.91.0 → 0.92.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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ Each release has detailed notes in its own file under [`changelogs/`](./changelo
|
|
|
7
7
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
8
8
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
9
9
|
|
|
10
|
+
## [0.92.0] - 2026-03-27
|
|
11
|
+
|
|
12
|
+
**Info panel feature flag, help modal removal, task tracking cleanup**
|
|
13
|
+
|
|
14
|
+
- Help modal replaced with feature-flagged info panel (`I` key, disabled by default)
|
|
15
|
+
- Stats panel removed from build step
|
|
16
|
+
- Task tracking updated with completed items and agent gap analysis progress
|
|
17
|
+
|
|
18
|
+
See [changelogs/0.92.0.md](./changelogs/0.92.0.md) for full details.
|
|
19
|
+
|
|
10
20
|
## [0.91.0] - 2026-03-27
|
|
11
21
|
|
|
12
22
|
**Command refactors — extract private methods from 11 command run() bodies**
|