v0.3.0
Release notes from CHANGELOG.md for @async/cli@0.3.0 (2026-07-11).
- Walks
.clioverlays from the caller's working directory to the filesystem
root, nearest first, before falling back to the user-global command tree. - Continues past namespace-only overlays until a runnable command is found,
while preserving nearer runnable-prefix shadowing. - Uses the nearest existing local overlay for command lifecycle operations,
falling back toASYNC_CLI_PROJECT_ROOTor the caller's working directory
without requiring a Git root. - Defines
CLI_PROJECT_ROOTfrom the explicit override or the command overlay's
owner, with the nearest local owner or caller directory for global commands. - Removes the bundled MCP server,
cli --mcp,runMcpServer, andMcpIo.
cli --list --jsonremains the machine-readable command discovery surface.
Release evidence
- Release type: stable
- Package profile: cli
- npm pack files: 53
| File | Raw | Gzip | Brotli |
|---|---|---|---|
dist/agents.d.ts |
414 B | 265 B | 205 B |
dist/agents.js |
4.5 KB | 1.5 KB | 1.3 KB |
dist/cli.d.ts |
250 B | 196 B | 158 B |
dist/cli.js |
13.4 KB | 3.1 KB | 2.7 KB |
dist/completions.d.ts |
383 B | 239 B | 178 B |
dist/completions.js |
2.6 KB | 981 B | 844 B |
dist/doctor.d.ts |
615 B | 304 B | 242 B |
dist/doctor.js |
7.0 KB | 1.8 KB | 1.6 KB |
dist/errors.d.ts |
741 B | 387 B | 304 B |
dist/errors.js |
475 B | 237 B | 193 B |
dist/index.d.ts |
1.5 KB | 561 B | 467 B |
dist/index.js |
1.9 KB | 743 B | 619 B |
dist/package-info.d.ts |
348 B | 239 B | 194 B |
dist/package-info.js |
280 B | 211 B | 167 B |
dist/packs.d.ts |
452 B | 269 B | 212 B |
dist/packs.js |
4.7 KB | 1.6 KB | 1.4 KB |
dist/router.d.ts |
3.8 KB | 888 B | 763 B |
dist/router.js |
22.1 KB | 5.0 KB | 4.4 KB |
dist/run.d.ts |
196 B | 166 B | 134 B |
dist/run.js |
439 B | 250 B | 198 B |
dist/trust.d.ts |
1.3 KB | 375 B | 339 B |
dist/trust.js |
8.2 KB | 2.1 KB | 1.9 KB |
Diff links:
- dist/agents.d.ts: https://github.com/async/cli/compare/HEAD%5E...v0.3.0?diff=unified#diff-dist%2Fagents.d.ts
- dist/agents.js: https://github.com/async/cli/compare/HEAD%5E...v0.3.0?diff=unified#diff-dist%2Fagents.js
- dist/cli.d.ts: https://github.com/async/cli/compare/HEAD%5E...v0.3.0?diff=unified#diff-dist%2Fcli.d.ts
- dist/cli.js: https://github.com/async/cli/compare/HEAD%5E...v0.3.0?diff=unified#diff-dist%2Fcli.js
- dist/completions.d.ts: https://github.com/async/cli/compare/HEAD%5E...v0.3.0?diff=unified#diff-dist%2Fcompletions.d.ts
- dist/completions.js: https://github.com/async/cli/compare/HEAD%5E...v0.3.0?diff=unified#diff-dist%2Fcompletions.js
- dist/doctor.d.ts: https://github.com/async/cli/compare/HEAD%5E...v0.3.0?diff=unified#diff-dist%2Fdoctor.d.ts
- dist/doctor.js: https://github.com/async/cli/compare/HEAD%5E...v0.3.0?diff=unified#diff-dist%2Fdoctor.js
- dist/errors.d.ts: https://github.com/async/cli/compare/HEAD%5E...v0.3.0?diff=unified#diff-dist%2Ferrors.d.ts
- dist/errors.js: https://github.com/async/cli/compare/HEAD%5E...v0.3.0?diff=unified#diff-dist%2Ferrors.js
Source: CHANGELOG.md in tag v0.3.0.