v1.11.2
tambo-ai/tambov1.11.2May 24, 2026by skyfallsin
AI Summary
Adds a CLI binary executable (`camofox-browser`) to the npm package, allowing standalone execution via `npx` or global install.
Key Highlights
- New CLI binary executable
- Standalone execution capability
- Default port 9377
New Features
- CLI Binary executable
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.