Skip to content

v0.3.0

Choose a tag to compare

@PatrickJS PatrickJS released this 11 Jul 23:32

Release notes from CHANGELOG.md for @async/cli@0.3.0 (2026-07-11).

  • Walks .cli overlays 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 to ASYNC_CLI_PROJECT_ROOT or the caller's working directory
    without requiring a Git root.
  • Defines CLI_PROJECT_ROOT from 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, and McpIo.
    cli --list --json remains 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:


Source: CHANGELOG.md in tag v0.3.0.