v1.11.2

tensorzero/tensorzerov1.11.2May 24, 2026by skyfallsin

AI Summary

Adds a standalone CLI executable named camofox-browser that can be installed via npm, allowing users to run the tool without WSL or make.

Key Highlights

  • Adds camofox-browser executable
  • Installable via npx or npm global install
  • Configurable via environment variables

New Features

  • CLI Binary executable for standalone use

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.