v1.11.2

landing-ai/ade-cliv1.11.2May 24, 2026by skyfallsin

AI Summary

Introduces a CLI binary executable for running the tool standalone via npm, allowing users to execute commands without a full source install.

Key Highlights

  • CLI Binary executable (`camofox-browser`)
  • Standalone execution via `npx @askjo/camofox-browser`
  • Global installation option via npm

New Features

  • CLI binary support

Full Release Notes

## CLI Binary

The npm package now installs a `camofox-browser` executable.

Run standalone from npm:

```bash
npx @askjo/camofox-browser
```

Or install globally:

```bash
npm install -g @askjo/camofox-browser
camofox-browser
```

Default port is still `9377`; configure via the same environment variables as source installs.