@agents-inc/cli 0.78.0 → 0.79.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 +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ 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.79.0] - 2026-03-21
11
+
12
+ **Scope-aware path resolution across all commands**
13
+
14
+ - Fix all commands to route global-scoped skills/agents to `~/` and project-scoped to project dir
15
+ - Always merge global and project local skills instead of fallback pattern
16
+ - Scope-aware config generation, installation, compilation, and mode migration
17
+ - 6 new E2E test suites for scope-aware behavior
18
+
19
+ See [changelogs/0.79.0.md](./changelogs/0.79.0.md) for full details.
20
+
10
21
  ## [0.78.0] - 2026-03-20
11
22
 
12
23
  **Wizard tab navigation, stats panel, e2e cleanup**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-inc/cli",
3
- "version": "0.78.0",
3
+ "version": "0.79.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",