v1.11.2
pydantic/montyv1.11.2May 24, 2026by skyfallsin
AI Summary
Introduces a standalone CLI executable for camofox-browser, allowing users to run the tool directly via npm without a full source build.
Key Highlights
- Introduces a standalone `camofox-browser` executable.
- Can be installed globally or run directly via `npx`.
- Uses the same default port (9377) and environment variables as source installs.
New Features
- CLI binary installation
- Standalone execution capability
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.