@agents-inc/cli 0.84.1 → 0.85.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. 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.85.0] - 2026-03-25
11
+
12
+ **Exclusive incompatibility markers, filter deselection, declarative test data**
13
+
14
+ - Incompatibility markers suppressed in exclusive (radio) categories (D-132)
15
+ - Filter Incompatible toggle now deselects incompatible skills (D-116)
16
+ - Grid-aware `selectSkill` in E2E infrastructure, test data extracted to named constants
17
+
18
+ See [changelogs/0.85.0.md](./changelogs/0.85.0.md) for full details.
19
+
10
20
  ## [0.84.1] - 2026-03-25
11
21
 
12
22
  **Replace SKILL_ID_PATTERN with generated data**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-inc/cli",
3
- "version": "0.84.1",
3
+ "version": "0.85.0",
4
4
  "description": "CLI for managing Agents Inc. skills, stacks, and agents for Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",