v1.13.1

usestrix/strixv1.13.1Aug 2, 2026by skyfallsin

AI Summary

This release introduces a standalone MCP adapter for browser automation tools, enhances file upload security, and improves overall system reliability and session management.

Key Highlights

  • New standalone MCP adapter exposes all 11 browser tools to Claude Code, Codex, Cursor, and other MCP clients.
  • New safe file uploads through POST /tabs/:tabId/upload with path traversal and symlink escape protection.
  • POST /tabs/:tabId/evaluate now supports a configurable larger body limit.
  • Improved tab-creation recovery and session cleanup safety.

New Features

  • Standalone MCP adapter (@askjo/camofox-browser-mcp)
  • Safe file upload endpoint (POST /tabs/:tabId/upload)
  • Configurable evaluate body size limit (CAMOFOX_EVALUATE_MAX_BODY_SIZE)
  • Improved tab-creation recovery
  • Hardened cookie-path handling

Full Release Notes

## Highlights

- New standalone MCP adapter: `@askjo/camofox-browser-mcp` exposes all 11 browser tools to Claude Code, Codex, Cursor, OpenCode, and other MCP clients.
- New safe file uploads through `POST /tabs/:tabId/upload`. Files must stay inside `CAMOFOX_UPLOADS_DIR`; path traversal and symlink escapes are rejected.
- `POST /tabs/:tabId/evaluate` now supports a configurable larger body limit with `CAMOFOX_EVALUATE_MAX_BODY_SIZE`.
- Improved tab-creation recovery and session cleanup safety.
- Hardened cookie-path handling and updated audited dependencies.

## Thanks

Thank you to @epicsagas, @leoneparise, @xuc323, @sebastionoss, @igitur, @zupolgec, and @zoomdbz.

**Full diff:** https://github.com/jo-inc/camofox-browser/compare/v1.13.0...v1.13.1