CLAUDEZILLA 版本紀錄 - 7 個版本
CLAUDEZILLA 作者: Boot Industries
CLAUDEZILLA 版本紀錄 - 7 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 0.5.8
發行於 2026年2月28日 - 307.86 KB適用於 firefox 91.0 與更新版本Bug fixes for macOS users.
• Fixed native messaging host path on macOS — installer was writing the manifest to the Linux location
(~/.mozilla/...) instead of ~/Library/Application Support/Mozilla/NativeMessagingHosts/. Caused "No
such native application" error on first launch.
• Fixed missing MCP dependencies — installer now runs npm install in the mcp/ directory automatically.
Fresh clones no longer fail to start the MCP server.
• Fixed tabId type coercion — all tab-targeting tools now accept tabId as either a string or number.
Passing a string (as JSON sometimes does) previously caused "Incorrect argument types" errors from the
Firefox tabs API.原始碼依照 MIT License 條款釋出
較舊版本
版本 0.5.7
發行於 2026年2月8日 - 306.83 KB適用於 firefox 91.0 與更新版本Version 0.5.7 - Critical Bug Fixes + Timeout Flexibility
This release fixes critical bugs and adds timeout configuration for better reliability.
BUG FIXES:
• Screenshot error handling - Errors during capture now properly report to Claude instead of being silently ignored
• Multi-agent coordination - Fixed race condition where multiple agents could claim the same reserved tab slot
• Message ID overflow protection - Replaced numeric IDs with UUIDs to eliminate collision risk
IMPROVEMENTS:
• Per-operation timeout support - All browser automation tools now accept optional timeout parameter (5s-300s range, default: 150s)
• Better error messages - Timeout errors now include operation name and duration for easier debugging
This is a stability and reliability update with no breaking changes. All existing functionality remains backward compatible.
Full changelog: https://github.com/boot-industries/claudezilla/blob/main/CHANGELOG.md原始碼依照 MIT License 條款釋出
版本 0.5.6
發行於 2026年2月1日 - 360.64 KB適用於 firefox 91.0 與更新版本Autonomous 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 failures原始碼依照 MIT License 條款釋出
版本 0.5.5
發行於 2026年1月25日 - 305.25 KB適用於 firefox 91.0 與更新版本v0.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 serialization原始碼依照 MIT License 條款釋出
版本 0.5.4
發行於 2026年1月24日 - 304.48 KB適用於 firefox 91.0 與更新版本v0.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 feedback原始碼依照 MIT License 條款釋出
版本 0.5.3
發行於 2026年1月18日 - 306.96 KB適用於 firefox 91.0 與更新版本v0.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 compatibility原始碼依照 MIT License 條款釋出
版本 0.5.2
發行於 2026年1月7日 - 304.14 KB適用於 firefox 91.0 與更新版本Bug fix:
- Fixed Support link to open https://claudezilla.com/support instead of local page原始碼依照 MIT License 條款釋出