CLAUDEZILLA version history - 5 versions
CLAUDEZILLA by Boot Industries
CLAUDEZILLA version history - 5 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.5.6
Released Feb 1, 2026 - 360.64 KBWorks with firefox 91.0 and laterAutonomous installation, bug fixes, and multi-agent improvements.
New:
- Autonomous permissions — Installers auto-configure Claude Code settings and MCP server
- Expanded tab pool — 12 tabs shared across agents (up from 10)
- Screenshot purpose presets — quick-glance, read-text, inspect-ui, full-detail
Fixed:
- Tab ID type mismatch — Tab operations no longer fail with "Tab not found" on valid tabs
- Session cleanup on exit — Tabs are cleaned up immediately when a Claude session ends
- Mercy system slot reservation — Freed slots are now reserved for the waiting agent (30s
TTL)
- Request timeouts extended to 150s for long-running browser operations
- file:// URLs now allowed for local development
- Improved error messages for content script failuresSource code released under MIT License
Older versions
Version 0.5.5
Released Jan 25, 2026 - 305.25 KBWorks with firefox 91.0 and laterv0.5.5 - Windows Support
New:
• Windows 10/11 support - Now works on Windows with named pipes for IPC
• Path security validation - Prevents injection attacks via null bytes and path traversal
Fixed:
• Support link in popup now opens correctly
Security:
• Environment variable validation for temp directories
• PowerShell installer uses safe JSON serializationSource code released under MIT License
Version 0.5.4
Released Jan 24, 2026 - 304.48 KBWorks with firefox 91.0 and laterv0.5.4 - Security hardening + performance optimization
Security:
• Expression validation - firefox_evaluate now blocks dangerous patterns (fetch, eval, document.cookie,
localStorage, XMLHttpRequest)
• Agent ID truncation - Privacy-enhanced logging shows truncated IDs in all outputs
• Loop prompt sanitization - Preview field limited to 100 characters
Performance:
• Selector search optimization - 100 element limit per category with early exit
• Screenshot mutex timeout reduced from 5s to 3s for faster multi-agent feedbackSource code released under MIT License
Version 0.5.3
Released Jan 18, 2026 - 306.96 KBWorks with firefox 91.0 and laterv0.5.3: Reconnection resilience + diagnostics
Features:
• Auto-reconnect - Extension automatically reconnects when the native host disconnects (exponential backoff from 1s to 30s, max 10 attempts)
• New firefox_diagnose tool - Comprehensive connection health check that validates socket, auth token, and provides actionable fix recommendations
• MCP retry logic - Automatic retry with exponential backoff for transient connection failures
Improvements:
• Better error messages - Connection errors now show diagnostic info (socket/auth token state) with specific fix instructions
• Updated MCP SDK (0.5.0 → 1.25.2) for Claude Code 2.1.x compatibilitySource code released under MIT License
Version 0.5.2
Released Jan 7, 2026 - 304.14 KBWorks with firefox 91.0 and laterBug fix:
- Fixed Support link to open https://claudezilla.com/support instead of local pageSource code released under MIT License